|
|
@@ -123,7 +123,7 @@
|
|
123
|
123
|
this.dataGridView_TableSetting = new System.Windows.Forms.DataGridView();
|
|
124
|
124
|
this.Column_DB = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
125
|
125
|
this.Column_Offset = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
126
|
|
- this.button_Save = new System.Windows.Forms.Button();
|
|
|
126
|
+ this.button_ZeroWrite = new System.Windows.Forms.Button();
|
|
127
|
127
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
128
|
128
|
this.label1 = new System.Windows.Forms.Label();
|
|
129
|
129
|
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
|
|
|
@@ -206,7 +206,7 @@
|
|
206
|
206
|
this.panel1.Controls.Add(this.groupBox6);
|
|
207
|
207
|
this.panel1.Controls.Add(this.groupBox3);
|
|
208
|
208
|
this.panel1.Controls.Add(this.dataGridView_TableSetting);
|
|
209
|
|
- this.panel1.Controls.Add(this.button_Save);
|
|
|
209
|
+ this.panel1.Controls.Add(this.button_ZeroWrite);
|
|
210
|
210
|
this.panel1.Controls.Add(this.panel2);
|
|
211
|
211
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
212
|
212
|
this.panel1.Name = "panel1";
|
|
|
@@ -1398,14 +1398,15 @@
|
|
1398
|
1398
|
this.Column_Offset.Name = "Column_Offset";
|
|
1399
|
1399
|
this.Column_Offset.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
1400
|
1400
|
//
|
|
1401
|
|
- // button_Save
|
|
|
1401
|
+ // button_ZeroWrite
|
|
1402
|
1402
|
//
|
|
1403
|
|
- this.button_Save.Location = new System.Drawing.Point(823, 736);
|
|
1404
|
|
- this.button_Save.Name = "button_Save";
|
|
1405
|
|
- this.button_Save.Size = new System.Drawing.Size(203, 34);
|
|
1406
|
|
- this.button_Save.TabIndex = 149;
|
|
1407
|
|
- this.button_Save.Text = "ZERO SET";
|
|
1408
|
|
- this.button_Save.UseVisualStyleBackColor = true;
|
|
|
1403
|
+ this.button_ZeroWrite.Location = new System.Drawing.Point(823, 736);
|
|
|
1404
|
+ this.button_ZeroWrite.Name = "button_ZeroWrite";
|
|
|
1405
|
+ this.button_ZeroWrite.Size = new System.Drawing.Size(203, 34);
|
|
|
1406
|
+ this.button_ZeroWrite.TabIndex = 149;
|
|
|
1407
|
+ this.button_ZeroWrite.Text = "ZERO SET";
|
|
|
1408
|
+ this.button_ZeroWrite.UseVisualStyleBackColor = true;
|
|
|
1409
|
+ this.button_ZeroWrite.Click += new System.EventHandler(this.button_ZeroWrite_Click);
|
|
1409
|
1410
|
//
|
|
1410
|
1411
|
// panel2
|
|
1411
|
1412
|
//
|
|
|
@@ -1433,6 +1434,7 @@
|
|
1433
|
1434
|
//
|
|
1434
|
1435
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
|
1435
|
1436
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
1437
|
+ this.AutoScroll = true;
|
|
1436
|
1438
|
this.ClientSize = new System.Drawing.Size(1085, 782);
|
|
1437
|
1439
|
this.Controls.Add(this.panel1);
|
|
1438
|
1440
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
|
|
|
@@ -1498,7 +1500,7 @@
|
|
1498
|
1500
|
private System.Windows.Forms.Panel panel1;
|
|
1499
|
1501
|
private System.Windows.Forms.Panel panel2;
|
|
1500
|
1502
|
private System.Windows.Forms.Label label1;
|
|
1501
|
|
- private System.Windows.Forms.Button button_Save;
|
|
|
1503
|
+ private System.Windows.Forms.Button button_ZeroWrite;
|
|
1502
|
1504
|
private System.Windows.Forms.Button button_Down;
|
|
1503
|
1505
|
private System.Windows.Forms.Button button_TableAttribute_Default;
|
|
1504
|
1506
|
private System.Windows.Forms.Label label45;
|