|
@@ -1,6 +1,6 @@
|
1
|
1
|
namespace Jdas_Mbic
|
2
|
2
|
{
|
3
|
|
- partial class Form1
|
|
3
|
+ partial class JdasMbic
|
4
|
4
|
{
|
5
|
5
|
/// <summary>
|
6
|
6
|
/// 필수 디자이너 변수입니다.
|
|
@@ -28,11 +28,10 @@
|
28
|
28
|
/// </summary>
|
29
|
29
|
private void InitializeComponent()
|
30
|
30
|
{
|
31
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
31
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JdasMbic));
|
32
|
32
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
33
|
33
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
34
|
|
- this.tabPage1 = new System.Windows.Forms.TabPage();
|
35
|
|
- this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
34
|
+ this.tabPage_Main = new System.Windows.Forms.TabPage();
|
36
|
35
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
37
|
36
|
this.label19 = new System.Windows.Forms.Label();
|
38
|
37
|
this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
|
|
@@ -111,9 +110,34 @@
|
111
|
110
|
this.comboBox_Port = new System.Windows.Forms.ComboBox();
|
112
|
111
|
this.cmBaudRate = new System.Windows.Forms.Label();
|
113
|
112
|
this.comboBox_baudrate = new System.Windows.Forms.ComboBox();
|
|
113
|
+ this.tabPage_Setting = new System.Windows.Forms.TabPage();
|
|
114
|
+ this.dataGridView_TableSetting = new System.Windows.Forms.DataGridView();
|
|
115
|
+ this.Column_DB = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
116
|
+ this.Column_Offset = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
117
|
+ this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
118
|
+ this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
119
|
+ this.button_Initalize = new System.Windows.Forms.Button();
|
|
120
|
+ this.button_FileSave = new System.Windows.Forms.Button();
|
|
121
|
+ this.button_FileLoad = new System.Windows.Forms.Button();
|
|
122
|
+ this.button_Expansion = new System.Windows.Forms.Button();
|
|
123
|
+ this.button6 = new System.Windows.Forms.Button();
|
|
124
|
+ this.button7 = new System.Windows.Forms.Button();
|
|
125
|
+ this.button8 = new System.Windows.Forms.Button();
|
|
126
|
+ this.button9 = new System.Windows.Forms.Button();
|
|
127
|
+ this.button10 = new System.Windows.Forms.Button();
|
|
128
|
+ this.button_AllZeroWrite = new System.Windows.Forms.Button();
|
|
129
|
+ this.numericUpDown9 = new System.Windows.Forms.NumericUpDown();
|
|
130
|
+ this.numericUpDown10 = new System.Windows.Forms.NumericUpDown();
|
|
131
|
+ this.numericUpDown11 = new System.Windows.Forms.NumericUpDown();
|
|
132
|
+ this.label29 = new System.Windows.Forms.Label();
|
|
133
|
+ this.label30 = new System.Windows.Forms.Label();
|
|
134
|
+ this.label31 = new System.Windows.Forms.Label();
|
|
135
|
+ this.label_Table = new System.Windows.Forms.Label();
|
|
136
|
+ this.label_Function = new System.Windows.Forms.Label();
|
|
137
|
+ this.comboBox1 = new System.Windows.Forms.ComboBox();
|
114
|
138
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
115
|
139
|
this.tabControl1.SuspendLayout();
|
116
|
|
- this.tabPage1.SuspendLayout();
|
|
140
|
+ this.tabPage_Main.SuspendLayout();
|
117
|
141
|
this.groupBox5.SuspendLayout();
|
118
|
142
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
|
119
|
143
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit();
|
|
@@ -156,12 +180,19 @@
|
156
|
180
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_G_RX)).BeginInit();
|
157
|
181
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_RX)).BeginInit();
|
158
|
182
|
this.groupBox9.SuspendLayout();
|
|
183
|
+ this.tabPage_Setting.SuspendLayout();
|
|
184
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_TableSetting)).BeginInit();
|
|
185
|
+ this.groupBox3.SuspendLayout();
|
|
186
|
+ this.groupBox6.SuspendLayout();
|
|
187
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).BeginInit();
|
|
188
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).BeginInit();
|
|
189
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).BeginInit();
|
159
|
190
|
this.SuspendLayout();
|
160
|
191
|
//
|
161
|
192
|
// pictureBox1
|
162
|
193
|
//
|
163
|
194
|
this.pictureBox1.Image = global::Jdas_Mbic.Properties.Resources.bluecell_logo;
|
164
|
|
- this.pictureBox1.Location = new System.Drawing.Point(746, 443);
|
|
195
|
+ this.pictureBox1.Location = new System.Drawing.Point(761, 428);
|
165
|
196
|
this.pictureBox1.Name = "pictureBox1";
|
166
|
197
|
this.pictureBox1.Size = new System.Drawing.Size(165, 50);
|
167
|
198
|
this.pictureBox1.TabIndex = 0;
|
|
@@ -169,39 +200,29 @@
|
169
|
200
|
//
|
170
|
201
|
// tabControl1
|
171
|
202
|
//
|
172
|
|
- this.tabControl1.Controls.Add(this.tabPage1);
|
173
|
|
- this.tabControl1.Controls.Add(this.tabPage2);
|
|
203
|
+ this.tabControl1.Controls.Add(this.tabPage_Main);
|
|
204
|
+ this.tabControl1.Controls.Add(this.tabPage_Setting);
|
174
|
205
|
this.tabControl1.Location = new System.Drawing.Point(12, 12);
|
175
|
206
|
this.tabControl1.Name = "tabControl1";
|
176
|
207
|
this.tabControl1.SelectedIndex = 0;
|
177
|
|
- this.tabControl1.Size = new System.Drawing.Size(918, 418);
|
|
208
|
+ this.tabControl1.Size = new System.Drawing.Size(918, 410);
|
178
|
209
|
this.tabControl1.TabIndex = 135;
|
179
|
210
|
//
|
180
|
|
- // tabPage1
|
181
|
|
- //
|
182
|
|
- this.tabPage1.Controls.Add(this.groupBox5);
|
183
|
|
- this.tabPage1.Controls.Add(this.groupBox2);
|
184
|
|
- this.tabPage1.Controls.Add(this.groupBox1);
|
185
|
|
- this.tabPage1.Controls.Add(this.groupBox4);
|
186
|
|
- this.tabPage1.Controls.Add(this.groupBox12);
|
187
|
|
- this.tabPage1.Controls.Add(this.groupBox9);
|
188
|
|
- this.tabPage1.Location = new System.Drawing.Point(4, 22);
|
189
|
|
- this.tabPage1.Name = "tabPage1";
|
190
|
|
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
191
|
|
- this.tabPage1.Size = new System.Drawing.Size(910, 392);
|
192
|
|
- this.tabPage1.TabIndex = 0;
|
193
|
|
- this.tabPage1.Text = "tabPage1";
|
194
|
|
- this.tabPage1.UseVisualStyleBackColor = true;
|
195
|
|
- //
|
196
|
|
- // tabPage2
|
197
|
|
- //
|
198
|
|
- this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
199
|
|
- this.tabPage2.Name = "tabPage2";
|
200
|
|
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
201
|
|
- this.tabPage2.Size = new System.Drawing.Size(192, 74);
|
202
|
|
- this.tabPage2.TabIndex = 1;
|
203
|
|
- this.tabPage2.Text = "tabPage2";
|
204
|
|
- this.tabPage2.UseVisualStyleBackColor = true;
|
|
211
|
+ // tabPage_Main
|
|
212
|
+ //
|
|
213
|
+ this.tabPage_Main.Controls.Add(this.groupBox5);
|
|
214
|
+ this.tabPage_Main.Controls.Add(this.groupBox2);
|
|
215
|
+ this.tabPage_Main.Controls.Add(this.groupBox1);
|
|
216
|
+ this.tabPage_Main.Controls.Add(this.groupBox4);
|
|
217
|
+ this.tabPage_Main.Controls.Add(this.groupBox12);
|
|
218
|
+ this.tabPage_Main.Controls.Add(this.groupBox9);
|
|
219
|
+ this.tabPage_Main.Location = new System.Drawing.Point(4, 22);
|
|
220
|
+ this.tabPage_Main.Name = "tabPage_Main";
|
|
221
|
+ this.tabPage_Main.Padding = new System.Windows.Forms.Padding(3);
|
|
222
|
+ this.tabPage_Main.Size = new System.Drawing.Size(910, 384);
|
|
223
|
+ this.tabPage_Main.TabIndex = 0;
|
|
224
|
+ this.tabPage_Main.Text = "Main";
|
|
225
|
+ this.tabPage_Main.UseVisualStyleBackColor = true;
|
205
|
226
|
//
|
206
|
227
|
// groupBox5
|
207
|
228
|
//
|
|
@@ -616,7 +637,7 @@
|
616
|
637
|
this.groupBox1.Controls.Add(this.pictureBox24);
|
617
|
638
|
this.groupBox1.Controls.Add(this.pictureBox25);
|
618
|
639
|
this.groupBox1.Controls.Add(this.label28);
|
619
|
|
- this.groupBox1.Location = new System.Drawing.Point(225, 1);
|
|
640
|
+ this.groupBox1.Location = new System.Drawing.Point(225, 5);
|
620
|
641
|
this.groupBox1.Name = "groupBox1";
|
621
|
642
|
this.groupBox1.Size = new System.Drawing.Size(319, 175);
|
622
|
643
|
this.groupBox1.TabIndex = 139;
|
|
@@ -814,7 +835,7 @@
|
814
|
835
|
this.groupBox4.Controls.Add(this.pictureBox16);
|
815
|
836
|
this.groupBox4.Controls.Add(this.pictureBox17);
|
816
|
837
|
this.groupBox4.Controls.Add(this.label18);
|
817
|
|
- this.groupBox4.Location = new System.Drawing.Point(588, 1);
|
|
838
|
+ this.groupBox4.Location = new System.Drawing.Point(588, 5);
|
818
|
839
|
this.groupBox4.Name = "groupBox4";
|
819
|
840
|
this.groupBox4.Size = new System.Drawing.Size(319, 175);
|
820
|
841
|
this.groupBox4.TabIndex = 140;
|
|
@@ -1001,7 +1022,7 @@
|
1001
|
1022
|
this.groupBox12.Controls.Add(this.pictureBox_R_TX);
|
1002
|
1023
|
this.groupBox12.Controls.Add(this.pictureBox_G_RX);
|
1003
|
1024
|
this.groupBox12.Controls.Add(this.pictureBox_R_RX);
|
1004
|
|
- this.groupBox12.Location = new System.Drawing.Point(3, 1);
|
|
1025
|
+ this.groupBox12.Location = new System.Drawing.Point(3, 3);
|
1005
|
1026
|
this.groupBox12.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
1006
|
1027
|
this.groupBox12.Name = "groupBox12";
|
1007
|
1028
|
this.groupBox12.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
@@ -1060,7 +1081,7 @@
|
1060
|
1081
|
this.groupBox9.Controls.Add(this.comboBox_Port);
|
1061
|
1082
|
this.groupBox9.Controls.Add(this.cmBaudRate);
|
1062
|
1083
|
this.groupBox9.Controls.Add(this.comboBox_baudrate);
|
1063
|
|
- this.groupBox9.Location = new System.Drawing.Point(3, 66);
|
|
1084
|
+ this.groupBox9.Location = new System.Drawing.Point(3, 68);
|
1064
|
1085
|
this.groupBox9.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
1065
|
1086
|
this.groupBox9.Name = "groupBox9";
|
1066
|
1087
|
this.groupBox9.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
|
@@ -1135,7 +1156,7 @@
|
1135
|
1156
|
| System.Windows.Forms.AnchorStyles.Right)));
|
1136
|
1157
|
this.comboBox_Port.Cursor = System.Windows.Forms.Cursors.Default;
|
1137
|
1158
|
this.comboBox_Port.FormattingEnabled = true;
|
1138
|
|
- this.comboBox_Port.Location = new System.Drawing.Point(100, 15);
|
|
1159
|
+ this.comboBox_Port.Location = new System.Drawing.Point(106, 15);
|
1139
|
1160
|
this.comboBox_Port.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
1140
|
1161
|
this.comboBox_Port.Name = "comboBox_Port";
|
1141
|
1162
|
this.comboBox_Port.Size = new System.Drawing.Size(93, 20);
|
|
@@ -1168,25 +1189,262 @@
|
1168
|
1189
|
"57600",
|
1169
|
1190
|
"115200",
|
1170
|
1191
|
"128000"});
|
1171
|
|
- this.comboBox_baudrate.Location = new System.Drawing.Point(101, 45);
|
|
1192
|
+ this.comboBox_baudrate.Location = new System.Drawing.Point(107, 45);
|
1172
|
1193
|
this.comboBox_baudrate.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
|
1173
|
1194
|
this.comboBox_baudrate.Name = "comboBox_baudrate";
|
1174
|
1195
|
this.comboBox_baudrate.Size = new System.Drawing.Size(93, 20);
|
1175
|
1196
|
this.comboBox_baudrate.TabIndex = 91;
|
1176
|
1197
|
this.comboBox_baudrate.Text = "115200";
|
1177
|
1198
|
//
|
1178
|
|
- // Form1
|
|
1199
|
+ // tabPage_Setting
|
|
1200
|
+ //
|
|
1201
|
+ this.tabPage_Setting.Controls.Add(this.groupBox6);
|
|
1202
|
+ this.tabPage_Setting.Controls.Add(this.groupBox3);
|
|
1203
|
+ this.tabPage_Setting.Controls.Add(this.dataGridView_TableSetting);
|
|
1204
|
+ this.tabPage_Setting.Location = new System.Drawing.Point(4, 22);
|
|
1205
|
+ this.tabPage_Setting.Name = "tabPage_Setting";
|
|
1206
|
+ this.tabPage_Setting.Padding = new System.Windows.Forms.Padding(3);
|
|
1207
|
+ this.tabPage_Setting.Size = new System.Drawing.Size(910, 375);
|
|
1208
|
+ this.tabPage_Setting.TabIndex = 1;
|
|
1209
|
+ this.tabPage_Setting.Text = "Setting";
|
|
1210
|
+ this.tabPage_Setting.UseVisualStyleBackColor = true;
|
|
1211
|
+ //
|
|
1212
|
+ // dataGridView_TableSetting
|
|
1213
|
+ //
|
|
1214
|
+ this.dataGridView_TableSetting.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
1215
|
+ this.dataGridView_TableSetting.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
1216
|
+ this.Column_DB,
|
|
1217
|
+ this.Column_Offset});
|
|
1218
|
+ this.dataGridView_TableSetting.Location = new System.Drawing.Point(16, 17);
|
|
1219
|
+ this.dataGridView_TableSetting.Name = "dataGridView_TableSetting";
|
|
1220
|
+ this.dataGridView_TableSetting.RowHeadersWidth = 50;
|
|
1221
|
+ this.dataGridView_TableSetting.RowTemplate.Height = 23;
|
|
1222
|
+ this.dataGridView_TableSetting.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
1223
|
+ this.dataGridView_TableSetting.Size = new System.Drawing.Size(282, 338);
|
|
1224
|
+ this.dataGridView_TableSetting.TabIndex = 0;
|
|
1225
|
+ //
|
|
1226
|
+ // Column_DB
|
|
1227
|
+ //
|
|
1228
|
+ this.Column_DB.HeaderText = "DB";
|
|
1229
|
+ this.Column_DB.Name = "Column_DB";
|
|
1230
|
+ //
|
|
1231
|
+ // Column_Offset
|
|
1232
|
+ //
|
|
1233
|
+ this.Column_Offset.HeaderText = "Offset";
|
|
1234
|
+ this.Column_Offset.Name = "Column_Offset";
|
|
1235
|
+ //
|
|
1236
|
+ // groupBox3
|
|
1237
|
+ //
|
|
1238
|
+ this.groupBox3.Controls.Add(this.comboBox1);
|
|
1239
|
+ this.groupBox3.Controls.Add(this.label_Function);
|
|
1240
|
+ this.groupBox3.Controls.Add(this.label_Table);
|
|
1241
|
+ this.groupBox3.Controls.Add(this.button_Expansion);
|
|
1242
|
+ this.groupBox3.Controls.Add(this.button_FileLoad);
|
|
1243
|
+ this.groupBox3.Controls.Add(this.button_FileSave);
|
|
1244
|
+ this.groupBox3.Controls.Add(this.button_Initalize);
|
|
1245
|
+ this.groupBox3.Location = new System.Drawing.Point(338, 17);
|
|
1246
|
+ this.groupBox3.Name = "groupBox3";
|
|
1247
|
+ this.groupBox3.Size = new System.Drawing.Size(493, 113);
|
|
1248
|
+ this.groupBox3.TabIndex = 1;
|
|
1249
|
+ this.groupBox3.TabStop = false;
|
|
1250
|
+ //
|
|
1251
|
+ // groupBox6
|
|
1252
|
+ //
|
|
1253
|
+ this.groupBox6.Controls.Add(this.label31);
|
|
1254
|
+ this.groupBox6.Controls.Add(this.label30);
|
|
1255
|
+ this.groupBox6.Controls.Add(this.label29);
|
|
1256
|
+ this.groupBox6.Controls.Add(this.numericUpDown11);
|
|
1257
|
+ this.groupBox6.Controls.Add(this.numericUpDown10);
|
|
1258
|
+ this.groupBox6.Controls.Add(this.numericUpDown9);
|
|
1259
|
+ this.groupBox6.Controls.Add(this.button_AllZeroWrite);
|
|
1260
|
+ this.groupBox6.Controls.Add(this.button6);
|
|
1261
|
+ this.groupBox6.Controls.Add(this.button7);
|
|
1262
|
+ this.groupBox6.Controls.Add(this.button8);
|
|
1263
|
+ this.groupBox6.Controls.Add(this.button10);
|
|
1264
|
+ this.groupBox6.Controls.Add(this.button9);
|
|
1265
|
+ this.groupBox6.Location = new System.Drawing.Point(338, 136);
|
|
1266
|
+ this.groupBox6.Name = "groupBox6";
|
|
1267
|
+ this.groupBox6.Size = new System.Drawing.Size(493, 219);
|
|
1268
|
+ this.groupBox6.TabIndex = 1;
|
|
1269
|
+ this.groupBox6.TabStop = false;
|
|
1270
|
+ //
|
|
1271
|
+ // button_Initalize
|
|
1272
|
+ //
|
|
1273
|
+ this.button_Initalize.Location = new System.Drawing.Point(86, 71);
|
|
1274
|
+ this.button_Initalize.Name = "button_Initalize";
|
|
1275
|
+ this.button_Initalize.Size = new System.Drawing.Size(75, 23);
|
|
1276
|
+ this.button_Initalize.TabIndex = 0;
|
|
1277
|
+ this.button_Initalize.Text = "Initalize";
|
|
1278
|
+ this.button_Initalize.UseVisualStyleBackColor = true;
|
|
1279
|
+ //
|
|
1280
|
+ // button_FileSave
|
|
1281
|
+ //
|
|
1282
|
+ this.button_FileSave.Location = new System.Drawing.Point(248, 71);
|
|
1283
|
+ this.button_FileSave.Name = "button_FileSave";
|
|
1284
|
+ this.button_FileSave.Size = new System.Drawing.Size(75, 23);
|
|
1285
|
+ this.button_FileSave.TabIndex = 0;
|
|
1286
|
+ this.button_FileSave.Text = "File Save";
|
|
1287
|
+ this.button_FileSave.UseVisualStyleBackColor = true;
|
|
1288
|
+ //
|
|
1289
|
+ // button_FileLoad
|
|
1290
|
+ //
|
|
1291
|
+ this.button_FileLoad.Location = new System.Drawing.Point(329, 71);
|
|
1292
|
+ this.button_FileLoad.Name = "button_FileLoad";
|
|
1293
|
+ this.button_FileLoad.Size = new System.Drawing.Size(75, 23);
|
|
1294
|
+ this.button_FileLoad.TabIndex = 0;
|
|
1295
|
+ this.button_FileLoad.Text = "File Load";
|
|
1296
|
+ this.button_FileLoad.UseVisualStyleBackColor = true;
|
|
1297
|
+ //
|
|
1298
|
+ // button_Expansion
|
|
1299
|
+ //
|
|
1300
|
+ this.button_Expansion.Location = new System.Drawing.Point(167, 71);
|
|
1301
|
+ this.button_Expansion.Name = "button_Expansion";
|
|
1302
|
+ this.button_Expansion.Size = new System.Drawing.Size(75, 23);
|
|
1303
|
+ this.button_Expansion.TabIndex = 0;
|
|
1304
|
+ this.button_Expansion.Text = "Expansion";
|
|
1305
|
+ this.button_Expansion.UseVisualStyleBackColor = true;
|
|
1306
|
+ //
|
|
1307
|
+ // button6
|
|
1308
|
+ //
|
|
1309
|
+ this.button6.Location = new System.Drawing.Point(291, 126);
|
|
1310
|
+ this.button6.Name = "button6";
|
|
1311
|
+ this.button6.Size = new System.Drawing.Size(75, 23);
|
|
1312
|
+ this.button6.TabIndex = 1;
|
|
1313
|
+ this.button6.Text = "button1";
|
|
1314
|
+ this.button6.UseVisualStyleBackColor = true;
|
|
1315
|
+ //
|
|
1316
|
+ // button7
|
|
1317
|
+ //
|
|
1318
|
+ this.button7.Location = new System.Drawing.Point(291, 36);
|
|
1319
|
+ this.button7.Name = "button7";
|
|
1320
|
+ this.button7.Size = new System.Drawing.Size(75, 23);
|
|
1321
|
+ this.button7.TabIndex = 2;
|
|
1322
|
+ this.button7.Text = "button1";
|
|
1323
|
+ this.button7.UseVisualStyleBackColor = true;
|
|
1324
|
+ //
|
|
1325
|
+ // button8
|
|
1326
|
+ //
|
|
1327
|
+ this.button8.Location = new System.Drawing.Point(291, 79);
|
|
1328
|
+ this.button8.Name = "button8";
|
|
1329
|
+ this.button8.Size = new System.Drawing.Size(75, 23);
|
|
1330
|
+ this.button8.TabIndex = 3;
|
|
1331
|
+ this.button8.Text = "button1";
|
|
1332
|
+ this.button8.UseVisualStyleBackColor = true;
|
|
1333
|
+ //
|
|
1334
|
+ // button9
|
|
1335
|
+ //
|
|
1336
|
+ this.button9.Location = new System.Drawing.Point(291, 168);
|
|
1337
|
+ this.button9.Name = "button9";
|
|
1338
|
+ this.button9.Size = new System.Drawing.Size(75, 23);
|
|
1339
|
+ this.button9.TabIndex = 4;
|
|
1340
|
+ this.button9.Text = "button9";
|
|
1341
|
+ this.button9.UseVisualStyleBackColor = true;
|
|
1342
|
+ //
|
|
1343
|
+ // button10
|
|
1344
|
+ //
|
|
1345
|
+ this.button10.Location = new System.Drawing.Point(183, 168);
|
|
1346
|
+ this.button10.Name = "button10";
|
|
1347
|
+ this.button10.Size = new System.Drawing.Size(75, 23);
|
|
1348
|
+ this.button10.TabIndex = 4;
|
|
1349
|
+ this.button10.Text = "button9";
|
|
1350
|
+ this.button10.UseVisualStyleBackColor = true;
|
|
1351
|
+ //
|
|
1352
|
+ // button_AllZeroWrite
|
|
1353
|
+ //
|
|
1354
|
+ this.button_AllZeroWrite.Location = new System.Drawing.Point(372, 35);
|
|
1355
|
+ this.button_AllZeroWrite.Name = "button_AllZeroWrite";
|
|
1356
|
+ this.button_AllZeroWrite.Size = new System.Drawing.Size(115, 156);
|
|
1357
|
+ this.button_AllZeroWrite.TabIndex = 5;
|
|
1358
|
+ this.button_AllZeroWrite.Text = "All Zero Write";
|
|
1359
|
+ this.button_AllZeroWrite.UseVisualStyleBackColor = true;
|
|
1360
|
+ //
|
|
1361
|
+ // numericUpDown9
|
|
1362
|
+ //
|
|
1363
|
+ this.numericUpDown9.Location = new System.Drawing.Point(150, 37);
|
|
1364
|
+ this.numericUpDown9.Name = "numericUpDown9";
|
|
1365
|
+ this.numericUpDown9.Size = new System.Drawing.Size(120, 21);
|
|
1366
|
+ this.numericUpDown9.TabIndex = 6;
|
|
1367
|
+ //
|
|
1368
|
+ // numericUpDown10
|
|
1369
|
+ //
|
|
1370
|
+ this.numericUpDown10.Location = new System.Drawing.Point(150, 79);
|
|
1371
|
+ this.numericUpDown10.Name = "numericUpDown10";
|
|
1372
|
+ this.numericUpDown10.Size = new System.Drawing.Size(120, 21);
|
|
1373
|
+ this.numericUpDown10.TabIndex = 6;
|
|
1374
|
+ //
|
|
1375
|
+ // numericUpDown11
|
|
1376
|
+ //
|
|
1377
|
+ this.numericUpDown11.Location = new System.Drawing.Point(150, 126);
|
|
1378
|
+ this.numericUpDown11.Name = "numericUpDown11";
|
|
1379
|
+ this.numericUpDown11.Size = new System.Drawing.Size(120, 21);
|
|
1380
|
+ this.numericUpDown11.TabIndex = 6;
|
|
1381
|
+ //
|
|
1382
|
+ // label29
|
|
1383
|
+ //
|
|
1384
|
+ this.label29.AutoSize = true;
|
|
1385
|
+ this.label29.Location = new System.Drawing.Point(59, 41);
|
|
1386
|
+ this.label29.Name = "label29";
|
|
1387
|
+ this.label29.Size = new System.Drawing.Size(54, 12);
|
|
1388
|
+ this.label29.TabIndex = 7;
|
|
1389
|
+ this.label29.Text = "Multi Set";
|
|
1390
|
+ //
|
|
1391
|
+ // label30
|
|
1392
|
+ //
|
|
1393
|
+ this.label30.AutoSize = true;
|
|
1394
|
+ this.label30.Location = new System.Drawing.Point(59, 84);
|
|
1395
|
+ this.label30.Name = "label30";
|
|
1396
|
+ this.label30.Size = new System.Drawing.Size(68, 12);
|
|
1397
|
+ this.label30.TabIndex = 7;
|
|
1398
|
+ this.label30.Text = "Multi Offset";
|
|
1399
|
+ //
|
|
1400
|
+ // label31
|
|
1401
|
+ //
|
|
1402
|
+ this.label31.AutoSize = true;
|
|
1403
|
+ this.label31.Location = new System.Drawing.Point(59, 128);
|
|
1404
|
+ this.label31.Name = "label31";
|
|
1405
|
+ this.label31.Size = new System.Drawing.Size(44, 12);
|
|
1406
|
+ this.label31.TabIndex = 7;
|
|
1407
|
+ this.label31.Text = "label29";
|
|
1408
|
+ //
|
|
1409
|
+ // label_Table
|
|
1410
|
+ //
|
|
1411
|
+ this.label_Table.AutoSize = true;
|
|
1412
|
+ this.label_Table.Location = new System.Drawing.Point(22, 36);
|
|
1413
|
+ this.label_Table.Name = "label_Table";
|
|
1414
|
+ this.label_Table.Size = new System.Drawing.Size(37, 12);
|
|
1415
|
+ this.label_Table.TabIndex = 1;
|
|
1416
|
+ this.label_Table.Text = "Table";
|
|
1417
|
+ //
|
|
1418
|
+ // label_Function
|
|
1419
|
+ //
|
|
1420
|
+ this.label_Function.AutoSize = true;
|
|
1421
|
+ this.label_Function.Location = new System.Drawing.Point(22, 76);
|
|
1422
|
+ this.label_Function.Name = "label_Function";
|
|
1423
|
+ this.label_Function.Size = new System.Drawing.Size(53, 12);
|
|
1424
|
+ this.label_Function.TabIndex = 1;
|
|
1425
|
+ this.label_Function.Text = "Function";
|
|
1426
|
+ //
|
|
1427
|
+ // comboBox1
|
|
1428
|
+ //
|
|
1429
|
+ this.comboBox1.FormattingEnabled = true;
|
|
1430
|
+ this.comboBox1.Location = new System.Drawing.Point(86, 31);
|
|
1431
|
+ this.comboBox1.Name = "comboBox1";
|
|
1432
|
+ this.comboBox1.Size = new System.Drawing.Size(318, 20);
|
|
1433
|
+ this.comboBox1.TabIndex = 2;
|
|
1434
|
+ //
|
|
1435
|
+ // JdasMbic
|
1179
|
1436
|
//
|
1180
|
1437
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
1181
|
1438
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
1182
|
|
- this.ClientSize = new System.Drawing.Size(942, 511);
|
|
1439
|
+ this.ClientSize = new System.Drawing.Size(942, 490);
|
1183
|
1440
|
this.Controls.Add(this.tabControl1);
|
1184
|
1441
|
this.Controls.Add(this.pictureBox1);
|
1185
|
|
- this.Name = "Form1";
|
1186
|
|
- this.Text = "Form1";
|
|
1442
|
+ this.Name = "JdasMbic";
|
|
1443
|
+ this.Text = "Jdas Mbic";
|
|
1444
|
+ this.Load += new System.EventHandler(this.JdasMbic_Load);
|
1187
|
1445
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
1188
|
1446
|
this.tabControl1.ResumeLayout(false);
|
1189
|
|
- this.tabPage1.ResumeLayout(false);
|
|
1447
|
+ this.tabPage_Main.ResumeLayout(false);
|
1190
|
1448
|
this.groupBox5.ResumeLayout(false);
|
1191
|
1449
|
this.groupBox5.PerformLayout();
|
1192
|
1450
|
((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
|
|
@@ -1234,6 +1492,15 @@
|
1234
|
1492
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_RX)).EndInit();
|
1235
|
1493
|
this.groupBox9.ResumeLayout(false);
|
1236
|
1494
|
this.groupBox9.PerformLayout();
|
|
1495
|
+ this.tabPage_Setting.ResumeLayout(false);
|
|
1496
|
+ ((System.ComponentModel.ISupportInitialize)(this.dataGridView_TableSetting)).EndInit();
|
|
1497
|
+ this.groupBox3.ResumeLayout(false);
|
|
1498
|
+ this.groupBox3.PerformLayout();
|
|
1499
|
+ this.groupBox6.ResumeLayout(false);
|
|
1500
|
+ this.groupBox6.PerformLayout();
|
|
1501
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown9)).EndInit();
|
|
1502
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown10)).EndInit();
|
|
1503
|
+ ((System.ComponentModel.ISupportInitialize)(this.numericUpDown11)).EndInit();
|
1237
|
1504
|
this.ResumeLayout(false);
|
1238
|
1505
|
|
1239
|
1506
|
}
|
|
@@ -1242,7 +1509,7 @@
|
1242
|
1509
|
|
1243
|
1510
|
private System.Windows.Forms.PictureBox pictureBox1;
|
1244
|
1511
|
private System.Windows.Forms.TabControl tabControl1;
|
1245
|
|
- private System.Windows.Forms.TabPage tabPage1;
|
|
1512
|
+ private System.Windows.Forms.TabPage tabPage_Main;
|
1246
|
1513
|
private System.Windows.Forms.GroupBox groupBox5;
|
1247
|
1514
|
private System.Windows.Forms.Label label19;
|
1248
|
1515
|
public System.Windows.Forms.NumericUpDown numericUpDown6;
|
|
@@ -1321,7 +1588,31 @@
|
1321
|
1588
|
public System.Windows.Forms.ComboBox comboBox_Port;
|
1322
|
1589
|
private System.Windows.Forms.Label cmBaudRate;
|
1323
|
1590
|
private System.Windows.Forms.ComboBox comboBox_baudrate;
|
1324
|
|
- private System.Windows.Forms.TabPage tabPage2;
|
|
1591
|
+ private System.Windows.Forms.TabPage tabPage_Setting;
|
|
1592
|
+ private System.Windows.Forms.DataGridView dataGridView_TableSetting;
|
|
1593
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Column_DB;
|
|
1594
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Column_Offset;
|
|
1595
|
+ private System.Windows.Forms.GroupBox groupBox6;
|
|
1596
|
+ private System.Windows.Forms.Label label31;
|
|
1597
|
+ private System.Windows.Forms.Label label30;
|
|
1598
|
+ private System.Windows.Forms.Label label29;
|
|
1599
|
+ private System.Windows.Forms.NumericUpDown numericUpDown11;
|
|
1600
|
+ private System.Windows.Forms.NumericUpDown numericUpDown10;
|
|
1601
|
+ private System.Windows.Forms.NumericUpDown numericUpDown9;
|
|
1602
|
+ private System.Windows.Forms.Button button_AllZeroWrite;
|
|
1603
|
+ private System.Windows.Forms.Button button6;
|
|
1604
|
+ private System.Windows.Forms.Button button7;
|
|
1605
|
+ private System.Windows.Forms.Button button8;
|
|
1606
|
+ private System.Windows.Forms.Button button10;
|
|
1607
|
+ private System.Windows.Forms.Button button9;
|
|
1608
|
+ private System.Windows.Forms.GroupBox groupBox3;
|
|
1609
|
+ private System.Windows.Forms.ComboBox comboBox1;
|
|
1610
|
+ private System.Windows.Forms.Label label_Function;
|
|
1611
|
+ private System.Windows.Forms.Label label_Table;
|
|
1612
|
+ private System.Windows.Forms.Button button_Expansion;
|
|
1613
|
+ private System.Windows.Forms.Button button_FileLoad;
|
|
1614
|
+ private System.Windows.Forms.Button button_FileSave;
|
|
1615
|
+ private System.Windows.Forms.Button button_Initalize;
|
1325
|
1616
|
}
|
1326
|
1617
|
}
|
1327
|
1618
|
|