Minor design changes

This commit is contained in:
Alexander 2018-12-17 13:00:31 +02:00
parent eefc16d0f5
commit 144d62784f

View file

@ -54,14 +54,15 @@ private void InitializeComponent()
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.checkBox5 = new System.Windows.Forms.CheckBox();
this.checkBox4 = new System.Windows.Forms.CheckBox();
this.checkBox3 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox6 = new System.Windows.Forms.CheckBox();
this.checkBox5 = new System.Windows.Forms.CheckBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.checkBox4 = new System.Windows.Forms.CheckBox();
this.button1 = new System.Windows.Forms.Button();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.checkBox6 = new System.Windows.Forms.CheckBox();
this.checkBox7 = new System.Windows.Forms.CheckBox();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
@ -322,6 +323,7 @@ private void InitializeComponent()
//
// tabPage3
//
this.tabPage3.Controls.Add(this.checkBox7);
this.tabPage3.Controls.Add(this.checkBox3);
this.tabPage3.Controls.Add(this.checkBox6);
this.tabPage3.Controls.Add(this.checkBox5);
@ -336,55 +338,65 @@ private void InitializeComponent()
this.tabPage3.Text = "Application";
this.tabPage3.UseVisualStyleBackColor = true;
//
// checkBox5
//
this.checkBox5.AutoSize = true;
this.checkBox5.Location = new System.Drawing.Point(7, 110);
this.checkBox5.Name = "checkBox5";
this.checkBox5.Size = new System.Drawing.Size(112, 17);
this.checkBox5.TabIndex = 4;
this.checkBox5.Text = "Auto save on lock";
this.checkBox5.UseVisualStyleBackColor = true;
//
// checkBox4
//
this.checkBox4.AutoSize = true;
this.checkBox4.Location = new System.Drawing.Point(7, 64);
this.checkBox4.Name = "checkBox4";
this.checkBox4.Size = new System.Drawing.Size(128, 17);
this.checkBox4.TabIndex = 3;
this.checkBox4.Text = "Auto lock on minimize";
this.checkBox4.UseVisualStyleBackColor = true;
//
// checkBox3
//
this.checkBox3.AutoSize = true;
this.checkBox3.Location = new System.Drawing.Point(7, 133);
this.checkBox3.Location = new System.Drawing.Point(7, 156);
this.checkBox3.Name = "checkBox3";
this.checkBox3.Size = new System.Drawing.Size(88, 17);
this.checkBox3.TabIndex = 2;
this.checkBox3.Text = "Show toolbar";
this.checkBox3.UseVisualStyleBackColor = true;
//
// checkBox6
//
this.checkBox6.AutoSize = true;
this.checkBox6.Location = new System.Drawing.Point(7, 64);
this.checkBox6.Name = "checkBox6";
this.checkBox6.Size = new System.Drawing.Size(143, 17);
this.checkBox6.TabIndex = 5;
this.checkBox6.Text = "Show in \"Send to\" menu";
this.checkBox6.UseVisualStyleBackColor = true;
//
// checkBox5
//
this.checkBox5.AutoSize = true;
this.checkBox5.Location = new System.Drawing.Point(7, 133);
this.checkBox5.Name = "checkBox5";
this.checkBox5.Size = new System.Drawing.Size(112, 17);
this.checkBox5.TabIndex = 4;
this.checkBox5.Text = "Auto save on lock";
this.checkBox5.UseVisualStyleBackColor = true;
//
// checkBox1
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(7, 41);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(143, 17);
this.checkBox1.TabIndex = 0;
this.checkBox1.Text = "Associate with *.cnp files";
this.checkBox1.UseVisualStyleBackColor = true;
//
// checkBox2
//
this.checkBox2.AutoSize = true;
this.checkBox2.Location = new System.Drawing.Point(7, 87);
this.checkBox2.Location = new System.Drawing.Point(7, 110);
this.checkBox2.Name = "checkBox2";
this.checkBox2.Size = new System.Drawing.Size(122, 17);
this.checkBox2.TabIndex = 1;
this.checkBox2.Text = "Auto check updates";
this.checkBox2.UseVisualStyleBackColor = true;
//
// checkBox1
// checkBox4
//
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(7, 18);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(143, 17);
this.checkBox1.TabIndex = 0;
this.checkBox1.Text = "Associate with *.cnp files";
this.checkBox1.UseVisualStyleBackColor = true;
this.checkBox4.AutoSize = true;
this.checkBox4.Location = new System.Drawing.Point(7, 87);
this.checkBox4.Name = "checkBox4";
this.checkBox4.Size = new System.Drawing.Size(128, 17);
this.checkBox4.TabIndex = 3;
this.checkBox4.Text = "Auto lock on minimize";
this.checkBox4.UseVisualStyleBackColor = true;
//
// button1
//
@ -396,15 +408,15 @@ private void InitializeComponent()
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// checkBox6
// checkBox7
//
this.checkBox6.AutoSize = true;
this.checkBox6.Location = new System.Drawing.Point(7, 41);
this.checkBox6.Name = "checkBox6";
this.checkBox6.Size = new System.Drawing.Size(143, 17);
this.checkBox6.TabIndex = 5;
this.checkBox6.Text = "Show in \"Send to\" menu";
this.checkBox6.UseVisualStyleBackColor = true;
this.checkBox7.AutoSize = true;
this.checkBox7.Location = new System.Drawing.Point(7, 18);
this.checkBox7.Name = "checkBox7";
this.checkBox7.Size = new System.Drawing.Size(201, 17);
this.checkBox7.TabIndex = 6;
this.checkBox7.Text = "Integrate with windows context menu";
this.checkBox7.UseVisualStyleBackColor = true;
//
// SettingsForm
//
@ -467,5 +479,6 @@ private void InitializeComponent()
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.CheckBox checkBox5;
private System.Windows.Forms.CheckBox checkBox6;
private System.Windows.Forms.CheckBox checkBox7;
}
}