diff --git a/Paint_2/Form1.Designer.cs b/Paint_2/Form1.Designer.cs index 0a96207..3bc850e 100644 --- a/Paint_2/Form1.Designer.cs +++ b/Paint_2/Form1.Designer.cs @@ -31,24 +31,16 @@ this.tbxProjectName = new System.Windows.Forms.TextBox(); this.btnSave = new System.Windows.Forms.Button(); this.canvas = new System.Windows.Forms.PictureBox(); - this.groupBox1 = new System.Windows.Forms.GroupBox(); this.button1 = new System.Windows.Forms.Button(); - this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.button2 = new System.Windows.Forms.Button(); this.numericUpDown2 = new System.Windows.Forms.NumericUpDown(); this.numericUpDown1 = new System.Windows.Forms.NumericUpDown(); - this.GroupBox3 = new System.Windows.Forms.GroupBox(); this.label5 = new System.Windows.Forms.Label(); this.button8 = new System.Windows.Forms.Button(); this.button7 = new System.Windows.Forms.Button(); this.button6 = new System.Windows.Forms.Button(); - this.label4 = new System.Windows.Forms.Label(); this.button5 = new System.Windows.Forms.Button(); - this.groupBox4 = new System.Windows.Forms.GroupBox(); - this.button3 = new System.Windows.Forms.Button(); - this.label3 = new System.Windows.Forms.Label(); - this.groupBox5 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.button4 = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); @@ -68,26 +60,39 @@ this.button15 = new System.Windows.Forms.Button(); this.button16 = new System.Windows.Forms.Button(); this.button14 = new System.Windows.Forms.Button(); + this.panel1 = new System.Windows.Forms.Panel(); + this.label4 = new System.Windows.Forms.Label(); + this.label10 = new System.Windows.Forms.Label(); + this.panel2 = new System.Windows.Forms.Panel(); + this.label11 = new System.Windows.Forms.Label(); + this.panel3 = new System.Windows.Forms.Panel(); + this.label13 = new System.Windows.Forms.Label(); + this.panel4 = new System.Windows.Forms.Panel(); + this.label14 = new System.Windows.Forms.Label(); + this.panel5 = new System.Windows.Forms.Panel(); + this.label12 = new System.Windows.Forms.Label(); + this.label15 = new System.Windows.Forms.Label(); + this.button17 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.canvas)).BeginInit(); - this.groupBox1.SuspendLayout(); - this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit(); - this.GroupBox3.SuspendLayout(); - this.groupBox4.SuspendLayout(); - this.groupBox5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit(); + this.panel1.SuspendLayout(); + this.panel2.SuspendLayout(); + this.panel3.SuspendLayout(); + this.panel4.SuspendLayout(); + this.panel5.SuspendLayout(); this.SuspendLayout(); // // tbxProjectName // this.tbxProjectName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.tbxProjectName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.tbxProjectName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.tbxProjectName.Location = new System.Drawing.Point(10, 26); + this.tbxProjectName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.tbxProjectName.Location = new System.Drawing.Point(10, 31); this.tbxProjectName.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.tbxProjectName.Name = "tbxProjectName"; this.tbxProjectName.Size = new System.Drawing.Size(230, 27); @@ -98,8 +103,8 @@ // this.btnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.btnSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.btnSave.Location = new System.Drawing.Point(244, 21); + this.btnSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.btnSave.Location = new System.Drawing.Point(244, 25); this.btnSave.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 38); @@ -113,33 +118,16 @@ this.canvas.Location = new System.Drawing.Point(12, 89); this.canvas.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.canvas.Name = "canvas"; - this.canvas.Size = new System.Drawing.Size(900, 500); + this.canvas.Size = new System.Drawing.Size(909, 500); this.canvas.TabIndex = 2; this.canvas.TabStop = false; // - // groupBox1 - // - this.groupBox1.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); - this.groupBox1.Controls.Add(this.button1); - this.groupBox1.Controls.Add(this.tbxProjectName); - this.groupBox1.Controls.Add(this.btnSave); - this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.groupBox1.Location = new System.Drawing.Point(12, 11); - this.groupBox1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); - this.groupBox1.Name = "groupBox1"; - this.groupBox1.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); - this.groupBox1.Size = new System.Drawing.Size(495, 71); - this.groupBox1.TabIndex = 3; - this.groupBox1.TabStop = false; - this.groupBox1.Text = "File"; - // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.button1.Location = new System.Drawing.Point(325, 21); + this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.button1.Location = new System.Drawing.Point(323, 25); this.button1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(156, 38); @@ -147,28 +135,10 @@ this.button1.Text = "Save a copy"; this.button1.UseVisualStyleBackColor = false; // - // groupBox2 - // - this.groupBox2.Anchor = System.Windows.Forms.AnchorStyles.Top; - this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); - this.groupBox2.Controls.Add(this.label1); - this.groupBox2.Controls.Add(this.button2); - this.groupBox2.Controls.Add(this.numericUpDown2); - this.groupBox2.Controls.Add(this.numericUpDown1); - this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.groupBox2.Location = new System.Drawing.Point(511, 12); - this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); - this.groupBox2.Name = "groupBox2"; - this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); - this.groupBox2.Size = new System.Drawing.Size(410, 71); - this.groupBox2.TabIndex = 4; - this.groupBox2.TabStop = false; - this.groupBox2.Text = "Drawing"; - // // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(5, 28); + this.label1.Location = new System.Drawing.Point(6, 29); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(110, 22); this.label1.TabIndex = 5; @@ -178,8 +148,8 @@ // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.button2.Location = new System.Drawing.Point(303, 20); + this.button2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.button2.Location = new System.Drawing.Point(304, 21); this.button2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(94, 38); @@ -191,8 +161,8 @@ // this.numericUpDown2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.numericUpDown2.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.numericUpDown2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.numericUpDown2.Location = new System.Drawing.Point(212, 26); + this.numericUpDown2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.numericUpDown2.Location = new System.Drawing.Point(213, 29); this.numericUpDown2.Maximum = new decimal(new int[] { 10000, 0, @@ -202,7 +172,7 @@ this.numericUpDown2.Size = new System.Drawing.Size(86, 23); this.numericUpDown2.TabIndex = 5; this.numericUpDown2.Value = new decimal(new int[] { - 500, + 710, 0, 0, 0}); @@ -211,8 +181,8 @@ // this.numericUpDown1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.numericUpDown1.BorderStyle = System.Windows.Forms.BorderStyle.None; - this.numericUpDown1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.numericUpDown1.Location = new System.Drawing.Point(121, 26); + this.numericUpDown1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.numericUpDown1.Location = new System.Drawing.Point(122, 30); this.numericUpDown1.Maximum = new decimal(new int[] { 10000, 0, @@ -222,51 +192,16 @@ this.numericUpDown1.Size = new System.Drawing.Size(85, 23); this.numericUpDown1.TabIndex = 4; this.numericUpDown1.Value = new decimal(new int[] { - 900, + 1100, 0, 0, 0}); // - // GroupBox3 - // - this.GroupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); - this.GroupBox3.Controls.Add(this.button14); - this.GroupBox3.Controls.Add(this.button16); - this.GroupBox3.Controls.Add(this.button15); - this.GroupBox3.Controls.Add(this.button13); - this.GroupBox3.Controls.Add(this.button12); - this.GroupBox3.Controls.Add(this.button11); - this.GroupBox3.Controls.Add(this.button10); - this.GroupBox3.Controls.Add(this.button9); - this.GroupBox3.Controls.Add(this.label9); - this.GroupBox3.Controls.Add(this.label8); - this.GroupBox3.Controls.Add(this.numericUpDown6); - this.GroupBox3.Controls.Add(this.numericUpDown5); - this.GroupBox3.Controls.Add(this.numericUpDown4); - this.GroupBox3.Controls.Add(this.numericUpDown3); - this.GroupBox3.Controls.Add(this.label7); - this.GroupBox3.Controls.Add(this.label6); - this.GroupBox3.Controls.Add(this.textBox1); - this.GroupBox3.Controls.Add(this.label5); - this.GroupBox3.Controls.Add(this.button8); - this.GroupBox3.Controls.Add(this.button7); - this.GroupBox3.Controls.Add(this.button6); - this.GroupBox3.Controls.Add(this.label4); - this.GroupBox3.Controls.Add(this.button5); - this.GroupBox3.Font = new System.Drawing.Font("Cascadia Code", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.GroupBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.GroupBox3.Location = new System.Drawing.Point(926, 12); - this.GroupBox3.Name = "GroupBox3"; - this.GroupBox3.Size = new System.Drawing.Size(152, 642); - this.GroupBox3.TabIndex = 5; - this.GroupBox3.TabStop = false; - this.GroupBox3.Text = "Tools"; - // // label5 // this.label5.AutoSize = true; this.label5.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label5.Location = new System.Drawing.Point(26, 74); + this.label5.Location = new System.Drawing.Point(30, 73); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(90, 20); this.label5.TabIndex = 9; @@ -277,7 +212,7 @@ this.button8.BackColor = System.Drawing.Color.Red; this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button8.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button8.Location = new System.Drawing.Point(103, 46); + this.button8.Location = new System.Drawing.Point(107, 45); this.button8.Name = "button8"; this.button8.Size = new System.Drawing.Size(25, 25); this.button8.TabIndex = 4; @@ -288,7 +223,7 @@ this.button7.BackColor = System.Drawing.Color.Red; this.button7.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button7.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button7.Location = new System.Drawing.Point(72, 46); + this.button7.Location = new System.Drawing.Point(76, 45); this.button7.Name = "button7"; this.button7.Size = new System.Drawing.Size(25, 25); this.button7.TabIndex = 3; @@ -299,85 +234,27 @@ this.button6.BackColor = System.Drawing.Color.Red; this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button6.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button6.Location = new System.Drawing.Point(41, 46); + this.button6.Location = new System.Drawing.Point(45, 45); this.button6.Name = "button6"; this.button6.Size = new System.Drawing.Size(25, 25); this.button6.TabIndex = 2; this.button6.UseVisualStyleBackColor = false; // - // label4 - // - this.label4.AutoSize = true; - this.label4.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label4.Location = new System.Drawing.Point(6, 26); - this.label4.Name = "label4"; - this.label4.Size = new System.Drawing.Size(135, 20); - this.label4.TabIndex = 1; - this.label4.Text = "Colors history"; - // // button5 // this.button5.BackColor = System.Drawing.Color.Green; this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.button5.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button5.Location = new System.Drawing.Point(10, 46); + this.button5.Location = new System.Drawing.Point(14, 45); this.button5.Name = "button5"; this.button5.Size = new System.Drawing.Size(25, 25); this.button5.TabIndex = 0; this.button5.UseVisualStyleBackColor = false; // - // groupBox4 - // - this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); - this.groupBox4.Controls.Add(this.button3); - this.groupBox4.Controls.Add(this.label3); - this.groupBox4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.groupBox4.Location = new System.Drawing.Point(12, 599); - this.groupBox4.Name = "groupBox4"; - this.groupBox4.Size = new System.Drawing.Size(408, 55); - this.groupBox4.TabIndex = 6; - this.groupBox4.TabStop = false; - this.groupBox4.Text = "Hovering color"; - // - // button3 - // - this.button3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); - this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.button3.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.button3.Location = new System.Drawing.Point(301, 19); - this.button3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); - this.button3.Name = "button3"; - this.button3.Size = new System.Drawing.Size(84, 26); - this.button3.TabIndex = 3; - this.button3.Text = "Select"; - this.button3.UseVisualStyleBackColor = false; - // - // label3 - // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(6, 23); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(290, 22); - this.label3.TabIndex = 1; - this.label3.Text = "Hex:FFFFFF R:255 G:255 B:255"; - // - // groupBox5 - // - this.groupBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); - this.groupBox5.Controls.Add(this.label2); - this.groupBox5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.groupBox5.Location = new System.Drawing.Point(426, 599); - this.groupBox5.Name = "groupBox5"; - this.groupBox5.Size = new System.Drawing.Size(319, 55); - this.groupBox5.TabIndex = 7; - this.groupBox5.TabStop = false; - this.groupBox5.Text = "Selected color"; - // // label2 // this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(6, 23); + this.label2.Location = new System.Drawing.Point(6, 22); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(290, 22); this.label2.TabIndex = 1; @@ -387,7 +264,7 @@ // this.button4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup; - this.button4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); + this.button4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); this.button4.Location = new System.Drawing.Point(750, 606); this.button4.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.button4.Name = "button4"; @@ -401,8 +278,8 @@ this.textBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBox1.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.textBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.textBox1.Location = new System.Drawing.Point(6, 117); + this.textBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.textBox1.Location = new System.Drawing.Point(10, 116); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(141, 25); this.textBox1.TabIndex = 10; @@ -412,7 +289,7 @@ // this.label6.AutoSize = true; this.label6.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label6.Location = new System.Drawing.Point(6, 94); + this.label6.Location = new System.Drawing.Point(10, 93); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(36, 20); this.label6.TabIndex = 11; @@ -422,7 +299,7 @@ // this.label7.AutoSize = true; this.label7.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label7.Location = new System.Drawing.Point(6, 145); + this.label7.Location = new System.Drawing.Point(10, 144); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(36, 20); this.label7.TabIndex = 12; @@ -433,8 +310,8 @@ this.numericUpDown3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.numericUpDown3.BorderStyle = System.Windows.Forms.BorderStyle.None; this.numericUpDown3.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.numericUpDown3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.numericUpDown3.Location = new System.Drawing.Point(6, 168); + this.numericUpDown3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.numericUpDown3.Location = new System.Drawing.Point(10, 167); this.numericUpDown3.Maximum = new decimal(new int[] { 255, 0, @@ -454,8 +331,8 @@ this.numericUpDown4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.numericUpDown4.BorderStyle = System.Windows.Forms.BorderStyle.None; this.numericUpDown4.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.numericUpDown4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.numericUpDown4.Location = new System.Drawing.Point(6, 199); + this.numericUpDown4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.numericUpDown4.Location = new System.Drawing.Point(10, 198); this.numericUpDown4.Maximum = new decimal(new int[] { 255, 0, @@ -475,8 +352,8 @@ this.numericUpDown5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.numericUpDown5.BorderStyle = System.Windows.Forms.BorderStyle.None; this.numericUpDown5.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.numericUpDown5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.numericUpDown5.Location = new System.Drawing.Point(6, 230); + this.numericUpDown5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.numericUpDown5.Location = new System.Drawing.Point(10, 229); this.numericUpDown5.Maximum = new decimal(new int[] { 255, 0, @@ -496,8 +373,8 @@ this.numericUpDown6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.numericUpDown6.BorderStyle = System.Windows.Forms.BorderStyle.None; this.numericUpDown6.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.numericUpDown6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.numericUpDown6.Location = new System.Drawing.Point(6, 310); + this.numericUpDown6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.numericUpDown6.Location = new System.Drawing.Point(10, 309); this.numericUpDown6.Maximum = new decimal(new int[] { 255, 0, @@ -516,7 +393,7 @@ // this.label8.AutoSize = true; this.label8.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label8.Location = new System.Drawing.Point(26, 258); + this.label8.Location = new System.Drawing.Point(30, 257); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(99, 20); this.label8.TabIndex = 18; @@ -526,7 +403,7 @@ // this.label9.AutoSize = true; this.label9.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.label9.Location = new System.Drawing.Point(6, 287); + this.label9.Location = new System.Drawing.Point(10, 286); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(54, 20); this.label9.TabIndex = 19; @@ -537,10 +414,10 @@ this.button9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button9.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.button9.Location = new System.Drawing.Point(6, 341); + this.button9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.button9.Location = new System.Drawing.Point(10, 340); this.button9.Name = "button9"; - this.button9.Size = new System.Drawing.Size(140, 31); + this.button9.Size = new System.Drawing.Size(141, 31); this.button9.TabIndex = 20; this.button9.Text = "Pencil"; this.button9.UseVisualStyleBackColor = false; @@ -550,10 +427,10 @@ this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.button10.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button10.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.button10.Location = new System.Drawing.Point(6, 378); + this.button10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.button10.Location = new System.Drawing.Point(10, 377); this.button10.Name = "button10"; - this.button10.Size = new System.Drawing.Size(140, 31); + this.button10.Size = new System.Drawing.Size(141, 31); this.button10.TabIndex = 21; this.button10.Text = "Dot tracer"; this.button10.UseVisualStyleBackColor = false; @@ -563,10 +440,10 @@ this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.button11.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button11.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.button11.Location = new System.Drawing.Point(6, 415); + this.button11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.button11.Location = new System.Drawing.Point(10, 414); this.button11.Name = "button11"; - this.button11.Size = new System.Drawing.Size(140, 31); + this.button11.Size = new System.Drawing.Size(141, 31); this.button11.TabIndex = 22; this.button11.Text = "Shape creator"; this.button11.UseVisualStyleBackColor = false; @@ -576,10 +453,10 @@ this.button12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.button12.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button12.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.button12.Location = new System.Drawing.Point(6, 452); + this.button12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.button12.Location = new System.Drawing.Point(10, 451); this.button12.Name = "button12"; - this.button12.Size = new System.Drawing.Size(140, 31); + this.button12.Size = new System.Drawing.Size(141, 31); this.button12.TabIndex = 23; this.button12.Text = "Spray"; this.button12.UseVisualStyleBackColor = false; @@ -589,8 +466,8 @@ this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.button13.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button13.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.button13.Location = new System.Drawing.Point(7, 489); + this.button13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.button13.Location = new System.Drawing.Point(11, 488); this.button13.Name = "button13"; this.button13.Size = new System.Drawing.Size(140, 31); this.button13.TabIndex = 24; @@ -602,8 +479,8 @@ this.button15.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.button15.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button15.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.button15.Location = new System.Drawing.Point(7, 563); + this.button15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.button15.Location = new System.Drawing.Point(11, 562); this.button15.Name = "button15"; this.button15.Size = new System.Drawing.Size(140, 31); this.button15.TabIndex = 26; @@ -615,10 +492,10 @@ this.button16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.button16.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button16.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.button16.Location = new System.Drawing.Point(6, 600); + this.button16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.button16.Location = new System.Drawing.Point(10, 599); this.button16.Name = "button16"; - this.button16.Size = new System.Drawing.Size(140, 31); + this.button16.Size = new System.Drawing.Size(141, 31); this.button16.TabIndex = 27; this.button16.Text = "Clear"; this.button16.UseVisualStyleBackColor = false; @@ -628,49 +505,210 @@ this.button14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.button14.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button14.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.button14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); - this.button14.Location = new System.Drawing.Point(7, 526); + this.button14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.button14.Location = new System.Drawing.Point(11, 525); this.button14.Name = "button14"; this.button14.Size = new System.Drawing.Size(140, 31); this.button14.TabIndex = 28; this.button14.Text = "Fill"; this.button14.UseVisualStyleBackColor = false; // + // panel1 + // + this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); + this.panel1.Controls.Add(this.label10); + this.panel1.Controls.Add(this.button1); + this.panel1.Controls.Add(this.tbxProjectName); + this.panel1.Controls.Add(this.btnSave); + this.panel1.Location = new System.Drawing.Point(12, 12); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(493, 71); + this.panel1.TabIndex = 8; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label4.Location = new System.Drawing.Point(10, 25); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(135, 20); + this.label4.TabIndex = 1; + this.label4.Text = "Colors history"; + // + // label10 + // + this.label10.AutoSize = true; + this.label10.Font = new System.Drawing.Font("Cascadia Code", 10F); + this.label10.Location = new System.Drawing.Point(6, 0); + this.label10.Name = "label10"; + this.label10.Size = new System.Drawing.Size(50, 22); + this.label10.TabIndex = 29; + this.label10.Text = "File"; + // + // panel2 + // + this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); + this.panel2.Controls.Add(this.label1); + this.panel2.Controls.Add(this.button2); + this.panel2.Controls.Add(this.label11); + this.panel2.Controls.Add(this.numericUpDown2); + this.panel2.Controls.Add(this.numericUpDown1); + this.panel2.Location = new System.Drawing.Point(510, 12); + this.panel2.Name = "panel2"; + this.panel2.Size = new System.Drawing.Size(410, 71); + this.panel2.TabIndex = 30; + // + // label11 + // + this.label11.AutoSize = true; + this.label11.Font = new System.Drawing.Font("Cascadia Code", 10F); + this.label11.Location = new System.Drawing.Point(6, 0); + this.label11.Name = "label11"; + this.label11.Size = new System.Drawing.Size(80, 22); + this.label11.TabIndex = 29; + this.label11.Text = "Drawing"; + // + // panel3 + // + this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); + this.panel3.Controls.Add(this.button14); + this.panel3.Controls.Add(this.label13); + this.panel3.Controls.Add(this.button16); + this.panel3.Controls.Add(this.textBox1); + this.panel3.Controls.Add(this.button15); + this.panel3.Controls.Add(this.button5); + this.panel3.Controls.Add(this.button13); + this.panel3.Controls.Add(this.label4); + this.panel3.Controls.Add(this.button12); + this.panel3.Controls.Add(this.button6); + this.panel3.Controls.Add(this.button11); + this.panel3.Controls.Add(this.button7); + this.panel3.Controls.Add(this.button10); + this.panel3.Controls.Add(this.button8); + this.panel3.Controls.Add(this.button9); + this.panel3.Controls.Add(this.label5); + this.panel3.Controls.Add(this.label9); + this.panel3.Controls.Add(this.label6); + this.panel3.Controls.Add(this.label8); + this.panel3.Controls.Add(this.label7); + this.panel3.Controls.Add(this.numericUpDown6); + this.panel3.Controls.Add(this.numericUpDown3); + this.panel3.Controls.Add(this.numericUpDown5); + this.panel3.Controls.Add(this.numericUpDown4); + this.panel3.Location = new System.Drawing.Point(926, 12); + this.panel3.Name = "panel3"; + this.panel3.Size = new System.Drawing.Size(163, 642); + this.panel3.TabIndex = 31; + // + // label13 + // + this.label13.AutoSize = true; + this.label13.Font = new System.Drawing.Font("Cascadia Code", 10F); + this.label13.Location = new System.Drawing.Point(6, 0); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(60, 22); + this.label13.TabIndex = 29; + this.label13.Text = "Tools"; + // + // panel4 + // + this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); + this.panel4.Controls.Add(this.label2); + this.panel4.Controls.Add(this.label14); + this.panel4.Location = new System.Drawing.Point(426, 604); + this.panel4.Name = "panel4"; + this.panel4.Size = new System.Drawing.Size(319, 50); + this.panel4.TabIndex = 31; + // + // label14 + // + this.label14.AutoSize = true; + this.label14.Font = new System.Drawing.Font("Cascadia Code", 10F); + this.label14.Location = new System.Drawing.Point(6, 0); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(150, 22); + this.label14.TabIndex = 29; + this.label14.Text = "Selected color"; + // + // panel5 + // + this.panel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); + this.panel5.Controls.Add(this.button17); + this.panel5.Controls.Add(this.label12); + this.panel5.Controls.Add(this.label15); + this.panel5.Location = new System.Drawing.Point(12, 604); + this.panel5.Name = "panel5"; + this.panel5.Size = new System.Drawing.Size(408, 50); + this.panel5.TabIndex = 32; + // + // label12 + // + this.label12.AutoSize = true; + this.label12.Location = new System.Drawing.Point(6, 22); + this.label12.Name = "label12"; + this.label12.Size = new System.Drawing.Size(290, 22); + this.label12.TabIndex = 1; + this.label12.Text = "Hex:FFFFFF R:255 G:255 B:255"; + // + // label15 + // + this.label15.AutoSize = true; + this.label15.Font = new System.Drawing.Font("Cascadia Code", 10F); + this.label15.Location = new System.Drawing.Point(6, 0); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(150, 22); + this.label15.TabIndex = 29; + this.label15.Text = "Hovering color"; + // + // button17 + // + this.button17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); + this.button17.FlatStyle = System.Windows.Forms.FlatStyle.Popup; + this.button17.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.button17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); + this.button17.Location = new System.Drawing.Point(301, 6); + this.button17.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); + this.button17.Name = "button17"; + this.button17.Size = new System.Drawing.Size(95, 38); + this.button17.TabIndex = 4; + this.button17.Text = "Select"; + this.button17.UseVisualStyleBackColor = false; + // // PaintForm // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18))))); - this.ClientSize = new System.Drawing.Size(1085, 671); + this.ClientSize = new System.Drawing.Size(1095, 663); + this.Controls.Add(this.panel5); + this.Controls.Add(this.panel4); + this.Controls.Add(this.panel3); + this.Controls.Add(this.panel2); + this.Controls.Add(this.panel1); this.Controls.Add(this.button4); - this.Controls.Add(this.groupBox5); - this.Controls.Add(this.groupBox4); - this.Controls.Add(this.GroupBox3); - this.Controls.Add(this.groupBox2); - this.Controls.Add(this.groupBox1); this.Controls.Add(this.canvas); this.Font = new System.Drawing.Font("Cascadia Code", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(225)))), ((int)(((byte)(206)))), ((int)(((byte)(122))))); + this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "PaintForm"; this.Text = "Paint 2"; ((System.ComponentModel.ISupportInitialize)(this.canvas)).EndInit(); - this.groupBox1.ResumeLayout(false); - this.groupBox1.PerformLayout(); - this.groupBox2.ResumeLayout(false); - this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit(); - this.GroupBox3.ResumeLayout(false); - this.GroupBox3.PerformLayout(); - this.groupBox4.ResumeLayout(false); - this.groupBox4.PerformLayout(); - this.groupBox5.ResumeLayout(false); - this.groupBox5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit(); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + this.panel2.ResumeLayout(false); + this.panel2.PerformLayout(); + this.panel3.ResumeLayout(false); + this.panel3.PerformLayout(); + this.panel4.ResumeLayout(false); + this.panel4.PerformLayout(); + this.panel5.ResumeLayout(false); + this.panel5.PerformLayout(); this.ResumeLayout(false); } @@ -680,23 +718,15 @@ private System.Windows.Forms.TextBox tbxProjectName; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.PictureBox canvas; - private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button button1; - private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button2; private System.Windows.Forms.NumericUpDown numericUpDown2; private System.Windows.Forms.NumericUpDown numericUpDown1; - private System.Windows.Forms.GroupBox GroupBox3; private System.Windows.Forms.Button button8; private System.Windows.Forms.Button button7; private System.Windows.Forms.Button button6; - private System.Windows.Forms.Label label4; private System.Windows.Forms.Button button5; - private System.Windows.Forms.GroupBox groupBox4; - private System.Windows.Forms.Button button3; - private System.Windows.Forms.Label label3; - private System.Windows.Forms.GroupBox groupBox5; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button button4; private System.Windows.Forms.Label label5; @@ -717,6 +747,19 @@ private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Button button14; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.Label label10; + private System.Windows.Forms.Panel panel2; + private System.Windows.Forms.Label label11; + private System.Windows.Forms.Panel panel3; + private System.Windows.Forms.Label label13; + private System.Windows.Forms.Panel panel4; + private System.Windows.Forms.Label label14; + private System.Windows.Forms.Panel panel5; + private System.Windows.Forms.Button button17; + private System.Windows.Forms.Label label12; + private System.Windows.Forms.Label label15; } }