Преглед изворни кода

DataGridView Table 추가 / Button LayOut 추가

박영준 пре 5 година
родитељ
комит
91dfe464fb

BIN
.vs/Jdas_Mbic/v15/.suo


BIN
.vs/Jdas_Mbic/v15/Server/sqlite3/storage.ide


BIN
.vs/Jdas_Mbic/v15/Server/sqlite3/storage.ide-shm


BIN
.vs/Jdas_Mbic/v15/Server/sqlite3/storage.ide-wal


+ 0 - 20
Jdas_Mbic/Form1.cs

@@ -1,20 +0,0 @@
1
-using System;
2
-using System.Collections.Generic;
3
-using System.ComponentModel;
4
-using System.Data;
5
-using System.Drawing;
6
-using System.Linq;
7
-using System.Text;
8
-using System.Threading.Tasks;
9
-using System.Windows.Forms;
10
-
11
-namespace Jdas_Mbic
12
-{
13
-    public partial class Form1 : Form
14
-    {
15
-        public Form1()
16
-        {
17
-            InitializeComponent();
18
-        }
19
-    }
20
-}

+ 5 - 5
Jdas_Mbic/Jdas_Mbic.csproj

@@ -46,16 +46,16 @@
46
     <Reference Include="System.Xml" />
46
     <Reference Include="System.Xml" />
47
   </ItemGroup>
47
   </ItemGroup>
48
   <ItemGroup>
48
   <ItemGroup>
49
-    <Compile Include="Form1.cs">
49
+    <Compile Include="Main.cs">
50
       <SubType>Form</SubType>
50
       <SubType>Form</SubType>
51
     </Compile>
51
     </Compile>
52
-    <Compile Include="Form1.Designer.cs">
53
-      <DependentUpon>Form1.cs</DependentUpon>
52
+    <Compile Include="Main.Designer.cs">
53
+      <DependentUpon>Main.cs</DependentUpon>
54
     </Compile>
54
     </Compile>
55
     <Compile Include="Program.cs" />
55
     <Compile Include="Program.cs" />
56
     <Compile Include="Properties\AssemblyInfo.cs" />
56
     <Compile Include="Properties\AssemblyInfo.cs" />
57
-    <EmbeddedResource Include="Form1.resx">
58
-      <DependentUpon>Form1.cs</DependentUpon>
57
+    <EmbeddedResource Include="Main.resx">
58
+      <DependentUpon>Main.cs</DependentUpon>
59
     </EmbeddedResource>
59
     </EmbeddedResource>
60
     <EmbeddedResource Include="Properties\Resources.resx">
60
     <EmbeddedResource Include="Properties\Resources.resx">
61
       <Generator>ResXFileCodeGenerator</Generator>
61
       <Generator>ResXFileCodeGenerator</Generator>

+ 338 - 47
Jdas_Mbic/Form1.Designer.cs

@@ -1,6 +1,6 @@
1
 namespace Jdas_Mbic
1
 namespace Jdas_Mbic
2
 {
2
 {
3
-    partial class Form1
3
+    partial class JdasMbic
4
     {
4
     {
5
         /// <summary>
5
         /// <summary>
6
         /// 필수 디자이너 변수입니다.
6
         /// 필수 디자이너 변수입니다.
@@ -28,11 +28,10 @@
28
         /// </summary>
28
         /// </summary>
29
         private void InitializeComponent()
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
             this.pictureBox1 = new System.Windows.Forms.PictureBox();
32
             this.pictureBox1 = new System.Windows.Forms.PictureBox();
33
             this.tabControl1 = new System.Windows.Forms.TabControl();
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
             this.groupBox5 = new System.Windows.Forms.GroupBox();
35
             this.groupBox5 = new System.Windows.Forms.GroupBox();
37
             this.label19 = new System.Windows.Forms.Label();
36
             this.label19 = new System.Windows.Forms.Label();
38
             this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
37
             this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
@@ -111,9 +110,34 @@
111
             this.comboBox_Port = new System.Windows.Forms.ComboBox();
110
             this.comboBox_Port = new System.Windows.Forms.ComboBox();
112
             this.cmBaudRate = new System.Windows.Forms.Label();
111
             this.cmBaudRate = new System.Windows.Forms.Label();
113
             this.comboBox_baudrate = new System.Windows.Forms.ComboBox();
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
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
138
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
115
             this.tabControl1.SuspendLayout();
139
             this.tabControl1.SuspendLayout();
116
-            this.tabPage1.SuspendLayout();
140
+            this.tabPage_Main.SuspendLayout();
117
             this.groupBox5.SuspendLayout();
141
             this.groupBox5.SuspendLayout();
118
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
142
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
119
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit();
143
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit();
@@ -156,12 +180,19 @@
156
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox_G_RX)).BeginInit();
180
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox_G_RX)).BeginInit();
157
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_RX)).BeginInit();
181
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_RX)).BeginInit();
158
             this.groupBox9.SuspendLayout();
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
             this.SuspendLayout();
190
             this.SuspendLayout();
160
             // 
191
             // 
161
             // pictureBox1
192
             // pictureBox1
162
             // 
193
             // 
163
             this.pictureBox1.Image = global::Jdas_Mbic.Properties.Resources.bluecell_logo;
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
             this.pictureBox1.Name = "pictureBox1";
196
             this.pictureBox1.Name = "pictureBox1";
166
             this.pictureBox1.Size = new System.Drawing.Size(165, 50);
197
             this.pictureBox1.Size = new System.Drawing.Size(165, 50);
167
             this.pictureBox1.TabIndex = 0;
198
             this.pictureBox1.TabIndex = 0;
@@ -169,39 +200,29 @@
169
             // 
200
             // 
170
             // tabControl1
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
             this.tabControl1.Location = new System.Drawing.Point(12, 12);
205
             this.tabControl1.Location = new System.Drawing.Point(12, 12);
175
             this.tabControl1.Name = "tabControl1";
206
             this.tabControl1.Name = "tabControl1";
176
             this.tabControl1.SelectedIndex = 0;
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
             this.tabControl1.TabIndex = 135;
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
             // groupBox5
227
             // groupBox5
207
             // 
228
             // 
@@ -616,7 +637,7 @@
616
             this.groupBox1.Controls.Add(this.pictureBox24);
637
             this.groupBox1.Controls.Add(this.pictureBox24);
617
             this.groupBox1.Controls.Add(this.pictureBox25);
638
             this.groupBox1.Controls.Add(this.pictureBox25);
618
             this.groupBox1.Controls.Add(this.label28);
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
             this.groupBox1.Name = "groupBox1";
641
             this.groupBox1.Name = "groupBox1";
621
             this.groupBox1.Size = new System.Drawing.Size(319, 175);
642
             this.groupBox1.Size = new System.Drawing.Size(319, 175);
622
             this.groupBox1.TabIndex = 139;
643
             this.groupBox1.TabIndex = 139;
@@ -814,7 +835,7 @@
814
             this.groupBox4.Controls.Add(this.pictureBox16);
835
             this.groupBox4.Controls.Add(this.pictureBox16);
815
             this.groupBox4.Controls.Add(this.pictureBox17);
836
             this.groupBox4.Controls.Add(this.pictureBox17);
816
             this.groupBox4.Controls.Add(this.label18);
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
             this.groupBox4.Name = "groupBox4";
839
             this.groupBox4.Name = "groupBox4";
819
             this.groupBox4.Size = new System.Drawing.Size(319, 175);
840
             this.groupBox4.Size = new System.Drawing.Size(319, 175);
820
             this.groupBox4.TabIndex = 140;
841
             this.groupBox4.TabIndex = 140;
@@ -1001,7 +1022,7 @@
1001
             this.groupBox12.Controls.Add(this.pictureBox_R_TX);
1022
             this.groupBox12.Controls.Add(this.pictureBox_R_TX);
1002
             this.groupBox12.Controls.Add(this.pictureBox_G_RX);
1023
             this.groupBox12.Controls.Add(this.pictureBox_G_RX);
1003
             this.groupBox12.Controls.Add(this.pictureBox_R_RX);
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
             this.groupBox12.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1026
             this.groupBox12.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1006
             this.groupBox12.Name = "groupBox12";
1027
             this.groupBox12.Name = "groupBox12";
1007
             this.groupBox12.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
1028
             this.groupBox12.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
@@ -1060,7 +1081,7 @@
1060
             this.groupBox9.Controls.Add(this.comboBox_Port);
1081
             this.groupBox9.Controls.Add(this.comboBox_Port);
1061
             this.groupBox9.Controls.Add(this.cmBaudRate);
1082
             this.groupBox9.Controls.Add(this.cmBaudRate);
1062
             this.groupBox9.Controls.Add(this.comboBox_baudrate);
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
             this.groupBox9.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1085
             this.groupBox9.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1065
             this.groupBox9.Name = "groupBox9";
1086
             this.groupBox9.Name = "groupBox9";
1066
             this.groupBox9.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
1087
             this.groupBox9.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3);
@@ -1135,7 +1156,7 @@
1135
             | System.Windows.Forms.AnchorStyles.Right)));
1156
             | System.Windows.Forms.AnchorStyles.Right)));
1136
             this.comboBox_Port.Cursor = System.Windows.Forms.Cursors.Default;
1157
             this.comboBox_Port.Cursor = System.Windows.Forms.Cursors.Default;
1137
             this.comboBox_Port.FormattingEnabled = true;
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
             this.comboBox_Port.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1160
             this.comboBox_Port.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1140
             this.comboBox_Port.Name = "comboBox_Port";
1161
             this.comboBox_Port.Name = "comboBox_Port";
1141
             this.comboBox_Port.Size = new System.Drawing.Size(93, 20);
1162
             this.comboBox_Port.Size = new System.Drawing.Size(93, 20);
@@ -1168,25 +1189,262 @@
1168
             "57600",
1189
             "57600",
1169
             "115200",
1190
             "115200",
1170
             "128000"});
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
             this.comboBox_baudrate.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1193
             this.comboBox_baudrate.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
1173
             this.comboBox_baudrate.Name = "comboBox_baudrate";
1194
             this.comboBox_baudrate.Name = "comboBox_baudrate";
1174
             this.comboBox_baudrate.Size = new System.Drawing.Size(93, 20);
1195
             this.comboBox_baudrate.Size = new System.Drawing.Size(93, 20);
1175
             this.comboBox_baudrate.TabIndex = 91;
1196
             this.comboBox_baudrate.TabIndex = 91;
1176
             this.comboBox_baudrate.Text = "115200";
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
             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
1437
             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
1181
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
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
             this.Controls.Add(this.tabControl1);
1440
             this.Controls.Add(this.tabControl1);
1184
             this.Controls.Add(this.pictureBox1);
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
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
1445
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
1188
             this.tabControl1.ResumeLayout(false);
1446
             this.tabControl1.ResumeLayout(false);
1189
-            this.tabPage1.ResumeLayout(false);
1447
+            this.tabPage_Main.ResumeLayout(false);
1190
             this.groupBox5.ResumeLayout(false);
1448
             this.groupBox5.ResumeLayout(false);
1191
             this.groupBox5.PerformLayout();
1449
             this.groupBox5.PerformLayout();
1192
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
1450
             ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
@@ -1234,6 +1492,15 @@
1234
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_RX)).EndInit();
1492
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox_R_RX)).EndInit();
1235
             this.groupBox9.ResumeLayout(false);
1493
             this.groupBox9.ResumeLayout(false);
1236
             this.groupBox9.PerformLayout();
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
             this.ResumeLayout(false);
1504
             this.ResumeLayout(false);
1238
 
1505
 
1239
         }
1506
         }
@@ -1242,7 +1509,7 @@
1242
 
1509
 
1243
         private System.Windows.Forms.PictureBox pictureBox1;
1510
         private System.Windows.Forms.PictureBox pictureBox1;
1244
         private System.Windows.Forms.TabControl tabControl1;
1511
         private System.Windows.Forms.TabControl tabControl1;
1245
-        private System.Windows.Forms.TabPage tabPage1;
1512
+        private System.Windows.Forms.TabPage tabPage_Main;
1246
         private System.Windows.Forms.GroupBox groupBox5;
1513
         private System.Windows.Forms.GroupBox groupBox5;
1247
         private System.Windows.Forms.Label label19;
1514
         private System.Windows.Forms.Label label19;
1248
         public System.Windows.Forms.NumericUpDown numericUpDown6;
1515
         public System.Windows.Forms.NumericUpDown numericUpDown6;
@@ -1321,7 +1588,31 @@
1321
         public System.Windows.Forms.ComboBox comboBox_Port;
1588
         public System.Windows.Forms.ComboBox comboBox_Port;
1322
         private System.Windows.Forms.Label cmBaudRate;
1589
         private System.Windows.Forms.Label cmBaudRate;
1323
         private System.Windows.Forms.ComboBox comboBox_baudrate;
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
 

+ 45 - 0
Jdas_Mbic/Main.cs

@@ -0,0 +1,45 @@
1
+using System;
2
+using System.Collections.Generic;
3
+using System.ComponentModel;
4
+using System.Data;
5
+using System.Drawing;
6
+using System.Linq;
7
+using System.Text;
8
+using System.Threading.Tasks;
9
+using System.Windows.Forms;
10
+
11
+namespace Jdas_Mbic
12
+{
13
+    public partial class JdasMbic : Form
14
+    {
15
+        public JdasMbic()
16
+        {
17
+            InitializeComponent();
18
+        }
19
+
20
+        private void JdasMbic_Load(object sender, EventArgs e)
21
+        {
22
+            HeaderIndexNumSet();
23
+        }
24
+        private void HeaderIndexNumSet()
25
+        {
26
+            
27
+            for(int i = 0; i < 65; i++) dataGridView_TableSetting.Rows.Add();
28
+            //   dataGridView_TableSetting.RowHeadersWidth = 70;    
29
+            foreach (DataGridViewRow row in this.dataGridView_TableSetting.Rows)
30
+            {
31
+                row.HeaderCell.Value = String.Format("{0}", row.Index + 1);
32
+            }
33
+            this.dataGridView_TableSetting.AutoResizeRowHeadersWidth(
34
+            DataGridViewRowHeadersWidthSizeMode.AutoSizeToAllHeaders);
35
+            this.dataGridView_TableSetting.TopLeftHeaderCell.Value = "No.";
36
+           //init = true;
37
+           // SetDoNotSort(dataGridView1);
38
+           //  dataGridView_TableSetting.Columns["DB"].ReadOnly = true;
39
+           //dataGridView1.RowHeadersWidth = 30;
40
+           //  dataGridView1.RowHeadersAlign = 20;
41
+            dataGridView_TableSetting.Columns[0].DefaultCellStyle.Alignment = DataGridViewContentAlignment.MiddleCenter;
42
+            dataGridView_TableSetting.ClearSelection();
43
+        }
44
+    }
45
+}

+ 30 - 24
Jdas_Mbic/Form1.resx

@@ -118,7 +118,7 @@
118
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
118
     <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119
   </resheader>
119
   </resheader>
120
   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
120
   <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
121
-  <data name="pictureBox18.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
121
+  <data name="pictureBox2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
122
     <value>
122
     <value>
123
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
123
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
124
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
124
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -163,7 +163,7 @@
163
         RK5CYII=
163
         RK5CYII=
164
 </value>
164
 </value>
165
   </data>
165
   </data>
166
-  <data name="pictureBox19.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
166
+  <data name="pictureBox3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
167
     <value>
167
     <value>
168
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
168
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
169
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
169
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -208,7 +208,7 @@
208
         RK5CYII=
208
         RK5CYII=
209
 </value>
209
 </value>
210
   </data>
210
   </data>
211
-  <data name="pictureBox20.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
211
+  <data name="pictureBox4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
212
     <value>
212
     <value>
213
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
213
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
214
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
214
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -258,7 +258,7 @@
258
         AAAASUVORK5CYII=
258
         AAAASUVORK5CYII=
259
 </value>
259
 </value>
260
   </data>
260
   </data>
261
-  <data name="pictureBox21.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
261
+  <data name="pictureBox5.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
262
     <value>
262
     <value>
263
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
263
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
264
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
264
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -308,7 +308,7 @@
308
         AAAASUVORK5CYII=
308
         AAAASUVORK5CYII=
309
 </value>
309
 </value>
310
   </data>
310
   </data>
311
-  <data name="pictureBox22.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
311
+  <data name="pictureBox24.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
312
     <value>
312
     <value>
313
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
313
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
314
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
314
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -353,7 +353,7 @@
353
         RK5CYII=
353
         RK5CYII=
354
 </value>
354
 </value>
355
   </data>
355
   </data>
356
-  <data name="pictureBox23.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
356
+  <data name="pictureBox25.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
357
     <value>
357
     <value>
358
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
358
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
359
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
359
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -403,7 +403,7 @@
403
         AAAASUVORK5CYII=
403
         AAAASUVORK5CYII=
404
 </value>
404
 </value>
405
   </data>
405
   </data>
406
-  <data name="pictureBox6.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
406
+  <data name="pictureBox12.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
407
     <value>
407
     <value>
408
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
408
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
409
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
409
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -448,7 +448,7 @@
448
         RK5CYII=
448
         RK5CYII=
449
 </value>
449
 </value>
450
   </data>
450
   </data>
451
-  <data name="pictureBox7.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
451
+  <data name="pictureBox13.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
452
     <value>
452
     <value>
453
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
453
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
454
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
454
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -493,7 +493,7 @@
493
         RK5CYII=
493
         RK5CYII=
494
 </value>
494
 </value>
495
   </data>
495
   </data>
496
-  <data name="pictureBox8.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
496
+  <data name="pictureBox14.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
497
     <value>
497
     <value>
498
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
498
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
499
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
499
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -543,7 +543,7 @@
543
         AAAASUVORK5CYII=
543
         AAAASUVORK5CYII=
544
 </value>
544
 </value>
545
   </data>
545
   </data>
546
-  <data name="pictureBox9.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
546
+  <data name="pictureBox15.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
547
     <value>
547
     <value>
548
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
548
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
549
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
549
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -593,7 +593,7 @@
593
         AAAASUVORK5CYII=
593
         AAAASUVORK5CYII=
594
 </value>
594
 </value>
595
   </data>
595
   </data>
596
-  <data name="pictureBox10.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
596
+  <data name="pictureBox16.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
597
     <value>
597
     <value>
598
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
598
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
599
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
599
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -638,7 +638,7 @@
638
         RK5CYII=
638
         RK5CYII=
639
 </value>
639
 </value>
640
   </data>
640
   </data>
641
-  <data name="pictureBox11.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
641
+  <data name="pictureBox17.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
642
     <value>
642
     <value>
643
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
643
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
644
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
644
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -688,7 +688,13 @@
688
         AAAASUVORK5CYII=
688
         AAAASUVORK5CYII=
689
 </value>
689
 </value>
690
   </data>
690
   </data>
691
-  <data name="pictureBox2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
691
+  <metadata name="Column_DB.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
692
+    <value>True</value>
693
+  </metadata>
694
+  <metadata name="Column_Offset.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
695
+    <value>True</value>
696
+  </metadata>
697
+  <data name="pictureBox18.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
692
     <value>
698
     <value>
693
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
699
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
694
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
700
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -733,7 +739,7 @@
733
         RK5CYII=
739
         RK5CYII=
734
 </value>
740
 </value>
735
   </data>
741
   </data>
736
-  <data name="pictureBox3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
742
+  <data name="pictureBox19.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
737
     <value>
743
     <value>
738
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
744
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
739
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
745
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -778,7 +784,7 @@
778
         RK5CYII=
784
         RK5CYII=
779
 </value>
785
 </value>
780
   </data>
786
   </data>
781
-  <data name="pictureBox4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
787
+  <data name="pictureBox20.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
782
     <value>
788
     <value>
783
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
789
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
784
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
790
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -828,7 +834,7 @@
828
         AAAASUVORK5CYII=
834
         AAAASUVORK5CYII=
829
 </value>
835
 </value>
830
   </data>
836
   </data>
831
-  <data name="pictureBox5.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
837
+  <data name="pictureBox21.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
832
     <value>
838
     <value>
833
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
839
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
834
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
840
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -878,7 +884,7 @@
878
         AAAASUVORK5CYII=
884
         AAAASUVORK5CYII=
879
 </value>
885
 </value>
880
   </data>
886
   </data>
881
-  <data name="pictureBox24.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
887
+  <data name="pictureBox22.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
882
     <value>
888
     <value>
883
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
889
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
884
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
890
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -923,7 +929,7 @@
923
         RK5CYII=
929
         RK5CYII=
924
 </value>
930
 </value>
925
   </data>
931
   </data>
926
-  <data name="pictureBox25.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
932
+  <data name="pictureBox23.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
927
     <value>
933
     <value>
928
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
934
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
929
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
935
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -973,7 +979,7 @@
973
         AAAASUVORK5CYII=
979
         AAAASUVORK5CYII=
974
 </value>
980
 </value>
975
   </data>
981
   </data>
976
-  <data name="pictureBox12.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
982
+  <data name="pictureBox6.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
977
     <value>
983
     <value>
978
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
984
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
979
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
985
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -1018,7 +1024,7 @@
1018
         RK5CYII=
1024
         RK5CYII=
1019
 </value>
1025
 </value>
1020
   </data>
1026
   </data>
1021
-  <data name="pictureBox13.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1027
+  <data name="pictureBox7.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1022
     <value>
1028
     <value>
1023
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
1029
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
1024
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
1030
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -1063,7 +1069,7 @@
1063
         RK5CYII=
1069
         RK5CYII=
1064
 </value>
1070
 </value>
1065
   </data>
1071
   </data>
1066
-  <data name="pictureBox14.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1072
+  <data name="pictureBox8.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1067
     <value>
1073
     <value>
1068
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
1074
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
1069
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
1075
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -1113,7 +1119,7 @@
1113
         AAAASUVORK5CYII=
1119
         AAAASUVORK5CYII=
1114
 </value>
1120
 </value>
1115
   </data>
1121
   </data>
1116
-  <data name="pictureBox15.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1122
+  <data name="pictureBox9.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1117
     <value>
1123
     <value>
1118
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
1124
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
1119
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
1125
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
@@ -1163,7 +1169,7 @@
1163
         AAAASUVORK5CYII=
1169
         AAAASUVORK5CYII=
1164
 </value>
1170
 </value>
1165
   </data>
1171
   </data>
1166
-  <data name="pictureBox16.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1172
+  <data name="pictureBox10.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1167
     <value>
1173
     <value>
1168
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
1174
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACRxJREFUWEft
1169
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
1175
         mHlU1dUWx22e00abM6PBbBVkWjYImpqpaZqaulTAHHBAEAUEJ4gpkEBDuQQSIPBQUC4gODDepzHEw4ch
@@ -1208,7 +1214,7 @@
1208
         RK5CYII=
1214
         RK5CYII=
1209
 </value>
1215
 </value>
1210
   </data>
1216
   </data>
1211
-  <data name="pictureBox17.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1217
+  <data name="pictureBox11.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
1212
     <value>
1218
     <value>
1213
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
1219
         iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAABGdBTUEAALGPC/xhBQAACk5JREFUWEft
1214
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV
1220
         mPlTVFcWx/Mf6MxUTX5NpfKLMZnScccFUHZBoO2GhqbZd0U2WWRrkE3BQBBllX0HBVFBoyCMCxiXMcGV

+ 1 - 1
Jdas_Mbic/Program.cs

@@ -16,7 +16,7 @@ namespace Jdas_Mbic
16
         {
16
         {
17
             Application.EnableVisualStyles();
17
             Application.EnableVisualStyles();
18
             Application.SetCompatibleTextRenderingDefault(false);
18
             Application.SetCompatibleTextRenderingDefault(false);
19
-            Application.Run(new Form1());
19
+            Application.Run(new JdasMbic());
20
         }
20
         }
21
     }
21
     }
22
 }
22
 }

BIN
Jdas_Mbic/bin/Debug/Jdas_Mbic.exe


BIN
Jdas_Mbic/bin/Debug/Jdas_Mbic.pdb


BIN
Jdas_Mbic/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache


BIN
Jdas_Mbic/obj/Debug/Jdas_Mbic.JdasMbic.resources


+ 1 - 1
Jdas_Mbic/obj/Debug/Jdas_Mbic.csproj.CoreCompileInputs.cache

@@ -1 +1 @@
1
-f37e5d377d6a43965a711adbbc3ef6d21f818b10
1
+fb755ef108369250d2b84a4262663b049d543842

+ 10 - 0
Jdas_Mbic/obj/Debug/Jdas_Mbic.csproj.FileListAbsolute.txt

@@ -8,3 +8,13 @@ D:\C#\Jdas_Mbic\Jdas_Mbic\obj\Debug\Jdas_Mbic.csproj.GenerateResource.cache
8
 D:\C#\Jdas_Mbic\Jdas_Mbic\obj\Debug\Jdas_Mbic.csproj.CoreCompileInputs.cache
8
 D:\C#\Jdas_Mbic\Jdas_Mbic\obj\Debug\Jdas_Mbic.csproj.CoreCompileInputs.cache
9
 D:\C#\Jdas_Mbic\Jdas_Mbic\obj\Debug\Jdas_Mbic.exe
9
 D:\C#\Jdas_Mbic\Jdas_Mbic\obj\Debug\Jdas_Mbic.exe
10
 D:\C#\Jdas_Mbic\Jdas_Mbic\obj\Debug\Jdas_Mbic.pdb
10
 D:\C#\Jdas_Mbic\Jdas_Mbic\obj\Debug\Jdas_Mbic.pdb
11
+G:\C#\Jdas_Mbic\Jdas_Mbic\bin\Debug\Jdas_Mbic.exe.config
12
+G:\C#\Jdas_Mbic\Jdas_Mbic\bin\Debug\Jdas_Mbic.exe
13
+G:\C#\Jdas_Mbic\Jdas_Mbic\bin\Debug\Jdas_Mbic.pdb
14
+G:\C#\Jdas_Mbic\Jdas_Mbic\obj\Debug\Jdas_Mbic.csprojAssemblyReference.cache
15
+G:\C#\Jdas_Mbic\Jdas_Mbic\obj\Debug\Jdas_Mbic.JdasMbic.resources
16
+G:\C#\Jdas_Mbic\Jdas_Mbic\obj\Debug\Jdas_Mbic.Properties.Resources.resources
17
+G:\C#\Jdas_Mbic\Jdas_Mbic\obj\Debug\Jdas_Mbic.csproj.GenerateResource.cache
18
+G:\C#\Jdas_Mbic\Jdas_Mbic\obj\Debug\Jdas_Mbic.csproj.CoreCompileInputs.cache
19
+G:\C#\Jdas_Mbic\Jdas_Mbic\obj\Debug\Jdas_Mbic.exe
20
+G:\C#\Jdas_Mbic\Jdas_Mbic\obj\Debug\Jdas_Mbic.pdb

BIN
Jdas_Mbic/obj/Debug/Jdas_Mbic.csproj.GenerateResource.cache


BIN
Jdas_Mbic/obj/Debug/Jdas_Mbic.exe


BIN
Jdas_Mbic/obj/Debug/Jdas_Mbic.pdb