2019-11-28 19:21:28 +08:00
partial class WslCheckDialog
2019-11-19 06:44:55 +08:00
{
/// <summary>
/// Required designer variable.
/// </summary>
private System . ComponentModel . IContainer components = null ;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose ( bool disposing )
{
if ( disposing & & ( components ! = null ) )
{
components . Dispose ( ) ;
}
base . Dispose ( disposing ) ;
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent ( )
{
2019-11-28 19:21:28 +08:00
System . ComponentModel . ComponentResourceManager resources = new System . ComponentModel . ComponentResourceManager ( typeof ( WslCheckDialog ) ) ;
2019-11-20 03:58:52 +08:00
this . cancelBtn = new System . Windows . Forms . Button ( ) ;
this . nextBtn = new System . Windows . Forms . Button ( ) ;
this . backBtn = new System . Windows . Forms . Button ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . pictureBox1 = new System . Windows . Forms . PictureBox ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . linkLabel1 = new System . Windows . Forms . LinkLabel ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
2019-11-20 04:30:20 +08:00
this . linkLabel2 = new System . Windows . Forms . LinkLabel ( ) ;
2019-11-20 03:58:52 +08:00
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . BeginInit ( ) ;
this . SuspendLayout ( ) ;
//
// cancelBtn
//
this . cancelBtn . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2019-11-20 04:30:20 +08:00
this . cancelBtn . Location = new System . Drawing . Point ( 407 , 298 ) ;
2019-11-20 03:58:52 +08:00
this . cancelBtn . Name = "cancelBtn" ;
this . cancelBtn . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . cancelBtn . TabIndex = 8 ;
this . cancelBtn . Text = "Cancel" ;
this . cancelBtn . UseVisualStyleBackColor = true ;
this . cancelBtn . Click + = new System . EventHandler ( this . cancelBtn_Click ) ;
//
// nextBtn
//
this . nextBtn . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2019-11-20 04:30:20 +08:00
this . nextBtn . Location = new System . Drawing . Point ( 314 , 298 ) ;
2019-11-20 03:58:52 +08:00
this . nextBtn . Name = "nextBtn" ;
this . nextBtn . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . nextBtn . TabIndex = 7 ;
this . nextBtn . Text = "Next" ;
this . nextBtn . UseVisualStyleBackColor = true ;
this . nextBtn . Click + = new System . EventHandler ( this . nextBtn_Click ) ;
//
// backBtn
//
this . backBtn . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2019-11-20 04:30:20 +08:00
this . backBtn . Location = new System . Drawing . Point ( 233 , 298 ) ;
2019-11-20 03:58:52 +08:00
this . backBtn . Name = "backBtn" ;
this . backBtn . Size = new System . Drawing . Size ( 75 , 23 ) ;
this . backBtn . TabIndex = 6 ;
this . backBtn . Text = "Back" ;
this . backBtn . UseVisualStyleBackColor = true ;
this . backBtn . Click + = new System . EventHandler ( this . backBtn_Click ) ;
//
// label1
//
this . label1 . AutoSize = true ;
2019-11-20 04:30:20 +08:00
this . label1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label1 . Location = new System . Drawing . Point ( 12 , 133 ) ;
2019-11-20 03:58:52 +08:00
this . label1 . Name = "label1" ;
2019-11-20 04:30:20 +08:00
this . label1 . Size = new System . Drawing . Size ( 399 , 32 ) ;
2019-11-20 03:58:52 +08:00
this . label1 . TabIndex = 10 ;
2019-11-20 04:30:20 +08:00
this . label1 . Text = "The Windows Subsystem for Linux is not installed on this machine and \r\nis require" +
"d by this program." ;
this . label1 . UseCompatibleTextRendering = true ;
2019-11-20 03:58:52 +08:00
//
// pictureBox1
//
2019-11-20 04:30:20 +08:00
this . pictureBox1 . Image = ( ( System . Drawing . Image ) ( resources . GetObject ( "pictureBox1.Image" ) ) ) ;
2019-11-20 03:58:52 +08:00
this . pictureBox1 . InitialImage = ( ( System . Drawing . Image ) ( resources . GetObject ( "pictureBox1.InitialImage" ) ) ) ;
this . pictureBox1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . pictureBox1 . Name = "pictureBox1" ;
2019-11-20 04:30:20 +08:00
this . pictureBox1 . Size = new System . Drawing . Size ( 494 , 119 ) ;
this . pictureBox1 . SizeMode = System . Windows . Forms . PictureBoxSizeMode . StretchImage ;
2019-11-20 03:58:52 +08:00
this . pictureBox1 . TabIndex = 11 ;
this . pictureBox1 . TabStop = false ;
//
// label2
//
this . label2 . AutoSize = true ;
2019-11-20 04:30:20 +08:00
this . label2 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label2 . Location = new System . Drawing . Point ( 12 , 173 ) ;
2019-11-20 03:58:52 +08:00
this . label2 . Name = "label2" ;
2019-11-20 04:30:20 +08:00
this . label2 . Size = new System . Drawing . Size ( 306 , 19 ) ;
2019-11-20 03:58:52 +08:00
this . label2 . TabIndex = 12 ;
this . label2 . Text = "Please install it by following the instructions in this link: " ;
2019-11-20 04:30:20 +08:00
this . label2 . UseCompatibleTextRendering = true ;
2019-11-20 03:58:52 +08:00
//
// linkLabel1
//
this . linkLabel1 . AutoSize = true ;
2019-11-20 04:30:20 +08:00
this . linkLabel1 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9.75F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . linkLabel1 . Location = new System . Drawing . Point ( 71 , 214 ) ;
2019-11-20 03:58:52 +08:00
this . linkLabel1 . Name = "linkLabel1" ;
2019-11-20 04:30:20 +08:00
this . linkLabel1 . Size = new System . Drawing . Size ( 354 , 20 ) ;
2019-11-20 03:58:52 +08:00
this . linkLabel1 . TabIndex = 13 ;
this . linkLabel1 . TabStop = true ;
this . linkLabel1 . Text = "https://docs.microsoft.com/en-us/windows/wsl/install-win10" ;
2019-11-20 04:30:20 +08:00
this . linkLabel1 . UseCompatibleTextRendering = true ;
this . linkLabel1 . LinkClicked + = new System . Windows . Forms . LinkLabelLinkClickedEventHandler ( this . linkLabel1_LinkClicked ) ;
2019-11-20 03:58:52 +08:00
//
// label3
//
this . label3 . AutoSize = true ;
2019-11-20 04:30:20 +08:00
this . label3 . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 9F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
this . label3 . Location = new System . Drawing . Point ( 12 , 263 ) ;
2019-11-20 03:58:52 +08:00
this . label3 . Name = "label3" ;
2019-11-20 04:30:20 +08:00
this . label3 . Size = new System . Drawing . Size ( 196 , 19 ) ;
2019-11-20 03:58:52 +08:00
this . label3 . TabIndex = 14 ;
this . label3 . Text = "And re-run this installer afterwards." ;
2019-11-20 04:30:20 +08:00
this . label3 . UseCompatibleTextRendering = true ;
//
// linkLabel2
//
this . linkLabel2 . AutoSize = true ;
this . linkLabel2 . Location = new System . Drawing . Point ( 12 , 303 ) ;
this . linkLabel2 . Name = "linkLabel2" ;
this . linkLabel2 . Size = new System . Drawing . Size ( 77 , 17 ) ;
this . linkLabel2 . TabIndex = 15 ;
this . linkLabel2 . TabStop = true ;
this . linkLabel2 . Text = "Error Details..." ;
this . linkLabel2 . UseCompatibleTextRendering = true ;
this . linkLabel2 . LinkClicked + = new System . Windows . Forms . LinkLabelLinkClickedEventHandler ( this . linkLabel2_LinkClicked ) ;
2019-11-20 03:58:52 +08:00
//
// CustomDialog
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2019-11-20 04:30:20 +08:00
this . ClientSize = new System . Drawing . Size ( 494 , 333 ) ;
this . Controls . Add ( this . linkLabel2 ) ;
2019-11-20 03:58:52 +08:00
this . Controls . Add ( this . label3 ) ;
this . Controls . Add ( this . linkLabel1 ) ;
this . Controls . Add ( this . label2 ) ;
this . Controls . Add ( this . pictureBox1 ) ;
this . Controls . Add ( this . label1 ) ;
this . Controls . Add ( this . cancelBtn ) ;
this . Controls . Add ( this . nextBtn ) ;
this . Controls . Add ( this . backBtn ) ;
this . Name = "CustomDialog" ;
this . Text = "Custom CLR Dialog" ;
2019-11-20 04:30:20 +08:00
this . Load + = new System . EventHandler ( this . CustomDialog_Load ) ;
2019-11-20 03:58:52 +08:00
( ( System . ComponentModel . ISupportInitialize ) ( this . pictureBox1 ) ) . EndInit ( ) ;
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
2019-11-19 06:44:55 +08:00
}
#endregion
private System . Windows . Forms . Button cancelBtn ;
private System . Windows . Forms . Button nextBtn ;
private System . Windows . Forms . Button backBtn ;
2019-11-20 03:58:52 +08:00
private System . Windows . Forms . Label label1 ;
private System . Windows . Forms . PictureBox pictureBox1 ;
private System . Windows . Forms . Label label2 ;
private System . Windows . Forms . LinkLabel linkLabel1 ;
private System . Windows . Forms . Label label3 ;
2019-11-20 04:30:20 +08:00
private System . Windows . Forms . LinkLabel linkLabel2 ;
2019-11-19 06:44:55 +08:00
}