423 lines
		
	
	
		
			24 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			423 lines
		
	
	
		
			24 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Project.Dialog
 | |
| {
 | |
| 	partial class fPickerMove
 | |
| 	{
 | |
| 		/// <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.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
 | |
|             this.button9 = new System.Windows.Forms.Button();
 | |
|             this.button10 = new System.Windows.Forms.Button();
 | |
|             this.button11 = new System.Windows.Forms.Button();
 | |
|             this.button12 = new System.Windows.Forms.Button();
 | |
|             this.button13 = new System.Windows.Forms.Button();
 | |
|             this.button1 = new System.Windows.Forms.Button();
 | |
|             this.button2 = new System.Windows.Forms.Button();
 | |
|             this.button3 = new System.Windows.Forms.Button();
 | |
|             this.button4 = new System.Windows.Forms.Button();
 | |
|             this.button5 = new System.Windows.Forms.Button();
 | |
|             this.btl = new System.Windows.Forms.Button();
 | |
|             this.btlw = new System.Windows.Forms.Button();
 | |
|             this.btc = new System.Windows.Forms.Button();
 | |
|             this.btrw = new System.Windows.Forms.Button();
 | |
|             this.btr = new System.Windows.Forms.Button();
 | |
|             this.button6 = new System.Windows.Forms.Button();
 | |
|             this.button7 = new System.Windows.Forms.Button();
 | |
|             this.button8 = new System.Windows.Forms.Button();
 | |
|             this.button14 = new System.Windows.Forms.Button();
 | |
|             this.button15 = new System.Windows.Forms.Button();
 | |
|             this.timer1 = new System.Windows.Forms.Timer(this.components);
 | |
|             this.tableLayoutPanel1.SuspendLayout();
 | |
|             this.SuspendLayout();
 | |
|             // 
 | |
|             // tableLayoutPanel1
 | |
|             // 
 | |
|             this.tableLayoutPanel1.ColumnCount = 5;
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
 | |
|             this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button9, 0, 2);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button10, 4, 2);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button11, 1, 2);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button12, 2, 2);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button13, 3, 2);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button1, 0, 3);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button2, 1, 3);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button3, 2, 3);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button4, 3, 3);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button5, 4, 3);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.btl, 0, 1);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.btlw, 1, 1);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.btc, 2, 1);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.btrw, 3, 1);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.btr, 4, 1);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button6, 1, 0);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button7, 3, 0);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button8, 2, 0);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button14, 0, 0);
 | |
|             this.tableLayoutPanel1.Controls.Add(this.button15, 4, 0);
 | |
|             this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
 | |
|             this.tableLayoutPanel1.Name = "tableLayoutPanel1";
 | |
|             this.tableLayoutPanel1.RowCount = 4;
 | |
|             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.00001F));
 | |
|             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
 | |
|             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
 | |
|             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
 | |
|             this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
 | |
|             this.tableLayoutPanel1.Size = new System.Drawing.Size(822, 561);
 | |
|             this.tableLayoutPanel1.TabIndex = 0;
 | |
|             // 
 | |
|             // button9
 | |
|             // 
 | |
|             this.button9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
 | |
|             this.button9.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button9.Font = new System.Drawing.Font("Consolas", 15F, System.Drawing.FontStyle.Bold);
 | |
|             this.button9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
 | |
|             this.button9.Location = new System.Drawing.Point(10, 290);
 | |
|             this.button9.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button9.Name = "button9";
 | |
|             this.button9.Size = new System.Drawing.Size(144, 120);
 | |
|             this.button9.TabIndex = 3;
 | |
|             this.button9.Text = "Vision Validation\r\nCancel(L)";
 | |
|             this.button9.UseVisualStyleBackColor = false;
 | |
|             this.button9.Click += new System.EventHandler(this.button9_Click);
 | |
|             // 
 | |
|             // button10
 | |
|             // 
 | |
|             this.button10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
 | |
|             this.button10.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button10.Font = new System.Drawing.Font("Consolas", 15F, System.Drawing.FontStyle.Bold);
 | |
|             this.button10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
 | |
|             this.button10.Location = new System.Drawing.Point(666, 290);
 | |
|             this.button10.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button10.Name = "button10";
 | |
|             this.button10.Size = new System.Drawing.Size(146, 120);
 | |
|             this.button10.TabIndex = 4;
 | |
|             this.button10.Text = "Vision Validation\r\nCancel(R)";
 | |
|             this.button10.UseVisualStyleBackColor = false;
 | |
|             this.button10.Click += new System.EventHandler(this.button10_Click);
 | |
|             // 
 | |
|             // button11
 | |
|             // 
 | |
|             this.button11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
 | |
|             this.button11.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button11.Font = new System.Drawing.Font("Consolas", 15F, System.Drawing.FontStyle.Bold);
 | |
|             this.button11.Location = new System.Drawing.Point(174, 290);
 | |
|             this.button11.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button11.Name = "button11";
 | |
|             this.button11.Size = new System.Drawing.Size(144, 120);
 | |
|             this.button11.TabIndex = 5;
 | |
|             this.button11.Text = "Print Management\r\nPosition(L)";
 | |
|             this.button11.UseVisualStyleBackColor = false;
 | |
|             this.button11.Click += new System.EventHandler(this.button11_Click);
 | |
|             // 
 | |
|             // button12
 | |
|             // 
 | |
|             this.button12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
 | |
|             this.button12.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button12.Font = new System.Drawing.Font("Consolas", 15F, System.Drawing.FontStyle.Bold);
 | |
|             this.button12.Location = new System.Drawing.Point(338, 290);
 | |
|             this.button12.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button12.Name = "button12";
 | |
|             this.button12.Size = new System.Drawing.Size(144, 120);
 | |
|             this.button12.TabIndex = 5;
 | |
|             this.button12.Text = "Management Position\r\nReturn";
 | |
|             this.button12.UseVisualStyleBackColor = false;
 | |
|             this.button12.Click += new System.EventHandler(this.button12_Click);
 | |
|             // 
 | |
|             // button13
 | |
|             // 
 | |
|             this.button13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
 | |
|             this.button13.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button13.Font = new System.Drawing.Font("Consolas", 15F, System.Drawing.FontStyle.Bold);
 | |
|             this.button13.Location = new System.Drawing.Point(502, 290);
 | |
|             this.button13.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button13.Name = "button13";
 | |
|             this.button13.Size = new System.Drawing.Size(144, 120);
 | |
|             this.button13.TabIndex = 5;
 | |
|             this.button13.Text = "Print Management\r\nPosition(R)";
 | |
|             this.button13.UseVisualStyleBackColor = false;
 | |
|             this.button13.Click += new System.EventHandler(this.button13_Click);
 | |
|             // 
 | |
|             // button1
 | |
|             // 
 | |
|             this.button1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button1.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold);
 | |
|             this.button1.Location = new System.Drawing.Point(10, 430);
 | |
|             this.button1.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button1.Name = "button1";
 | |
|             this.button1.Size = new System.Drawing.Size(144, 121);
 | |
|             this.button1.TabIndex = 6;
 | |
|             this.button1.Text = "Z-HOME";
 | |
|             this.button1.UseVisualStyleBackColor = true;
 | |
|             this.button1.Click += new System.EventHandler(this.button1_Click_1);
 | |
|             // 
 | |
|             // button2
 | |
|             // 
 | |
|             this.button2.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button2.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold);
 | |
|             this.button2.Location = new System.Drawing.Point(174, 430);
 | |
|             this.button2.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button2.Name = "button2";
 | |
|             this.button2.Size = new System.Drawing.Size(144, 121);
 | |
|             this.button2.TabIndex = 6;
 | |
|             this.button2.Text = "PRINT\r\n(L)";
 | |
|             this.button2.UseVisualStyleBackColor = true;
 | |
|             this.button2.Click += new System.EventHandler(this.button2_Click_1);
 | |
|             // 
 | |
|             // button3
 | |
|             // 
 | |
|             this.button3.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button3.Enabled = false;
 | |
|             this.button3.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold);
 | |
|             this.button3.Location = new System.Drawing.Point(338, 430);
 | |
|             this.button3.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button3.Name = "button3";
 | |
|             this.button3.Size = new System.Drawing.Size(144, 121);
 | |
|             this.button3.TabIndex = 6;
 | |
|             this.button3.Text = "--";
 | |
|             this.button3.UseVisualStyleBackColor = true;
 | |
|             this.button3.Click += new System.EventHandler(this.button3_Click_1);
 | |
|             // 
 | |
|             // button4
 | |
|             // 
 | |
|             this.button4.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button4.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold);
 | |
|             this.button4.Location = new System.Drawing.Point(502, 430);
 | |
|             this.button4.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button4.Name = "button4";
 | |
|             this.button4.Size = new System.Drawing.Size(144, 121);
 | |
|             this.button4.TabIndex = 6;
 | |
|             this.button4.Text = "PRINT\r\n(R)";
 | |
|             this.button4.UseVisualStyleBackColor = true;
 | |
|             this.button4.Click += new System.EventHandler(this.button4_Click_1);
 | |
|             // 
 | |
|             // button5
 | |
|             // 
 | |
|             this.button5.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button5.Font = new System.Drawing.Font("Consolas", 20F, System.Drawing.FontStyle.Bold);
 | |
|             this.button5.Location = new System.Drawing.Point(666, 430);
 | |
|             this.button5.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button5.Name = "button5";
 | |
|             this.button5.Size = new System.Drawing.Size(146, 121);
 | |
|             this.button5.TabIndex = 6;
 | |
|             this.button5.Text = "Z-ZERO";
 | |
|             this.button5.UseVisualStyleBackColor = true;
 | |
|             this.button5.Click += new System.EventHandler(this.button5_Click_1);
 | |
|             // 
 | |
|             // btl
 | |
|             // 
 | |
|             this.btl.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.btl.Font = new System.Drawing.Font("맑은 고딕", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.btl.Location = new System.Drawing.Point(10, 150);
 | |
|             this.btl.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.btl.Name = "btl";
 | |
|             this.btl.Size = new System.Drawing.Size(144, 120);
 | |
|             this.btl.TabIndex = 0;
 | |
|             this.btl.Text = "Left";
 | |
|             this.btl.UseVisualStyleBackColor = true;
 | |
|             this.btl.Click += new System.EventHandler(this.button3_Click);
 | |
|             // 
 | |
|             // btlw
 | |
|             // 
 | |
|             this.btlw.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.btlw.Font = new System.Drawing.Font("맑은 고딕", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.btlw.Location = new System.Drawing.Point(174, 150);
 | |
|             this.btlw.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.btlw.Name = "btlw";
 | |
|             this.btlw.Size = new System.Drawing.Size(144, 120);
 | |
|             this.btlw.TabIndex = 0;
 | |
|             this.btlw.Text = "Wait";
 | |
|             this.btlw.UseVisualStyleBackColor = true;
 | |
|             this.btlw.Click += new System.EventHandler(this.button1_Click);
 | |
|             // 
 | |
|             // btc
 | |
|             // 
 | |
|             this.btc.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.btc.Font = new System.Drawing.Font("맑은 고딕", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.btc.ForeColor = System.Drawing.Color.ForestGreen;
 | |
|             this.btc.Location = new System.Drawing.Point(338, 150);
 | |
|             this.btc.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.btc.Name = "btc";
 | |
|             this.btc.Size = new System.Drawing.Size(144, 120);
 | |
|             this.btc.TabIndex = 0;
 | |
|             this.btc.Text = "Center";
 | |
|             this.btc.UseVisualStyleBackColor = true;
 | |
|             this.btc.Click += new System.EventHandler(this.button2_Click);
 | |
|             // 
 | |
|             // btrw
 | |
|             // 
 | |
|             this.btrw.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.btrw.Font = new System.Drawing.Font("맑은 고딕", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.btrw.Location = new System.Drawing.Point(502, 150);
 | |
|             this.btrw.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.btrw.Name = "btrw";
 | |
|             this.btrw.Size = new System.Drawing.Size(144, 120);
 | |
|             this.btrw.TabIndex = 0;
 | |
|             this.btrw.Text = "Wait";
 | |
|             this.btrw.UseVisualStyleBackColor = true;
 | |
|             this.btrw.Click += new System.EventHandler(this.button4_Click);
 | |
|             // 
 | |
|             // btr
 | |
|             // 
 | |
|             this.btr.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.btr.Font = new System.Drawing.Font("맑은 고딕", 25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
 | |
|             this.btr.Location = new System.Drawing.Point(666, 150);
 | |
|             this.btr.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.btr.Name = "btr";
 | |
|             this.btr.Size = new System.Drawing.Size(146, 120);
 | |
|             this.btr.TabIndex = 0;
 | |
|             this.btr.Text = "Right";
 | |
|             this.btr.UseVisualStyleBackColor = true;
 | |
|             this.btr.Click += new System.EventHandler(this.button5_Click);
 | |
|             // 
 | |
|             // button6
 | |
|             // 
 | |
|             this.button6.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button6.Font = new System.Drawing.Font("Consolas", 50F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | |
|             this.button6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
 | |
|             this.button6.Location = new System.Drawing.Point(174, 10);
 | |
|             this.button6.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button6.Name = "button6";
 | |
|             this.button6.Size = new System.Drawing.Size(144, 120);
 | |
|             this.button6.TabIndex = 1;
 | |
|             this.button6.Text = "◀";
 | |
|             this.button6.UseVisualStyleBackColor = true;
 | |
|             this.button6.Click += new System.EventHandler(this.button6_Click);
 | |
|             this.button6.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button6_MouseDown);
 | |
|             this.button6.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button6_MouseUp);
 | |
|             // 
 | |
|             // button7
 | |
|             // 
 | |
|             this.button7.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button7.Font = new System.Drawing.Font("Consolas", 50F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | |
|             this.button7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(64)))));
 | |
|             this.button7.Location = new System.Drawing.Point(502, 10);
 | |
|             this.button7.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button7.Name = "button7";
 | |
|             this.button7.Size = new System.Drawing.Size(144, 120);
 | |
|             this.button7.TabIndex = 1;
 | |
|             this.button7.Text = "▶";
 | |
|             this.button7.UseVisualStyleBackColor = true;
 | |
|             this.button7.Click += new System.EventHandler(this.button7_Click);
 | |
|             this.button7.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button6_MouseDown);
 | |
|             this.button7.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button6_MouseUp);
 | |
|             // 
 | |
|             // button8
 | |
|             // 
 | |
|             this.button8.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button8.Font = new System.Drawing.Font("Consolas", 45F, System.Drawing.FontStyle.Bold);
 | |
|             this.button8.ForeColor = System.Drawing.Color.Red;
 | |
|             this.button8.Location = new System.Drawing.Point(338, 10);
 | |
|             this.button8.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button8.Name = "button8";
 | |
|             this.button8.Size = new System.Drawing.Size(144, 120);
 | |
|             this.button8.TabIndex = 2;
 | |
|             this.button8.Text = "■";
 | |
|             this.button8.UseVisualStyleBackColor = true;
 | |
|             this.button8.Click += new System.EventHandler(this.button8_Click);
 | |
|             // 
 | |
|             // button14
 | |
|             // 
 | |
|             this.button14.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button14.Font = new System.Drawing.Font("Consolas", 60F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | |
|             this.button14.ForeColor = System.Drawing.Color.DarkMagenta;
 | |
|             this.button14.Location = new System.Drawing.Point(10, 10);
 | |
|             this.button14.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button14.Name = "button14";
 | |
|             this.button14.Size = new System.Drawing.Size(144, 120);
 | |
|             this.button14.TabIndex = 1;
 | |
|             this.button14.Text = "▲";
 | |
|             this.button14.UseVisualStyleBackColor = true;
 | |
|             this.button14.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button6_MouseDown);
 | |
|             this.button14.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button6_MouseUp);
 | |
|             // 
 | |
|             // button15
 | |
|             // 
 | |
|             this.button15.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
|             this.button15.Font = new System.Drawing.Font("Consolas", 60F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
 | |
|             this.button15.ForeColor = System.Drawing.Color.DarkMagenta;
 | |
|             this.button15.Location = new System.Drawing.Point(666, 10);
 | |
|             this.button15.Margin = new System.Windows.Forms.Padding(10);
 | |
|             this.button15.Name = "button15";
 | |
|             this.button15.Size = new System.Drawing.Size(146, 120);
 | |
|             this.button15.TabIndex = 1;
 | |
|             this.button15.Text = "▼";
 | |
|             this.button15.UseVisualStyleBackColor = true;
 | |
|             this.button15.MouseDown += new System.Windows.Forms.MouseEventHandler(this.button6_MouseDown);
 | |
|             this.button15.MouseUp += new System.Windows.Forms.MouseEventHandler(this.button6_MouseUp);
 | |
|             // 
 | |
|             // timer1
 | |
|             // 
 | |
|             this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
 | |
|             // 
 | |
|             // fPickerMove
 | |
|             // 
 | |
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
 | |
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
|             this.ClientSize = new System.Drawing.Size(822, 561);
 | |
|             this.Controls.Add(this.tableLayoutPanel1);
 | |
|             this.MaximizeBox = false;
 | |
|             this.MinimizeBox = false;
 | |
|             this.Name = "fPickerMove";
 | |
|             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
 | |
|             this.Text = "Picker(X) Movement and Management";
 | |
|             this.Load += new System.EventHandler(this.fPickerMove_Load);
 | |
|             this.tableLayoutPanel1.ResumeLayout(false);
 | |
|             this.ResumeLayout(false);
 | |
| 
 | |
| 		}
 | |
| 
 | |
| 		#endregion
 | |
| 
 | |
| 		private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
 | |
| 		private System.Windows.Forms.Button btlw;
 | |
| 		private System.Windows.Forms.Button btc;
 | |
| 		private System.Windows.Forms.Button btl;
 | |
| 		private System.Windows.Forms.Button btrw;
 | |
| 		private System.Windows.Forms.Button btr;
 | |
| 		private System.Windows.Forms.Button button6;
 | |
| 		private System.Windows.Forms.Button button7;
 | |
| 		private System.Windows.Forms.Button button8;
 | |
| 		private System.Windows.Forms.Button button9;
 | |
| 		private System.Windows.Forms.Button button10;
 | |
| 		private System.Windows.Forms.Button button11;
 | |
| 		private System.Windows.Forms.Button button12;
 | |
| 		private System.Windows.Forms.Button button13;
 | |
| 		private System.Windows.Forms.Timer timer1;
 | |
| 		private System.Windows.Forms.Button button1;
 | |
| 		private System.Windows.Forms.Button button2;
 | |
| 		private System.Windows.Forms.Button button3;
 | |
| 		private System.Windows.Forms.Button button4;
 | |
| 		private System.Windows.Forms.Button button5;
 | |
| 		private System.Windows.Forms.Button button14;
 | |
| 		private System.Windows.Forms.Button button15;
 | |
| 	}
 | |
| } | 
