763 lines
43 KiB
C#
763 lines
43 KiB
C#
namespace Paint_2
|
|
{
|
|
partial class PaintForm
|
|
{
|
|
/// <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()
|
|
{
|
|
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.nupGreen = new System.Windows.Forms.NumericUpDown();
|
|
this.nupBlue = new System.Windows.Forms.NumericUpDown();
|
|
this.nupRed = new System.Windows.Forms.NumericUpDown();
|
|
this.nupPencilWidth = new System.Windows.Forms.NumericUpDown();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
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.tbxColorHex = new System.Windows.Forms.TextBox();
|
|
this.btnClear = new System.Windows.Forms.Button();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.btnSetColor = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
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.nupGreen)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nupBlue)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nupRed)).BeginInit();
|
|
((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, 27);
|
|
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(110, 22);
|
|
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(290, 22);
|
|
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(50, 22);
|
|
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(130, 22);
|
|
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(120, 22);
|
|
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(80, 22);
|
|
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(150, 22);
|
|
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(290, 22);
|
|
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(150, 22);
|
|
this.label15.TabIndex = 29;
|
|
this.label15.Text = "Hovering color";
|
|
//
|
|
// tmrRefresh
|
|
//
|
|
this.tmrRefresh.Interval = 1;
|
|
this.tmrRefresh.Tick += new System.EventHandler(this.tmrRefresh_Tick);
|
|
//
|
|
// nupGreen
|
|
//
|
|
this.nupGreen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41)))));
|
|
this.nupGreen.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.nupGreen.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.nupGreen.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214)))));
|
|
this.nupGreen.Location = new System.Drawing.Point(10, 198);
|
|
this.nupGreen.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nupGreen.Name = "nupGreen";
|
|
this.nupGreen.Size = new System.Drawing.Size(85, 21);
|
|
this.nupGreen.TabIndex = 14;
|
|
this.nupGreen.Value = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// nupBlue
|
|
//
|
|
this.nupBlue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41)))));
|
|
this.nupBlue.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.nupBlue.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.nupBlue.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214)))));
|
|
this.nupBlue.Location = new System.Drawing.Point(10, 229);
|
|
this.nupBlue.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nupBlue.Name = "nupBlue";
|
|
this.nupBlue.Size = new System.Drawing.Size(85, 21);
|
|
this.nupBlue.TabIndex = 15;
|
|
this.nupBlue.Value = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// nupRed
|
|
//
|
|
this.nupRed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41)))));
|
|
this.nupRed.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
this.nupRed.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.nupRed.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214)))));
|
|
this.nupRed.Location = new System.Drawing.Point(10, 167);
|
|
this.nupRed.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nupRed.Name = "nupRed";
|
|
this.nupRed.Size = new System.Drawing.Size(85, 21);
|
|
this.nupRed.TabIndex = 13;
|
|
this.nupRed.Value = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// 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(10, 309);
|
|
this.nupPencilWidth.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nupPencilWidth.Name = "nupPencilWidth";
|
|
this.nupPencilWidth.Size = new System.Drawing.Size(141, 21);
|
|
this.nupPencilWidth.TabIndex = 17;
|
|
this.nupPencilWidth.Value = new decimal(new int[] {
|
|
10,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nupPencilWidth.ValueChanged += new System.EventHandler(this.nupPencilWidth_ValueChanged);
|
|
//
|
|
// label7
|
|
//
|
|
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(10, 144);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(36, 20);
|
|
this.label7.TabIndex = 12;
|
|
this.label7.Text = "RGB";
|
|
//
|
|
// label8
|
|
//
|
|
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(30, 257);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(99, 20);
|
|
this.label8.TabIndex = 18;
|
|
this.label8.Text = "Set pencil";
|
|
//
|
|
// label6
|
|
//
|
|
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(10, 93);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(36, 20);
|
|
this.label6.TabIndex = 11;
|
|
this.label6.Text = "Hex";
|
|
//
|
|
// 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(10, 286);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(54, 20);
|
|
this.label9.TabIndex = 19;
|
|
this.label9.Text = "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(30, 73);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(90, 20);
|
|
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(135, 20);
|
|
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);
|
|
//
|
|
// tbxColorHex
|
|
//
|
|
this.tbxColorHex.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41)))));
|
|
this.tbxColorHex.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.tbxColorHex.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.tbxColorHex.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214)))));
|
|
this.tbxColorHex.Location = new System.Drawing.Point(10, 116);
|
|
this.tbxColorHex.Name = "tbxColorHex";
|
|
this.tbxColorHex.Size = new System.Drawing.Size(85, 25);
|
|
this.tbxColorHex.TabIndex = 10;
|
|
this.tbxColorHex.Text = "#FFFFFF";
|
|
//
|
|
// 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(60, 22);
|
|
this.label13.TabIndex = 29;
|
|
this.label13.Text = "Tools";
|
|
//
|
|
// btnSetColor
|
|
//
|
|
this.btnSetColor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(41)))), ((int)(((byte)(41)))), ((int)(((byte)(41)))));
|
|
this.btnSetColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
|
|
this.btnSetColor.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnSetColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214)))));
|
|
this.btnSetColor.Location = new System.Drawing.Point(101, 113);
|
|
this.btnSetColor.Name = "btnSetColor";
|
|
this.btnSetColor.Size = new System.Drawing.Size(56, 31);
|
|
this.btnSetColor.TabIndex = 30;
|
|
this.btnSetColor.Text = "Set";
|
|
this.btnSetColor.UseVisualStyleBackColor = false;
|
|
this.btnSetColor.Click += new System.EventHandler(this.btnSetColor_Click);
|
|
//
|
|
// 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.Font = new System.Drawing.Font("Cascadia Code", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.button1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(214)))), ((int)(((byte)(214)))), ((int)(((byte)(214)))));
|
|
this.button1.Location = new System.Drawing.Point(101, 167);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(56, 83);
|
|
this.button1.TabIndex = 31;
|
|
this.button1.Text = "Set";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// 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.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.button1);
|
|
this.panelTools.Controls.Add(this.btnSetColor);
|
|
this.panelTools.Controls.Add(this.label13);
|
|
this.panelTools.Controls.Add(this.tbxColorHex);
|
|
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.label6);
|
|
this.panelTools.Controls.Add(this.label8);
|
|
this.panelTools.Controls.Add(this.label7);
|
|
this.panelTools.Controls.Add(this.nupPencilWidth);
|
|
this.panelTools.Controls.Add(this.nupRed);
|
|
this.panelTools.Controls.Add(this.nupBlue);
|
|
this.panelTools.Controls.Add(this.nupGreen);
|
|
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(3, 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(10, 335);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(54, 20);
|
|
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 = 22;
|
|
this.lsbTools.Location = new System.Drawing.Point(10, 358);
|
|
this.lsbTools.Name = "lsbTools";
|
|
this.lsbTools.Size = new System.Drawing.Size(141, 178);
|
|
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(758, 12);
|
|
this.btnColorPicker.Name = "btnColorPicker";
|
|
this.btnColorPicker.Size = new System.Drawing.Size(163, 48);
|
|
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(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(1095, 663);
|
|
this.Controls.Add(this.btnColorPicker);
|
|
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.nupGreen)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nupBlue)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nupRed)).EndInit();
|
|
((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 nupGreen;
|
|
private System.Windows.Forms.NumericUpDown nupBlue;
|
|
private System.Windows.Forms.NumericUpDown nupRed;
|
|
private System.Windows.Forms.NumericUpDown nupPencilWidth;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label6;
|
|
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.TextBox tbxColorHex;
|
|
private System.Windows.Forms.Button btnClear;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Button btnSetColor;
|
|
private System.Windows.Forms.Button button1;
|
|
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;
|
|
}
|
|
}
|
|
|