namespace Paint_2 { partial class PaintForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.tbxProjectName = new System.Windows.Forms.TextBox(); this.btnSave = new System.Windows.Forms.Button(); this.canvas = new System.Windows.Forms.PictureBox(); this.btnSaveCopy = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.lblSelectedColor = new System.Windows.Forms.Label(); this.panelFile = new System.Windows.Forms.Panel(); this.label10 = new System.Windows.Forms.Label(); this.panelDrawing = new System.Windows.Forms.Panel(); this.lblHeight = new System.Windows.Forms.Label(); this.lblWidth = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.panelSelectedColor = new System.Windows.Forms.Panel(); this.btnSelectedColor = new System.Windows.Forms.Button(); this.label14 = new System.Windows.Forms.Label(); this.panelHoverColor = new System.Windows.Forms.Panel(); this.btnHoveringColor = new System.Windows.Forms.Button(); this.lblHoveringColor = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.tmrRefresh = new System.Windows.Forms.Timer(this.components); this.nupPencilWidth = new System.Windows.Forms.NumericUpDown(); this.label9 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.btnColorHistory4 = new System.Windows.Forms.Button(); this.btnColorHistory3 = new System.Windows.Forms.Button(); this.btnColorHistory2 = new System.Windows.Forms.Button(); this.label4 = new System.Windows.Forms.Label(); this.btnColorHistory1 = new System.Windows.Forms.Button(); this.btnClear = new System.Windows.Forms.Button(); this.label13 = new System.Windows.Forms.Label(); this.panelTools = new System.Windows.Forms.Panel(); this.btnRedo = new System.Windows.Forms.Button(); this.btnUndo = new System.Windows.Forms.Button(); this.btnRandomColor = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.lsbTools = new System.Windows.Forms.ListBox(); this.btnColorPicker = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.canvas)).BeginInit(); this.panelFile.SuspendLayout(); this.panelDrawing.SuspendLayout(); this.panelSelectedColor.SuspendLayout(); this.panelHoverColor.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupPencilWidth)).BeginInit(); this.panelTools.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)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); this.tbxProjectName.Location = new System.Drawing.Point(10, 24); this.tbxProjectName.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.tbxProjectName.Name = "tbxProjectName"; this.tbxProjectName.Size = new System.Drawing.Size(230, 23); this.tbxProjectName.TabIndex = 0; this.tbxProjectName.Text = "Untitled Project"; // // btnSave // 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)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); this.btnSave.Location = new System.Drawing.Point(244, 18); 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); this.btnSave.TabIndex = 1; this.btnSave.Text = "Save"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // canvas // this.canvas.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); this.canvas.Location = new System.Drawing.Point(12, 73); this.canvas.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.canvas.Name = "canvas"; this.canvas.Size = new System.Drawing.Size(909, 527); this.canvas.TabIndex = 2; this.canvas.TabStop = false; this.canvas.MouseDown += new System.Windows.Forms.MouseEventHandler(this.canvas_MouseDown); this.canvas.MouseUp += new System.Windows.Forms.MouseEventHandler(this.canvas_MouseUp); // // btnSaveCopy // this.btnSaveCopy.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.btnSaveCopy.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnSaveCopy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); this.btnSaveCopy.Location = new System.Drawing.Point(323, 18); this.btnSaveCopy.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.btnSaveCopy.Name = "btnSaveCopy"; this.btnSaveCopy.Size = new System.Drawing.Size(156, 38); this.btnSaveCopy.TabIndex = 2; this.btnSaveCopy.Text = "Save a copy"; this.btnSaveCopy.UseVisualStyleBackColor = false; this.btnSaveCopy.Click += new System.EventHandler(this.btnSaveCopy_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 18); this.label1.TabIndex = 5; this.label1.Text = "Dimensions"; // // lblSelectedColor // this.lblSelectedColor.AutoSize = true; this.lblSelectedColor.Location = new System.Drawing.Point(6, 22); this.lblSelectedColor.Name = "lblSelectedColor"; this.lblSelectedColor.Size = new System.Drawing.Size(232, 18); this.lblSelectedColor.TabIndex = 1; this.lblSelectedColor.Text = "Hex:FFFFFF R:255 G:255 B:255"; // // panelFile // this.panelFile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); this.panelFile.Controls.Add(this.label10); this.panelFile.Controls.Add(this.btnSaveCopy); this.panelFile.Controls.Add(this.tbxProjectName); this.panelFile.Controls.Add(this.btnSave); this.panelFile.Location = new System.Drawing.Point(12, 7); this.panelFile.Name = "panelFile"; this.panelFile.Size = new System.Drawing.Size(493, 60); this.panelFile.TabIndex = 8; // // 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(40, 18); this.label10.TabIndex = 29; this.label10.Text = "File"; // // panelDrawing // this.panelDrawing.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); this.panelDrawing.Controls.Add(this.lblHeight); this.panelDrawing.Controls.Add(this.label1); this.panelDrawing.Controls.Add(this.lblWidth); this.panelDrawing.Controls.Add(this.label11); this.panelDrawing.Location = new System.Drawing.Point(511, 7); this.panelDrawing.Name = "panelDrawing"; this.panelDrawing.Size = new System.Drawing.Size(228, 47); this.panelDrawing.TabIndex = 30; // // lblHeight // this.lblHeight.AutoSize = true; this.lblHeight.Location = new System.Drawing.Point(100, 24); this.lblHeight.Name = "lblHeight"; this.lblHeight.Size = new System.Drawing.Size(104, 18); this.lblHeight.TabIndex = 34; this.lblHeight.Text = "Height: 2000"; // // lblWidth // this.lblWidth.AutoSize = true; this.lblWidth.Location = new System.Drawing.Point(100, 6); this.lblWidth.Name = "lblWidth"; this.lblWidth.Size = new System.Drawing.Size(96, 18); this.lblWidth.TabIndex = 33; this.lblWidth.Text = "width: 2000"; // // 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(64, 18); this.label11.TabIndex = 29; this.label11.Text = "Drawing"; // // panelSelectedColor // this.panelSelectedColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.panelSelectedColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); this.panelSelectedColor.Controls.Add(this.btnSelectedColor); this.panelSelectedColor.Controls.Add(this.lblSelectedColor); this.panelSelectedColor.Controls.Add(this.label14); this.panelSelectedColor.Location = new System.Drawing.Point(382, 606); this.panelSelectedColor.Name = "panelSelectedColor"; this.panelSelectedColor.Size = new System.Drawing.Size(363, 50); this.panelSelectedColor.TabIndex = 31; // // btnSelectedColor // this.btnSelectedColor.BackColor = System.Drawing.Color.Green; this.btnSelectedColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnSelectedColor.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnSelectedColor.Location = new System.Drawing.Point(302, -2); this.btnSelectedColor.Name = "btnSelectedColor"; this.btnSelectedColor.Size = new System.Drawing.Size(55, 55); this.btnSelectedColor.TabIndex = 31; this.btnSelectedColor.UseVisualStyleBackColor = false; // // 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(120, 18); this.label14.TabIndex = 29; this.label14.Text = "Selected color"; // // panelHoverColor // this.panelHoverColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.panelHoverColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); this.panelHoverColor.Controls.Add(this.btnHoveringColor); this.panelHoverColor.Controls.Add(this.lblHoveringColor); this.panelHoverColor.Controls.Add(this.label15); this.panelHoverColor.Location = new System.Drawing.Point(12, 606); this.panelHoverColor.Name = "panelHoverColor"; this.panelHoverColor.Size = new System.Drawing.Size(370, 50); this.panelHoverColor.TabIndex = 32; // // btnHoveringColor // this.btnHoveringColor.BackColor = System.Drawing.Color.Green; this.btnHoveringColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnHoveringColor.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnHoveringColor.Location = new System.Drawing.Point(309, -2); this.btnHoveringColor.Name = "btnHoveringColor"; this.btnHoveringColor.Size = new System.Drawing.Size(55, 55); this.btnHoveringColor.TabIndex = 30; this.btnHoveringColor.UseVisualStyleBackColor = false; // // lblHoveringColor // this.lblHoveringColor.AutoSize = true; this.lblHoveringColor.Location = new System.Drawing.Point(6, 22); this.lblHoveringColor.Name = "lblHoveringColor"; this.lblHoveringColor.Size = new System.Drawing.Size(232, 18); this.lblHoveringColor.TabIndex = 1; this.lblHoveringColor.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(120, 18); this.label15.TabIndex = 29; this.label15.Text = "Hovering color"; // // tmrRefresh // this.tmrRefresh.Interval = 1; this.tmrRefresh.Tick += new System.EventHandler(this.tmrRefresh_Tick); // // nupPencilWidth // this.nupPencilWidth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.nupPencilWidth.BorderStyle = System.Windows.Forms.BorderStyle.None; this.nupPencilWidth.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nupPencilWidth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); this.nupPencilWidth.Location = new System.Drawing.Point(9, 161); this.nupPencilWidth.Maximum = new decimal(new int[] { 255, 0, 0, 0}); this.nupPencilWidth.Name = "nupPencilWidth"; this.nupPencilWidth.Size = new System.Drawing.Size(141, 17); this.nupPencilWidth.TabIndex = 17; this.nupPencilWidth.Value = new decimal(new int[] { 10, 0, 0, 0}); this.nupPencilWidth.ValueChanged += new System.EventHandler(this.nupPencilWidth_ValueChanged); // // label9 // 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(7, 142); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(77, 16); this.label9.TabIndex = 19; this.label9.Text = "Tool width"; // // 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(10, 73); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(70, 16); this.label5.TabIndex = 9; this.label5.Text = "Set color"; // // btnColorHistory4 // this.btnColorHistory4.BackColor = System.Drawing.Color.Red; this.btnColorHistory4.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnColorHistory4.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnColorHistory4.Location = new System.Drawing.Point(101, 45); this.btnColorHistory4.Name = "btnColorHistory4"; this.btnColorHistory4.Size = new System.Drawing.Size(25, 25); this.btnColorHistory4.TabIndex = 4; this.btnColorHistory4.UseVisualStyleBackColor = false; this.btnColorHistory4.Click += new System.EventHandler(this.BtnColor_Click); // // btnColorHistory3 // this.btnColorHistory3.BackColor = System.Drawing.Color.Red; this.btnColorHistory3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnColorHistory3.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnColorHistory3.Location = new System.Drawing.Point(70, 45); this.btnColorHistory3.Name = "btnColorHistory3"; this.btnColorHistory3.Size = new System.Drawing.Size(25, 25); this.btnColorHistory3.TabIndex = 3; this.btnColorHistory3.UseVisualStyleBackColor = false; this.btnColorHistory3.Click += new System.EventHandler(this.BtnColor_Click); // // btnColorHistory2 // this.btnColorHistory2.BackColor = System.Drawing.Color.Red; this.btnColorHistory2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnColorHistory2.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnColorHistory2.Location = new System.Drawing.Point(39, 45); this.btnColorHistory2.Name = "btnColorHistory2"; this.btnColorHistory2.Size = new System.Drawing.Size(25, 25); this.btnColorHistory2.TabIndex = 2; this.btnColorHistory2.UseVisualStyleBackColor = false; this.btnColorHistory2.Click += new System.EventHandler(this.BtnColor_Click); // // 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(105, 16); this.label4.TabIndex = 1; this.label4.Text = "Colors history"; // // btnColorHistory1 // this.btnColorHistory1.BackColor = System.Drawing.Color.Green; this.btnColorHistory1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnColorHistory1.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnColorHistory1.Location = new System.Drawing.Point(10, 45); this.btnColorHistory1.Name = "btnColorHistory1"; this.btnColorHistory1.Size = new System.Drawing.Size(25, 25); this.btnColorHistory1.TabIndex = 0; this.btnColorHistory1.UseVisualStyleBackColor = false; this.btnColorHistory1.Click += new System.EventHandler(this.BtnColor_Click); // // btnClear // this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClear.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnClear.Font = new System.Drawing.Font("Cascadia Code", 10.5F); this.btnClear.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); this.btnClear.Location = new System.Drawing.Point(926, 606); this.btnClear.Name = "btnClear"; this.btnClear.Size = new System.Drawing.Size(163, 48); this.btnClear.TabIndex = 27; this.btnClear.Text = "Clear"; this.btnClear.UseVisualStyleBackColor = false; this.btnClear.Click += new System.EventHandler(this.btnClear_Click); // // 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(48, 18); this.label13.TabIndex = 29; this.label13.Text = "Tools"; // // panelTools // this.panelTools.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.panelTools.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(31)))), ((int)(((byte)(31))))); this.panelTools.Controls.Add(this.btnColorPicker); this.panelTools.Controls.Add(this.btnRedo); this.panelTools.Controls.Add(this.btnUndo); this.panelTools.Controls.Add(this.btnRandomColor); this.panelTools.Controls.Add(this.label2); this.panelTools.Controls.Add(this.lsbTools); this.panelTools.Controls.Add(this.label13); this.panelTools.Controls.Add(this.btnColorHistory1); this.panelTools.Controls.Add(this.label4); this.panelTools.Controls.Add(this.btnColorHistory2); this.panelTools.Controls.Add(this.btnColorHistory3); this.panelTools.Controls.Add(this.btnColorHistory4); this.panelTools.Controls.Add(this.label5); this.panelTools.Controls.Add(this.label9); this.panelTools.Controls.Add(this.nupPencilWidth); this.panelTools.Location = new System.Drawing.Point(927, 7); this.panelTools.Name = "panelTools"; this.panelTools.Size = new System.Drawing.Size(163, 593); this.panelTools.TabIndex = 31; // // btnRedo // this.btnRedo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.btnRedo.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnRedo.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnRedo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); this.btnRedo.Location = new System.Drawing.Point(85, 547); this.btnRedo.Name = "btnRedo"; this.btnRedo.Size = new System.Drawing.Size(75, 43); this.btnRedo.TabIndex = 36; this.btnRedo.Text = "Redo"; this.btnRedo.UseVisualStyleBackColor = false; this.btnRedo.Click += new System.EventHandler(this.btnRedo_Click); // // btnUndo // this.btnUndo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.btnUndo.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnUndo.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnUndo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); this.btnUndo.Location = new System.Drawing.Point(4, 547); this.btnUndo.Name = "btnUndo"; this.btnUndo.Size = new System.Drawing.Size(75, 43); this.btnUndo.TabIndex = 35; this.btnUndo.Text = "Undo"; this.btnUndo.UseVisualStyleBackColor = false; this.btnUndo.Click += new System.EventHandler(this.btnUndo_Click); // // btnRandomColor // this.btnRandomColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.btnRandomColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnRandomColor.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnRandomColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); this.btnRandomColor.Location = new System.Drawing.Point(131, 45); this.btnRandomColor.Name = "btnRandomColor"; this.btnRandomColor.Size = new System.Drawing.Size(25, 25); this.btnRandomColor.TabIndex = 34; this.btnRandomColor.Text = "Rnd"; this.btnRandomColor.UseVisualStyleBackColor = false; this.btnRandomColor.Click += new System.EventHandler(this.btnRandomColor_Click); // // label2 // this.label2.AutoSize = true; this.label2.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label2.Location = new System.Drawing.Point(6, 181); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(42, 16); this.label2.TabIndex = 33; this.label2.Text = "Tools"; // // lsbTools // this.lsbTools.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.lsbTools.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.lsbTools.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); this.lsbTools.FormattingEnabled = true; this.lsbTools.ItemHeight = 18; this.lsbTools.Location = new System.Drawing.Point(10, 204); this.lsbTools.Name = "lsbTools"; this.lsbTools.Size = new System.Drawing.Size(141, 164); this.lsbTools.TabIndex = 32; this.lsbTools.SelectedIndexChanged += new System.EventHandler(this.lsbTools_SelectedIndexChanged); // // btnColorPicker // this.btnColorPicker.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnColorPicker.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41))))); this.btnColorPicker.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btnColorPicker.Font = new System.Drawing.Font("Cascadia Code", 10.5F); this.btnColorPicker.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); this.btnColorPicker.Location = new System.Drawing.Point(9, 92); this.btnColorPicker.Name = "btnColorPicker"; this.btnColorPicker.Size = new System.Drawing.Size(141, 31); this.btnColorPicker.TabIndex = 33; this.btnColorPicker.Text = "ColorPicker"; this.btnColorPicker.UseVisualStyleBackColor = false; this.btnColorPicker.Click += new System.EventHandler(this.btnColorPicker_Click); // // PaintForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); 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(1095, 663); this.Controls.Add(this.panelHoverColor); this.Controls.Add(this.panelSelectedColor); this.Controls.Add(this.panelTools); this.Controls.Add(this.panelDrawing); this.Controls.Add(this.panelFile); this.Controls.Add(this.btnClear); 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)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214))))); this.Margin = new System.Windows.Forms.Padding(4); this.MinimumSize = new System.Drawing.Size(1111, 702); this.Name = "PaintForm"; this.Text = "Paint 2"; this.Resize += new System.EventHandler(this.PaintForm_Resize); ((System.ComponentModel.ISupportInitialize)(this.canvas)).EndInit(); this.panelFile.ResumeLayout(false); this.panelFile.PerformLayout(); this.panelDrawing.ResumeLayout(false); this.panelDrawing.PerformLayout(); this.panelSelectedColor.ResumeLayout(false); this.panelSelectedColor.PerformLayout(); this.panelHoverColor.ResumeLayout(false); this.panelHoverColor.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nupPencilWidth)).EndInit(); this.panelTools.ResumeLayout(false); this.panelTools.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox tbxProjectName; private System.Windows.Forms.Button btnSave; private System.Windows.Forms.PictureBox canvas; private System.Windows.Forms.Button btnSaveCopy; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblSelectedColor; private System.Windows.Forms.Panel panelFile; private System.Windows.Forms.Label label10; private System.Windows.Forms.Panel panelDrawing; private System.Windows.Forms.Label label11; private System.Windows.Forms.Panel panelSelectedColor; private System.Windows.Forms.Label label14; private System.Windows.Forms.Panel panelHoverColor; private System.Windows.Forms.Label lblHoveringColor; private System.Windows.Forms.Label label15; private System.Windows.Forms.Timer tmrRefresh; private System.Windows.Forms.Button btnHoveringColor; private System.Windows.Forms.Button btnSelectedColor; private System.Windows.Forms.NumericUpDown nupPencilWidth; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btnColorHistory4; private System.Windows.Forms.Button btnColorHistory3; private System.Windows.Forms.Button btnColorHistory2; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnColorHistory1; private System.Windows.Forms.Button btnClear; private System.Windows.Forms.Label label13; private System.Windows.Forms.Panel panelTools; private System.Windows.Forms.Label label2; private System.Windows.Forms.ListBox lsbTools; private System.Windows.Forms.Label lblHeight; private System.Windows.Forms.Label lblWidth; private System.Windows.Forms.Button btnRandomColor; private System.Windows.Forms.Button btnUndo; private System.Windows.Forms.Button btnRedo; private System.Windows.Forms.Button btnColorPicker; } }