프로젝트

일반

사용자정보

개정판 b53b591f

IDb53b591ffd41d5bef4551161d66e3f5eb97aa61e
상위 b8ebbf87
하위 864d2fdb, 01547c4a, 9fcc54bb

gaqhf 이(가) 약 5년 전에 추가함

dev issue #507 : opc 임시 기능

Change-Id: I80be813d741de8113426baed8f7b7e59a93d69b0

차이점 보기:

DTI_PID/SPPIDConverter/ConverterDocking.Designer.cs
61 61
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
62 62
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
63 63
            this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
64
            this.btnLinkOPCTest = new DevExpress.XtraEditors.SimpleButton();
65
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
64 66
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
65 67
            this.layoutControl1.SuspendLayout();
66 68
            ((System.ComponentModel.ISupportInitialize)(this.toggleSwitchSnapGrid.Properties)).BeginInit();
......
84 86
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
85 87
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
86 88
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
89
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
87 90
            this.SuspendLayout();
88 91
            // 
89 92
            // splashScreenManager
......
92 95
            // 
93 96
            // layoutControl1
94 97
            // 
98
            this.layoutControl1.Controls.Add(this.btnLinkOPCTest);
95 99
            this.layoutControl1.Controls.Add(this.toggleSwitchSnapGrid);
96 100
            this.layoutControl1.Controls.Add(this.labelControl2);
97 101
            this.layoutControl1.Controls.Add(this.toggleSwitchMoveSymbol);
......
210 214
            // 
211 215
            // simpleButton1
212 216
            // 
213
            this.simpleButton1.Location = new System.Drawing.Point(12, 504);
217
            this.simpleButton1.Location = new System.Drawing.Point(12, 530);
214 218
            this.simpleButton1.Name = "simpleButton1";
215 219
            this.simpleButton1.Size = new System.Drawing.Size(226, 22);
216 220
            this.simpleButton1.StyleController = this.layoutControl1;
......
238 242
            this.layoutControlItem2,
239 243
            this.layoutControlGroup2,
240 244
            this.layoutControlGroup3,
241
            this.layoutControlGroup4});
245
            this.layoutControlGroup4,
246
            this.layoutControlItem3});
242 247
            this.Root.Name = "Root";
243 248
            this.Root.Size = new System.Drawing.Size(250, 744);
244 249
            this.Root.TextVisible = false;
......
246 251
            // emptySpaceItem1
247 252
            // 
248 253
            this.emptySpaceItem1.AllowHotTrack = false;
249
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 518);
254
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 544);
250 255
            this.emptySpaceItem1.Name = "emptySpaceItem1";
251
            this.emptySpaceItem1.Size = new System.Drawing.Size(230, 206);
256
            this.emptySpaceItem1.Size = new System.Drawing.Size(230, 180);
252 257
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
253 258
            // 
254 259
            // layoutControlItem2
255 260
            // 
256 261
            this.layoutControlItem2.Control = this.simpleButton1;
257
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 492);
262
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 518);
258 263
            this.layoutControlItem2.Name = "layoutControlItem2";
259 264
            this.layoutControlItem2.Size = new System.Drawing.Size(230, 26);
260 265
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
......
406 411
            // 
407 412
            this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful";
408 413
            // 
414
            // btnLinkOPCTest
415
            // 
416
            this.btnLinkOPCTest.Location = new System.Drawing.Point(12, 504);
417
            this.btnLinkOPCTest.Name = "btnLinkOPCTest";
418
            this.btnLinkOPCTest.Size = new System.Drawing.Size(226, 22);
419
            this.btnLinkOPCTest.StyleController = this.layoutControl1;
420
            this.btnLinkOPCTest.TabIndex = 17;
421
            this.btnLinkOPCTest.Text = "Pair OPC Test";
422
            this.btnLinkOPCTest.Click += new System.EventHandler(this.btnLinkOPCTest_Click);
423
            // 
424
            // layoutControlItem3
425
            // 
426
            this.layoutControlItem3.Control = this.btnLinkOPCTest;
427
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 492);
428
            this.layoutControlItem3.Name = "layoutControlItem3";
429
            this.layoutControlItem3.Size = new System.Drawing.Size(230, 26);
430
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
431
            this.layoutControlItem3.TextVisible = false;
432
            // 
409 433
            // ConverterDocking
410 434
            // 
411 435
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
......
437 461
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
438 462
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
439 463
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
464
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
440 465
            this.ResumeLayout(false);
441 466

  
442 467
        }
......
473 498
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
474 499
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
475 500
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
501
        private DevExpress.XtraEditors.SimpleButton btnLinkOPCTest;
502
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
476 503
    }
477 504
}
DTI_PID/SPPIDConverter/ConverterDocking.cs
1711 1711
#endif
1712 1712

  
1713 1713
        }
1714

  
1715
        private void btnLinkOPCTest_Click(object sender, EventArgs e)
1716
        {
1717
            Placement placement = new Placement();
1718
            LMADataSource dataSource = placement.PIDDataSource;
1719

  
1720
            LMAFilter filter = new LMAFilter();
1721
            filter.ItemType = "REPRESENTATION";
1722
            
1723
            LMACriterion criterion = new LMACriterion();
1724
            criterion.SourceAttributeName = "REPRESENTATIONTYPE";
1725
            criterion.Operator = "=";
1726
            criterion.set_ValueAttribute("39");
1727
            filter.get_Criteria().Add(criterion);
1728

  
1729
            LMRepresentations representations = new LMRepresentations();
1730
            representations.Collect(dataSource, Filter: filter);
1731

  
1732
            foreach (LMRepresentation representation in representations)
1733
            {
1734
                if (representation.get_ItemStatus() == "Active" && representation.DrawingID != "0")
1735
                {
1736
                    LMOPC opc = dataSource.GetOPC(representation.ModelItemID);
1737
                    LMOPC pairOPC = opc.pairedWithOPCObject;
1738
                    bool isPaired = false;
1739
                    foreach (LMRepresentation rep in pairOPC.Representations)
1740
                        if (rep.DrawingID != "0")
1741
                            isPaired = true;
1742

  
1743
                    if (!isPaired)
1744
                    {
1745
                        LMSymbol newOPC = placement.PIDPlaceSymbol(representation.get_FileName().ToString(), 0, 0, ExistingItem: pairOPC.AsLMAItem());
1746
                        ReleaseCOMObjects(newOPC);
1747
                    }
1748

  
1749
                    ReleaseCOMObjects(opc);
1750
                    ReleaseCOMObjects(pairOPC);
1751
                    
1752
                }
1753
            }
1754

  
1755
            ReleaseCOMObjects(representations);
1756
            ReleaseCOMObjects(criterion);
1757
            ReleaseCOMObjects(filter);
1758
            ReleaseCOMObjects(dataSource);
1759
            ReleaseCOMObjects(placement);
1760
        }
1714 1761
    }
1715 1762
}
DTI_PID/SPPIDConverter/ConverterForm.Designer.cs
133 133
            this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
134 134
            this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
135 135
            this.ribbonControl.ShowToolbarCustomizeItem = false;
136
            this.ribbonControl.Size = new System.Drawing.Size(1242, 27);
136
            this.ribbonControl.Size = new System.Drawing.Size(1250, 32);
137 137
            this.ribbonControl.Toolbar.ShowCustomizeItem = false;
138 138
            // 
139 139
            // layoutControl1
......
149 149
            this.layoutControl1.Controls.Add(this.btnSPPIDDB);
150 150
            this.layoutControl1.Controls.Add(this.gridControlConverter);
151 151
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
152
            this.layoutControl1.Location = new System.Drawing.Point(0, 27);
152
            this.layoutControl1.Location = new System.Drawing.Point(0, 32);
153 153
            this.layoutControl1.Name = "layoutControl1";
154 154
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(982, 292, 650, 400);
155 155
            this.layoutControl1.Root = this.Root;
156
            this.layoutControl1.Size = new System.Drawing.Size(1242, 574);
156
            this.layoutControl1.Size = new System.Drawing.Size(1250, 573);
157 157
            this.layoutControl1.TabIndex = 1;
158 158
            this.layoutControl1.Text = "layoutControl1";
159 159
            // 
160 160
            // btnID2DB
161 161
            // 
162 162
            this.btnID2DB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnID2DB.ImageOptions.SvgImage")));
163
            this.btnID2DB.Location = new System.Drawing.Point(968, 64);
163
            this.btnID2DB.Location = new System.Drawing.Point(979, 58);
164 164
            this.btnID2DB.Name = "btnID2DB";
165
            this.btnID2DB.Size = new System.Drawing.Size(250, 38);
165
            this.btnID2DB.Size = new System.Drawing.Size(247, 36);
166 166
            this.btnID2DB.StyleController = this.layoutControl1;
167 167
            this.btnID2DB.TabIndex = 15;
168 168
            this.btnID2DB.Text = "Setting";
......
170 170
            // 
171 171
            // checkEditCloseDocument
172 172
            // 
173
            this.checkEditCloseDocument.Location = new System.Drawing.Point(741, 82);
173
            this.checkEditCloseDocument.Location = new System.Drawing.Point(747, 76);
174 174
            this.checkEditCloseDocument.MenuManager = this.ribbonControl;
175 175
            this.checkEditCloseDocument.Name = "checkEditCloseDocument";
176 176
            this.checkEditCloseDocument.Properties.Caption = "Close Document";
177
            this.checkEditCloseDocument.Size = new System.Drawing.Size(111, 19);
177
            this.checkEditCloseDocument.Size = new System.Drawing.Size(111, 18);
178 178
            this.checkEditCloseDocument.StyleController = this.layoutControl1;
179 179
            this.checkEditCloseDocument.TabIndex = 14;
180 180
            // 
181 181
            // btnRefresh
182 182
            // 
183 183
            this.btnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRefresh.ImageOptions.SvgImage")));
184
            this.btnRefresh.Location = new System.Drawing.Point(155, 64);
184
            this.btnRefresh.Location = new System.Drawing.Point(155, 58);
185 185
            this.btnRefresh.Name = "btnRefresh";
186 186
            this.btnRefresh.Size = new System.Drawing.Size(101, 38);
187 187
            this.btnRefresh.StyleController = this.layoutControl1;
......
191 191
            // 
192 192
            // comboBoxEditDefaultTemplate
193 193
            // 
194
            this.comboBoxEditDefaultTemplate.Location = new System.Drawing.Point(612, 82);
194
            this.comboBoxEditDefaultTemplate.Location = new System.Drawing.Point(615, 76);
195 195
            this.comboBoxEditDefaultTemplate.MenuManager = this.ribbonControl;
196 196
            this.comboBoxEditDefaultTemplate.Name = "comboBoxEditDefaultTemplate";
197 197
            this.comboBoxEditDefaultTemplate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
198 198
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
199 199
            this.comboBoxEditDefaultTemplate.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
200
            this.comboBoxEditDefaultTemplate.Size = new System.Drawing.Size(114, 20);
200
            this.comboBoxEditDefaultTemplate.Size = new System.Drawing.Size(116, 20);
201 201
            this.comboBoxEditDefaultTemplate.StyleController = this.layoutControl1;
202 202
            this.comboBoxEditDefaultTemplate.TabIndex = 12;
203 203
            this.comboBoxEditDefaultTemplate.SelectedIndexChanged += new System.EventHandler(this.comboBoxEditDefaultTemplate_SelectedIndexChanged);
204 204
            // 
205 205
            // buttonEditDefaultUnit
206 206
            // 
207
            this.buttonEditDefaultUnit.Location = new System.Drawing.Point(393, 82);
207
            this.buttonEditDefaultUnit.Location = new System.Drawing.Point(394, 76);
208 208
            this.buttonEditDefaultUnit.MenuManager = this.ribbonControl;
209 209
            this.buttonEditDefaultUnit.Name = "buttonEditDefaultUnit";
210 210
            this.buttonEditDefaultUnit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
211 211
            new DevExpress.XtraEditors.Controls.EditorButton()});
212 212
            this.buttonEditDefaultUnit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
213
            this.buttonEditDefaultUnit.Size = new System.Drawing.Size(115, 20);
213
            this.buttonEditDefaultUnit.Size = new System.Drawing.Size(117, 20);
214 214
            this.buttonEditDefaultUnit.StyleController = this.layoutControl1;
215 215
            this.buttonEditDefaultUnit.TabIndex = 11;
216 216
            this.buttonEditDefaultUnit.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEditDefaulUnit_ButtonClick);
......
219 219
            // btnRun
220 220
            // 
221 221
            this.btnRun.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRun.ImageOptions.SvgImage")));
222
            this.btnRun.Location = new System.Drawing.Point(856, 64);
222
            this.btnRun.Location = new System.Drawing.Point(862, 58);
223 223
            this.btnRun.Name = "btnRun";
224 224
            this.btnRun.Size = new System.Drawing.Size(79, 36);
225 225
            this.btnRun.StyleController = this.layoutControl1;
......
230 230
            // btnLoadFile
231 231
            // 
232 232
            this.btnLoadFile.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLoadFile.ImageOptions.SvgImage")));
233
            this.btnLoadFile.Location = new System.Drawing.Point(24, 64);
233
            this.btnLoadFile.Location = new System.Drawing.Point(24, 58);
234 234
            this.btnLoadFile.Name = "btnLoadFile";
235 235
            this.btnLoadFile.Size = new System.Drawing.Size(110, 36);
236 236
            this.btnLoadFile.StyleController = this.layoutControl1;
......
241 241
            // btnItemMapping
242 242
            // 
243 243
            this.btnItemMapping.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnItemMapping.ImageOptions.SvgImage")));
244
            this.btnItemMapping.Location = new System.Drawing.Point(968, 366);
244
            this.btnItemMapping.Location = new System.Drawing.Point(979, 344);
245 245
            this.btnItemMapping.Name = "btnItemMapping";
246
            this.btnItemMapping.Size = new System.Drawing.Size(250, 38);
246
            this.btnItemMapping.Size = new System.Drawing.Size(247, 36);
247 247
            this.btnItemMapping.StyleController = this.layoutControl1;
248 248
            this.btnItemMapping.TabIndex = 7;
249 249
            this.btnItemMapping.Text = "Item Mapping Setting";
......
252 252
            // btnSPPIDDB
253 253
            // 
254 254
            this.btnSPPIDDB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDDB.ImageOptions.SvgImage")));
255
            this.btnSPPIDDB.Location = new System.Drawing.Point(968, 224);
255
            this.btnSPPIDDB.Location = new System.Drawing.Point(979, 210);
256 256
            this.btnSPPIDDB.Name = "btnSPPIDDB";
257
            this.btnSPPIDDB.Size = new System.Drawing.Size(250, 38);
257
            this.btnSPPIDDB.Size = new System.Drawing.Size(247, 36);
258 258
            this.btnSPPIDDB.StyleController = this.layoutControl1;
259 259
            this.btnSPPIDDB.TabIndex = 5;
260 260
            this.btnSPPIDDB.Text = "Setting";
......
262 262
            // 
263 263
            // gridControlConverter
264 264
            // 
265
            this.gridControlConverter.Location = new System.Drawing.Point(24, 106);
265
            this.gridControlConverter.Location = new System.Drawing.Point(24, 100);
266 266
            this.gridControlConverter.MainView = this.gridViewConverter;
267 267
            this.gridControlConverter.MenuManager = this.ribbonControl;
268 268
            this.gridControlConverter.Name = "gridControlConverter";
269
            this.gridControlConverter.Size = new System.Drawing.Size(911, 444);
269
            this.gridControlConverter.Size = new System.Drawing.Size(917, 449);
270 270
            this.gridControlConverter.TabIndex = 4;
271 271
            this.gridControlConverter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
272 272
            this.gridViewConverter});
......
291 291
            this.layoutControlGroupID2Project,
292 292
            this.splitterItem1});
293 293
            this.Root.Name = "Root";
294
            this.Root.Size = new System.Drawing.Size(1242, 574);
294
            this.Root.Size = new System.Drawing.Size(1250, 573);
295 295
            this.Root.TextVisible = false;
296 296
            // 
297 297
            // layoutControlGroupSPPIDDB
......
304 304
            this.layoutControlItem2,
305 305
            this.simpleLabelItem2,
306 306
            this.simpleLabelItem1});
307
            this.layoutControlGroupSPPIDDB.Location = new System.Drawing.Point(944, 160);
307
            this.layoutControlGroupSPPIDDB.Location = new System.Drawing.Point(955, 152);
308 308
            this.layoutControlGroupSPPIDDB.Name = "layoutControlGroupSPPIDDB";
309
            this.layoutControlGroupSPPIDDB.Size = new System.Drawing.Size(278, 142);
309
            this.layoutControlGroupSPPIDDB.Size = new System.Drawing.Size(275, 134);
310 310
            this.layoutControlGroupSPPIDDB.Text = "SPPID DB";
311 311
            // 
312 312
            // labelSPPIDPlantName
313 313
            // 
314 314
            this.labelSPPIDPlantName.AllowHotTrack = false;
315 315
            this.labelSPPIDPlantName.AppearanceItemCaption.Options.UseForeColor = true;
316
            this.labelSPPIDPlantName.Location = new System.Drawing.Point(78, 42);
316
            this.labelSPPIDPlantName.Location = new System.Drawing.Point(78, 40);
317 317
            this.labelSPPIDPlantName.Name = "labelSPPIDPlantName";
318
            this.labelSPPIDPlantName.Size = new System.Drawing.Size(176, 18);
318
            this.labelSPPIDPlantName.Size = new System.Drawing.Size(173, 18);
319 319
            this.labelSPPIDPlantName.Text = "SPPIDPlantName";
320 320
            this.labelSPPIDPlantName.TextSize = new System.Drawing.Size(93, 14);
321 321
            // 
......
323 323
            // 
324 324
            this.labelSPPIDDBStatus.AllowHotTrack = false;
325 325
            this.labelSPPIDDBStatus.AppearanceItemCaption.Options.UseForeColor = true;
326
            this.labelSPPIDDBStatus.Location = new System.Drawing.Point(51, 60);
326
            this.labelSPPIDDBStatus.Location = new System.Drawing.Point(51, 58);
327 327
            this.labelSPPIDDBStatus.Name = "labelSPPIDDBStatus";
328
            this.labelSPPIDDBStatus.Size = new System.Drawing.Size(203, 18);
328
            this.labelSPPIDDBStatus.Size = new System.Drawing.Size(200, 18);
329 329
            this.labelSPPIDDBStatus.Text = "SPPIDDBStatus";
330 330
            this.labelSPPIDDBStatus.TextSize = new System.Drawing.Size(93, 14);
331 331
            // 
......
334 334
            this.layoutControlItem2.Control = this.btnSPPIDDB;
335 335
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
336 336
            this.layoutControlItem2.Name = "layoutControlItem2";
337
            this.layoutControlItem2.Size = new System.Drawing.Size(254, 42);
337
            this.layoutControlItem2.Size = new System.Drawing.Size(251, 40);
338 338
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
339 339
            this.layoutControlItem2.TextVisible = false;
340 340
            // 
......
342 342
            // 
343 343
            this.simpleLabelItem2.AllowHotTrack = false;
344 344
            this.simpleLabelItem2.AppearanceItemCaption.Options.UseForeColor = true;
345
            this.simpleLabelItem2.Location = new System.Drawing.Point(0, 60);
345
            this.simpleLabelItem2.Location = new System.Drawing.Point(0, 58);
346 346
            this.simpleLabelItem2.MaxSize = new System.Drawing.Size(51, 18);
347 347
            this.simpleLabelItem2.MinSize = new System.Drawing.Size(51, 18);
348 348
            this.simpleLabelItem2.Name = "simpleLabelItem2";
......
356 356
            // 
357 357
            this.simpleLabelItem1.AllowHotTrack = false;
358 358
            this.simpleLabelItem1.AppearanceItemCaption.Options.UseForeColor = true;
359
            this.simpleLabelItem1.Location = new System.Drawing.Point(0, 42);
359
            this.simpleLabelItem1.Location = new System.Drawing.Point(0, 40);
360 360
            this.simpleLabelItem1.MaxSize = new System.Drawing.Size(78, 18);
361 361
            this.simpleLabelItem1.MinSize = new System.Drawing.Size(78, 18);
362 362
            this.simpleLabelItem1.Name = "simpleLabelItem1";
......
374 374
            this.layoutControlItem4,
375 375
            this.labelItemMappingStatus,
376 376
            this.simpleLabelItem5});
377
            this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(944, 302);
377
            this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(955, 286);
378 378
            this.layoutControlGroupItemMapping.Name = "layoutControlGroupItemMapping";
379
            this.layoutControlGroupItemMapping.Size = new System.Drawing.Size(278, 124);
379
            this.layoutControlGroupItemMapping.Size = new System.Drawing.Size(275, 116);
380 380
            this.layoutControlGroupItemMapping.Text = "Item Mapping";
381 381
            // 
382 382
            // layoutControlItem4
......
384 384
            this.layoutControlItem4.Control = this.btnItemMapping;
385 385
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
386 386
            this.layoutControlItem4.Name = "layoutControlItem4";
387
            this.layoutControlItem4.Size = new System.Drawing.Size(254, 42);
387
            this.layoutControlItem4.Size = new System.Drawing.Size(251, 40);
388 388
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
389 389
            this.layoutControlItem4.TextVisible = false;
390 390
            // 
......
392 392
            // 
393 393
            this.labelItemMappingStatus.AllowHotTrack = false;
394 394
            this.labelItemMappingStatus.AppearanceItemCaption.Options.UseForeColor = true;
395
            this.labelItemMappingStatus.Location = new System.Drawing.Point(51, 42);
395
            this.labelItemMappingStatus.Location = new System.Drawing.Point(51, 40);
396 396
            this.labelItemMappingStatus.Name = "labelItemMappingStatus";
397
            this.labelItemMappingStatus.Size = new System.Drawing.Size(203, 18);
397
            this.labelItemMappingStatus.Size = new System.Drawing.Size(200, 18);
398 398
            this.labelItemMappingStatus.Text = "MappingStatus";
399 399
            this.labelItemMappingStatus.TextSize = new System.Drawing.Size(93, 14);
400 400
            // 
......
402 402
            // 
403 403
            this.simpleLabelItem5.AllowHotTrack = false;
404 404
            this.simpleLabelItem5.AppearanceItemCaption.Options.UseForeColor = true;
405
            this.simpleLabelItem5.Location = new System.Drawing.Point(0, 42);
405
            this.simpleLabelItem5.Location = new System.Drawing.Point(0, 40);
406 406
            this.simpleLabelItem5.MaxSize = new System.Drawing.Size(51, 18);
407 407
            this.simpleLabelItem5.MinSize = new System.Drawing.Size(51, 18);
408 408
            this.simpleLabelItem5.Name = "simpleLabelItem5";
......
430 430
            this.emptySpaceItem5});
431 431
            this.layoutControlGroupAutoConverter.Location = new System.Drawing.Point(0, 0);
432 432
            this.layoutControlGroupAutoConverter.Name = "layoutControlGroupAutoConverter";
433
            this.layoutControlGroupAutoConverter.Size = new System.Drawing.Size(939, 554);
433
            this.layoutControlGroupAutoConverter.Size = new System.Drawing.Size(945, 553);
434 434
            this.layoutControlGroupAutoConverter.Text = "Auto Converter";
435 435
            // 
436 436
            // layoutControlItem1
......
438 438
            this.layoutControlItem1.Control = this.gridControlConverter;
439 439
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 42);
440 440
            this.layoutControlItem1.Name = "layoutControlItem1";
441
            this.layoutControlItem1.Size = new System.Drawing.Size(915, 448);
441
            this.layoutControlItem1.Size = new System.Drawing.Size(921, 453);
442 442
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
443 443
            this.layoutControlItem1.TextVisible = false;
444 444
            // 
......
459 459
            this.emptySpaceItem2.AllowHotTrack = false;
460 460
            this.emptySpaceItem2.Location = new System.Drawing.Point(236, 0);
461 461
            this.emptySpaceItem2.Name = "emptySpaceItem2";
462
            this.emptySpaceItem2.Size = new System.Drawing.Size(596, 18);
462
            this.emptySpaceItem2.Size = new System.Drawing.Size(602, 18);
463 463
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
464 464
            // 
465 465
            // layoutControlItem6
466 466
            // 
467 467
            this.layoutControlItem6.Control = this.btnRun;
468
            this.layoutControlItem6.Location = new System.Drawing.Point(832, 0);
468
            this.layoutControlItem6.Location = new System.Drawing.Point(838, 0);
469 469
            this.layoutControlItem6.MaxSize = new System.Drawing.Size(83, 40);
470 470
            this.layoutControlItem6.MinSize = new System.Drawing.Size(83, 40);
471 471
            this.layoutControlItem6.Name = "layoutControlItem6";
......
477 477
            // layoutControlItem3
478 478
            // 
479 479
            this.layoutControlItem3.Control = this.buttonEditDefaultUnit;
480
            this.layoutControlItem3.Location = new System.Drawing.Point(299, 18);
480
            this.layoutControlItem3.Location = new System.Drawing.Point(300, 18);
481 481
            this.layoutControlItem3.Name = "layoutControlItem3";
482
            this.layoutControlItem3.Size = new System.Drawing.Size(189, 24);
482
            this.layoutControlItem3.Size = new System.Drawing.Size(191, 24);
483 483
            this.layoutControlItem3.Text = "Default Unit";
484 484
            this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
485 485
            this.layoutControlItem3.TextSize = new System.Drawing.Size(65, 14);
......
488 488
            // layoutControlItem8
489 489
            // 
490 490
            this.layoutControlItem8.Control = this.comboBoxEditDefaultTemplate;
491
            this.layoutControlItem8.Location = new System.Drawing.Point(488, 18);
491
            this.layoutControlItem8.Location = new System.Drawing.Point(491, 18);
492 492
            this.layoutControlItem8.Name = "layoutControlItem8";
493
            this.layoutControlItem8.Size = new System.Drawing.Size(218, 24);
493
            this.layoutControlItem8.Size = new System.Drawing.Size(220, 24);
494 494
            this.layoutControlItem8.Text = "Default Template";
495 495
            this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
496 496
            this.layoutControlItem8.TextSize = new System.Drawing.Size(95, 14);
......
501 501
            this.emptySpaceItem3.AllowHotTrack = false;
502 502
            this.emptySpaceItem3.Location = new System.Drawing.Point(236, 18);
503 503
            this.emptySpaceItem3.Name = "emptySpaceItem3";
504
            this.emptySpaceItem3.Size = new System.Drawing.Size(63, 24);
504
            this.emptySpaceItem3.Size = new System.Drawing.Size(64, 24);
505 505
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
506 506
            // 
507 507
            // layoutControlItem9
......
527 527
            // layoutControlItem10
528 528
            // 
529 529
            this.layoutControlItem10.Control = this.checkEditCloseDocument;
530
            this.layoutControlItem10.Location = new System.Drawing.Point(717, 18);
530
            this.layoutControlItem10.Location = new System.Drawing.Point(723, 18);
531 531
            this.layoutControlItem10.MaxSize = new System.Drawing.Size(115, 24);
532 532
            this.layoutControlItem10.MinSize = new System.Drawing.Size(115, 24);
533 533
            this.layoutControlItem10.Name = "layoutControlItem10";
......
539 539
            // emptySpaceItem5
540 540
            // 
541 541
            this.emptySpaceItem5.AllowHotTrack = false;
542
            this.emptySpaceItem5.Location = new System.Drawing.Point(706, 18);
542
            this.emptySpaceItem5.Location = new System.Drawing.Point(711, 18);
543 543
            this.emptySpaceItem5.Name = "emptySpaceItem5";
544
            this.emptySpaceItem5.Size = new System.Drawing.Size(11, 24);
544
            this.emptySpaceItem5.Size = new System.Drawing.Size(12, 24);
545 545
            this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
546 546
            // 
547 547
            // emptySpaceItem1
548 548
            // 
549 549
            this.emptySpaceItem1.AllowHotTrack = false;
550
            this.emptySpaceItem1.Location = new System.Drawing.Point(944, 426);
550
            this.emptySpaceItem1.Location = new System.Drawing.Point(955, 402);
551 551
            this.emptySpaceItem1.Name = "emptySpaceItem1";
552
            this.emptySpaceItem1.Size = new System.Drawing.Size(278, 128);
552
            this.emptySpaceItem1.Size = new System.Drawing.Size(275, 151);
553 553
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
554 554
            // 
555 555
            // layoutControlGroupID2Project
......
564 564
            this.layoutControlItem7,
565 565
            this.labelDBType,
566 566
            this.simpleLabelItem7});
567
            this.layoutControlGroupID2Project.Location = new System.Drawing.Point(944, 0);
567
            this.layoutControlGroupID2Project.Location = new System.Drawing.Point(955, 0);
568 568
            this.layoutControlGroupID2Project.Name = "layoutControlGroupID2Project";
569
            this.layoutControlGroupID2Project.Size = new System.Drawing.Size(278, 160);
569
            this.layoutControlGroupID2Project.Size = new System.Drawing.Size(275, 152);
570 570
            this.layoutControlGroupID2Project.Text = "ID2 Project";
571 571
            // 
572 572
            // labelID2ProjectName
573 573
            // 
574 574
            this.labelID2ProjectName.AllowHotTrack = false;
575 575
            this.labelID2ProjectName.AppearanceItemCaption.Options.UseForeColor = true;
576
            this.labelID2ProjectName.Location = new System.Drawing.Point(90, 42);
576
            this.labelID2ProjectName.Location = new System.Drawing.Point(90, 40);
577 577
            this.labelID2ProjectName.Name = "labelID2ProjectName";
578
            this.labelID2ProjectName.Size = new System.Drawing.Size(164, 18);
578
            this.labelID2ProjectName.Size = new System.Drawing.Size(161, 18);
579 579
            this.labelID2ProjectName.Text = "ID2ProjectName";
580 580
            this.labelID2ProjectName.TextSize = new System.Drawing.Size(93, 14);
581 581
            // 
......
583 583
            // 
584 584
            this.labelID2ProjectStatus.AllowHotTrack = false;
585 585
            this.labelID2ProjectStatus.AppearanceItemCaption.Options.UseForeColor = true;
586
            this.labelID2ProjectStatus.Location = new System.Drawing.Point(51, 78);
586
            this.labelID2ProjectStatus.Location = new System.Drawing.Point(51, 76);
587 587
            this.labelID2ProjectStatus.Name = "labelID2ProjectStatus";
588
            this.labelID2ProjectStatus.Size = new System.Drawing.Size(203, 18);
588
            this.labelID2ProjectStatus.Size = new System.Drawing.Size(200, 18);
589 589
            this.labelID2ProjectStatus.Text = "ID2ProjectStatus";
590 590
            this.labelID2ProjectStatus.TextSize = new System.Drawing.Size(93, 14);
591 591
            // 
......
593 593
            // 
594 594
            this.simpleLabelItem3.AllowHotTrack = false;
595 595
            this.simpleLabelItem3.AppearanceItemCaption.Options.UseForeColor = true;
596
            this.simpleLabelItem3.Location = new System.Drawing.Point(0, 42);
596
            this.simpleLabelItem3.Location = new System.Drawing.Point(0, 40);
597 597
            this.simpleLabelItem3.MaxSize = new System.Drawing.Size(90, 18);
598 598
            this.simpleLabelItem3.MinSize = new System.Drawing.Size(90, 18);
599 599
            this.simpleLabelItem3.Name = "simpleLabelItem3";
......
607 607
            // 
608 608
            this.simpleLabelItem4.AllowHotTrack = false;
609 609
            this.simpleLabelItem4.AppearanceItemCaption.Options.UseForeColor = true;
610
            this.simpleLabelItem4.Location = new System.Drawing.Point(0, 78);
610
            this.simpleLabelItem4.Location = new System.Drawing.Point(0, 76);
611 611
            this.simpleLabelItem4.MaxSize = new System.Drawing.Size(51, 18);
612 612
            this.simpleLabelItem4.MinSize = new System.Drawing.Size(51, 18);
613 613
            this.simpleLabelItem4.Name = "simpleLabelItem4";
......
622 622
            this.layoutControlItem7.Control = this.btnID2DB;
623 623
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
624 624
            this.layoutControlItem7.Name = "layoutControlItem7";
625
            this.layoutControlItem7.Size = new System.Drawing.Size(254, 42);
625
            this.layoutControlItem7.Size = new System.Drawing.Size(251, 40);
626 626
            this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
627 627
            this.layoutControlItem7.TextVisible = false;
628 628
            // 
......
630 630
            // 
631 631
            this.labelDBType.AllowHotTrack = false;
632 632
            this.labelDBType.AppearanceItemCaption.Options.UseForeColor = true;
633
            this.labelDBType.Location = new System.Drawing.Point(63, 60);
633
            this.labelDBType.Location = new System.Drawing.Point(63, 58);
634 634
            this.labelDBType.MinSize = new System.Drawing.Size(97, 18);
635 635
            this.labelDBType.Name = "labelDBType";
636
            this.labelDBType.Size = new System.Drawing.Size(191, 18);
636
            this.labelDBType.Size = new System.Drawing.Size(188, 18);
637 637
            this.labelDBType.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
638 638
            this.labelDBType.Text = "DB Type";
639 639
            this.labelDBType.TextSize = new System.Drawing.Size(93, 14);
......
642 642
            // 
643 643
            this.simpleLabelItem7.AllowHotTrack = false;
644 644
            this.simpleLabelItem7.AppearanceItemCaption.Options.UseForeColor = true;
645
            this.simpleLabelItem7.Location = new System.Drawing.Point(0, 60);
645
            this.simpleLabelItem7.Location = new System.Drawing.Point(0, 58);
646 646
            this.simpleLabelItem7.MaxSize = new System.Drawing.Size(63, 18);
647 647
            this.simpleLabelItem7.MinSize = new System.Drawing.Size(63, 18);
648 648
            this.simpleLabelItem7.Name = "simpleLabelItem7";
......
655 655
            // splitterItem1
656 656
            // 
657 657
            this.splitterItem1.AllowHotTrack = true;
658
            this.splitterItem1.Location = new System.Drawing.Point(939, 0);
658
            this.splitterItem1.Location = new System.Drawing.Point(945, 0);
659 659
            this.splitterItem1.Name = "splitterItem1";
660
            this.splitterItem1.Size = new System.Drawing.Size(5, 554);
660
            this.splitterItem1.Size = new System.Drawing.Size(10, 553);
661 661
            // 
662 662
            // xtraFolderBrowserDialog
663 663
            // 
......
675 675
            // 
676 676
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
677 677
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
678
            this.ClientSize = new System.Drawing.Size(1242, 601);
678
            this.ClientSize = new System.Drawing.Size(1250, 605);
679 679
            this.Controls.Add(this.layoutControl1);
680 680
            this.Controls.Add(this.ribbonControl);
681 681
            this.Name = "ConverterForm";

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)