|
|
@ -29,13 +29,13 @@
|
|
|
|
private void InitializeComponent()
|
|
|
|
private void InitializeComponent()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
|
this.goToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.goToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.moveToolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
|
this.moveToolStripMenuItem9 = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
@ -99,6 +99,8 @@
|
|
|
|
this.btnCreateMatrix = new System.Windows.Forms.Button();
|
|
|
|
this.btnCreateMatrix = new System.Windows.Forms.Button();
|
|
|
|
this.btnMoveMarkY2 = new System.Windows.Forms.Button();
|
|
|
|
this.btnMoveMarkY2 = new System.Windows.Forms.Button();
|
|
|
|
this.btnMoveMarkY1 = new System.Windows.Forms.Button();
|
|
|
|
this.btnMoveMarkY1 = new System.Windows.Forms.Button();
|
|
|
|
|
|
|
|
this.btnLg = new System.Windows.Forms.Button();
|
|
|
|
|
|
|
|
this.btnSm = new System.Windows.Forms.Button();
|
|
|
|
this.btnMoveMarkX2 = new System.Windows.Forms.Button();
|
|
|
|
this.btnMoveMarkX2 = new System.Windows.Forms.Button();
|
|
|
|
this.btnMoveMarkX1 = new System.Windows.Forms.Button();
|
|
|
|
this.btnMoveMarkX1 = new System.Windows.Forms.Button();
|
|
|
|
this.txtSlotOffsetDistY = new System.Windows.Forms.TextBox();
|
|
|
|
this.txtSlotOffsetDistY = new System.Windows.Forms.TextBox();
|
|
|
@ -553,6 +555,8 @@
|
|
|
|
this.groupBox1.Controls.Add(this.btnCreateMatrix);
|
|
|
|
this.groupBox1.Controls.Add(this.btnCreateMatrix);
|
|
|
|
this.groupBox1.Controls.Add(this.btnMoveMarkY2);
|
|
|
|
this.groupBox1.Controls.Add(this.btnMoveMarkY2);
|
|
|
|
this.groupBox1.Controls.Add(this.btnMoveMarkY1);
|
|
|
|
this.groupBox1.Controls.Add(this.btnMoveMarkY1);
|
|
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.btnLg);
|
|
|
|
|
|
|
|
this.groupBox1.Controls.Add(this.btnSm);
|
|
|
|
this.groupBox1.Controls.Add(this.btnMoveMarkX2);
|
|
|
|
this.groupBox1.Controls.Add(this.btnMoveMarkX2);
|
|
|
|
this.groupBox1.Controls.Add(this.btnMoveMarkX1);
|
|
|
|
this.groupBox1.Controls.Add(this.btnMoveMarkX1);
|
|
|
|
this.groupBox1.Controls.Add(this.txtSlotOffsetDistY);
|
|
|
|
this.groupBox1.Controls.Add(this.txtSlotOffsetDistY);
|
|
|
@ -645,6 +649,7 @@
|
|
|
|
this.btnCreateTrayStatus.Tag = "LoadY";
|
|
|
|
this.btnCreateTrayStatus.Tag = "LoadY";
|
|
|
|
this.btnCreateTrayStatus.Text = "CreateTrayStatus";
|
|
|
|
this.btnCreateTrayStatus.Text = "CreateTrayStatus";
|
|
|
|
this.btnCreateTrayStatus.UseVisualStyleBackColor = false;
|
|
|
|
this.btnCreateTrayStatus.UseVisualStyleBackColor = false;
|
|
|
|
|
|
|
|
this.btnCreateTrayStatus.Visible = false;
|
|
|
|
this.btnCreateTrayStatus.Click += new System.EventHandler(this.btnCreateTrayStatus_Click);
|
|
|
|
this.btnCreateTrayStatus.Click += new System.EventHandler(this.btnCreateTrayStatus_Click);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// btnSaveSlotOffsetDistY
|
|
|
|
// btnSaveSlotOffsetDistY
|
|
|
@ -670,7 +675,7 @@
|
|
|
|
this.btnSaveMark2CenterDistY.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
this.btnSaveMark2CenterDistY.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
this.btnSaveMark2CenterDistY.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
this.btnSaveMark2CenterDistY.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
this.btnSaveMark2CenterDistY.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.btnSaveMark2CenterDistY.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.btnSaveMark2CenterDistY.Location = new System.Drawing.Point(685, 117);
|
|
|
|
this.btnSaveMark2CenterDistY.Location = new System.Drawing.Point(429, 229);
|
|
|
|
this.btnSaveMark2CenterDistY.Name = "btnSaveMark2CenterDistY";
|
|
|
|
this.btnSaveMark2CenterDistY.Name = "btnSaveMark2CenterDistY";
|
|
|
|
this.btnSaveMark2CenterDistY.Size = new System.Drawing.Size(79, 25);
|
|
|
|
this.btnSaveMark2CenterDistY.Size = new System.Drawing.Size(79, 25);
|
|
|
|
this.btnSaveMark2CenterDistY.TabIndex = 51;
|
|
|
|
this.btnSaveMark2CenterDistY.TabIndex = 51;
|
|
|
@ -734,7 +739,7 @@
|
|
|
|
this.btnSaveMark2CenterDistX.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
this.btnSaveMark2CenterDistX.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
this.btnSaveMark2CenterDistX.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
this.btnSaveMark2CenterDistX.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
this.btnSaveMark2CenterDistX.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.btnSaveMark2CenterDistX.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.btnSaveMark2CenterDistX.Location = new System.Drawing.Point(685, 86);
|
|
|
|
this.btnSaveMark2CenterDistX.Location = new System.Drawing.Point(429, 198);
|
|
|
|
this.btnSaveMark2CenterDistX.Name = "btnSaveMark2CenterDistX";
|
|
|
|
this.btnSaveMark2CenterDistX.Name = "btnSaveMark2CenterDistX";
|
|
|
|
this.btnSaveMark2CenterDistX.Size = new System.Drawing.Size(79, 25);
|
|
|
|
this.btnSaveMark2CenterDistX.Size = new System.Drawing.Size(79, 25);
|
|
|
|
this.btnSaveMark2CenterDistX.TabIndex = 52;
|
|
|
|
this.btnSaveMark2CenterDistX.TabIndex = 52;
|
|
|
@ -822,6 +827,38 @@
|
|
|
|
this.btnMoveMarkY1.UseVisualStyleBackColor = false;
|
|
|
|
this.btnMoveMarkY1.UseVisualStyleBackColor = false;
|
|
|
|
this.btnMoveMarkY1.Click += new System.EventHandler(this.btnMove_Click);
|
|
|
|
this.btnMoveMarkY1.Click += new System.EventHandler(this.btnMove_Click);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
// btnLg
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.btnLg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
|
|
this.btnLg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
|
|
|
this.btnLg.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
|
|
|
this.btnLg.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
|
|
|
this.btnLg.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
|
|
this.btnLg.Location = new System.Drawing.Point(685, 89);
|
|
|
|
|
|
|
|
this.btnLg.Name = "btnLg";
|
|
|
|
|
|
|
|
this.btnLg.Size = new System.Drawing.Size(79, 25);
|
|
|
|
|
|
|
|
this.btnLg.TabIndex = 50;
|
|
|
|
|
|
|
|
this.btnLg.Tag = "LoadX";
|
|
|
|
|
|
|
|
this.btnLg.Text = "LG";
|
|
|
|
|
|
|
|
this.btnLg.UseVisualStyleBackColor = false;
|
|
|
|
|
|
|
|
this.btnLg.Click += new System.EventHandler(this.btnLg_Click);
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// btnSm
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.btnSm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
|
|
|
this.btnSm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
|
|
|
|
this.btnSm.FlatAppearance.BorderColor = System.Drawing.Color.White;
|
|
|
|
|
|
|
|
this.btnSm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
|
|
|
|
|
|
this.btnSm.ForeColor = System.Drawing.Color.White;
|
|
|
|
|
|
|
|
this.btnSm.Location = new System.Drawing.Point(551, 87);
|
|
|
|
|
|
|
|
this.btnSm.Name = "btnSm";
|
|
|
|
|
|
|
|
this.btnSm.Size = new System.Drawing.Size(79, 25);
|
|
|
|
|
|
|
|
this.btnSm.TabIndex = 50;
|
|
|
|
|
|
|
|
this.btnSm.Tag = "LoadX";
|
|
|
|
|
|
|
|
this.btnSm.Text = "SM";
|
|
|
|
|
|
|
|
this.btnSm.UseVisualStyleBackColor = false;
|
|
|
|
|
|
|
|
this.btnSm.Click += new System.EventHandler(this.btnSm_Click);
|
|
|
|
|
|
|
|
//
|
|
|
|
// btnMoveMarkX2
|
|
|
|
// btnMoveMarkX2
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.btnMoveMarkX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
this.btnMoveMarkX2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
@ -890,7 +927,7 @@
|
|
|
|
this.txtMark2CenterDistY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
this.txtMark2CenterDistY.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
this.txtMark2CenterDistY.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
this.txtMark2CenterDistY.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
this.txtMark2CenterDistY.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.txtMark2CenterDistY.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.txtMark2CenterDistY.Location = new System.Drawing.Point(576, 121);
|
|
|
|
this.txtMark2CenterDistY.Location = new System.Drawing.Point(320, 233);
|
|
|
|
this.txtMark2CenterDistY.Name = "txtMark2CenterDistY";
|
|
|
|
this.txtMark2CenterDistY.Name = "txtMark2CenterDistY";
|
|
|
|
this.txtMark2CenterDistY.Size = new System.Drawing.Size(85, 21);
|
|
|
|
this.txtMark2CenterDistY.Size = new System.Drawing.Size(85, 21);
|
|
|
|
this.txtMark2CenterDistY.TabIndex = 53;
|
|
|
|
this.txtMark2CenterDistY.TabIndex = 53;
|
|
|
@ -906,7 +943,7 @@
|
|
|
|
this.txtMark2CenterDistX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
this.txtMark2CenterDistX.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
this.txtMark2CenterDistX.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
this.txtMark2CenterDistX.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
this.txtMark2CenterDistX.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.txtMark2CenterDistX.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.txtMark2CenterDistX.Location = new System.Drawing.Point(576, 90);
|
|
|
|
this.txtMark2CenterDistX.Location = new System.Drawing.Point(320, 202);
|
|
|
|
this.txtMark2CenterDistX.Name = "txtMark2CenterDistX";
|
|
|
|
this.txtMark2CenterDistX.Name = "txtMark2CenterDistX";
|
|
|
|
this.txtMark2CenterDistX.Size = new System.Drawing.Size(85, 21);
|
|
|
|
this.txtMark2CenterDistX.Size = new System.Drawing.Size(85, 21);
|
|
|
|
this.txtMark2CenterDistX.TabIndex = 54;
|
|
|
|
this.txtMark2CenterDistX.TabIndex = 54;
|
|
|
@ -990,7 +1027,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
this.label2.AutoSize = true;
|
|
|
|
this.label2.Location = new System.Drawing.Point(440, 125);
|
|
|
|
this.label2.Location = new System.Drawing.Point(184, 237);
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
this.label2.Name = "label2";
|
|
|
|
this.label2.Size = new System.Drawing.Size(125, 12);
|
|
|
|
this.label2.Size = new System.Drawing.Size(125, 12);
|
|
|
|
this.label2.TabIndex = 47;
|
|
|
|
this.label2.TabIndex = 47;
|
|
|
@ -1070,7 +1107,7 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
this.label1.Location = new System.Drawing.Point(440, 94);
|
|
|
|
this.label1.Location = new System.Drawing.Point(184, 206);
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
this.label1.Size = new System.Drawing.Size(125, 12);
|
|
|
|
this.label1.Size = new System.Drawing.Size(125, 12);
|
|
|
|
this.label1.TabIndex = 48;
|
|
|
|
this.label1.TabIndex = 48;
|
|
|
@ -1132,9 +1169,9 @@
|
|
|
|
this.dgvRunPoints.AllowUserToDeleteRows = false;
|
|
|
|
this.dgvRunPoints.AllowUserToDeleteRows = false;
|
|
|
|
this.dgvRunPoints.AllowUserToResizeColumns = false;
|
|
|
|
this.dgvRunPoints.AllowUserToResizeColumns = false;
|
|
|
|
this.dgvRunPoints.AllowUserToResizeRows = false;
|
|
|
|
this.dgvRunPoints.AllowUserToResizeRows = false;
|
|
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.dgvRunPoints.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
this.dgvRunPoints.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
|
|
|
|
this.dgvRunPoints.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
this.dgvRunPoints.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
|
|
|
|
this.dgvRunPoints.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
this.dgvRunPoints.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
this.dgvRunPoints.ColumnHeadersHeight = 30;
|
|
|
|
this.dgvRunPoints.ColumnHeadersHeight = 30;
|
|
|
@ -1143,14 +1180,14 @@
|
|
|
|
this.dataGridViewTextBoxColumn2,
|
|
|
|
this.dataGridViewTextBoxColumn2,
|
|
|
|
this.dataGridViewTextBoxColumn3,
|
|
|
|
this.dataGridViewTextBoxColumn3,
|
|
|
|
this.dataGridViewLinkColumn1});
|
|
|
|
this.dataGridViewLinkColumn1});
|
|
|
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
dataGridViewCellStyle13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
dataGridViewCellStyle13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle13.ForeColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
dataGridViewCellStyle13.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
dataGridViewCellStyle13.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
this.dgvRunPoints.DefaultCellStyle = dataGridViewCellStyle6;
|
|
|
|
this.dgvRunPoints.DefaultCellStyle = dataGridViewCellStyle13;
|
|
|
|
this.dgvRunPoints.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
this.dgvRunPoints.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
this.dgvRunPoints.EnableHeadersVisualStyles = false;
|
|
|
|
this.dgvRunPoints.EnableHeadersVisualStyles = false;
|
|
|
|
this.dgvRunPoints.GridColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
|
this.dgvRunPoints.GridColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
@ -1158,14 +1195,14 @@
|
|
|
|
this.dgvRunPoints.MultiSelect = false;
|
|
|
|
this.dgvRunPoints.MultiSelect = false;
|
|
|
|
this.dgvRunPoints.Name = "dgvRunPoints";
|
|
|
|
this.dgvRunPoints.Name = "dgvRunPoints";
|
|
|
|
this.dgvRunPoints.ReadOnly = true;
|
|
|
|
this.dgvRunPoints.ReadOnly = true;
|
|
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
dataGridViewCellStyle14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
|
|
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
dataGridViewCellStyle14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle14.ForeColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle14.SelectionForeColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
this.dgvRunPoints.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
|
|
|
this.dgvRunPoints.RowHeadersDefaultCellStyle = dataGridViewCellStyle14;
|
|
|
|
this.dgvRunPoints.RowHeadersVisible = false;
|
|
|
|
this.dgvRunPoints.RowHeadersVisible = false;
|
|
|
|
this.dgvRunPoints.RowHeadersWidth = 30;
|
|
|
|
this.dgvRunPoints.RowHeadersWidth = 30;
|
|
|
|
this.dgvRunPoints.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
|
this.dgvRunPoints.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
|
@ -1181,8 +1218,8 @@
|
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
|
// dataGridViewTextBoxColumn1
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "SlotIndex";
|
|
|
|
this.dataGridViewTextBoxColumn1.DataPropertyName = "SlotIndex";
|
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle9;
|
|
|
|
this.dataGridViewTextBoxColumn1.FillWeight = 10F;
|
|
|
|
this.dataGridViewTextBoxColumn1.FillWeight = 10F;
|
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "IX";
|
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "IX";
|
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
@ -1191,8 +1228,8 @@
|
|
|
|
// dataGridViewTextBoxColumn2
|
|
|
|
// dataGridViewTextBoxColumn2
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "X";
|
|
|
|
this.dataGridViewTextBoxColumn2.DataPropertyName = "X";
|
|
|
|
dataGridViewCellStyle3.Format = "0.000";
|
|
|
|
dataGridViewCellStyle10.Format = "0.000";
|
|
|
|
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
|
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle10;
|
|
|
|
this.dataGridViewTextBoxColumn2.FillWeight = 40F;
|
|
|
|
this.dataGridViewTextBoxColumn2.FillWeight = 40F;
|
|
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "X";
|
|
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "X";
|
|
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
@ -1201,8 +1238,8 @@
|
|
|
|
// dataGridViewTextBoxColumn3
|
|
|
|
// dataGridViewTextBoxColumn3
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.dataGridViewTextBoxColumn3.DataPropertyName = "Y";
|
|
|
|
this.dataGridViewTextBoxColumn3.DataPropertyName = "Y";
|
|
|
|
dataGridViewCellStyle4.Format = "0.000";
|
|
|
|
dataGridViewCellStyle11.Format = "0.000";
|
|
|
|
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
|
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle11;
|
|
|
|
this.dataGridViewTextBoxColumn3.FillWeight = 40F;
|
|
|
|
this.dataGridViewTextBoxColumn3.FillWeight = 40F;
|
|
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "Y";
|
|
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "Y";
|
|
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
@ -1211,10 +1248,10 @@
|
|
|
|
// dataGridViewLinkColumn1
|
|
|
|
// dataGridViewLinkColumn1
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.dataGridViewLinkColumn1.ActiveLinkColor = System.Drawing.Color.White;
|
|
|
|
this.dataGridViewLinkColumn1.ActiveLinkColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.Color.Silver;
|
|
|
|
dataGridViewCellStyle12.BackColor = System.Drawing.Color.Silver;
|
|
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
|
|
|
|
dataGridViewCellStyle12.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.dataGridViewLinkColumn1.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
|
this.dataGridViewLinkColumn1.DefaultCellStyle = dataGridViewCellStyle12;
|
|
|
|
this.dataGridViewLinkColumn1.FillWeight = 10F;
|
|
|
|
this.dataGridViewLinkColumn1.FillWeight = 10F;
|
|
|
|
this.dataGridViewLinkColumn1.HeaderText = "Move";
|
|
|
|
this.dataGridViewLinkColumn1.HeaderText = "Move";
|
|
|
|
this.dataGridViewLinkColumn1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
|
|
this.dataGridViewLinkColumn1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
|
|
|
@ -1346,5 +1383,7 @@
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
|
private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn1;
|
|
|
|
private System.Windows.Forms.DataGridViewLinkColumn dataGridViewLinkColumn1;
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button btnLg;
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button btnSm;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|