프로젝트

일반

사용자정보

개정판 a6912a12

IDa6912a125f456404992aa008581ffbcec3db6489
상위 0fca6839
하위 3d7ff99c

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

dev issue #507 : ui

Change-Id: I70c3e80352db387fde6c5a3c20fd69f83036f83b

차이점 보기:

DTI_PID/SPPIDConverter/ConverterForm.Designer.cs
32 32
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterForm));
33 33
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
34 34
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
35
            this.checkEditCloseDocument = new DevExpress.XtraEditors.CheckEdit();
35 36
            this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
36 37
            this.comboBoxEditDefaultTemplate = new DevExpress.XtraEditors.ComboBoxEdit();
37 38
            this.buttonEditDefaultUnit = new DevExpress.XtraEditors.ButtonEdit();
......
63 64
            this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
64 65
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
65 66
            this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
67
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
68
            this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
66 69
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
67 70
            this.layoutControlGroupID2Project = new DevExpress.XtraLayout.LayoutControlGroup();
68 71
            this.labelID2ProjectName = new DevExpress.XtraLayout.SimpleLabelItem();
......
73 76
            this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
74 77
            this.xtraFolderBrowserDialog = new DevExpress.XtraEditors.XtraFolderBrowserDialog(this.components);
75 78
            this.xtraOpenFileDialog = new DevExpress.XtraEditors.XtraOpenFileDialog(this.components);
76
            this.checkEditCloseDocument = new DevExpress.XtraEditors.CheckEdit();
77
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
78
            this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
79 79
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
80 80
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
81 81
            this.layoutControl1.SuspendLayout();
82
            ((System.ComponentModel.ISupportInitialize)(this.checkEditCloseDocument.Properties)).BeginInit();
82 83
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditDefaultTemplate.Properties)).BeginInit();
83 84
            ((System.ComponentModel.ISupportInitialize)(this.buttonEditDefaultUnit.Properties)).BeginInit();
84 85
            ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).BeginInit();
......
105 106
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
106 107
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
107 108
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
109
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
110
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
108 111
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
109 112
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).BeginInit();
110 113
            ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).BeginInit();
......
113 116
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit();
114 117
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit();
115 118
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
116
            ((System.ComponentModel.ISupportInitialize)(this.checkEditCloseDocument.Properties)).BeginInit();
117
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
118
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
119 119
            this.SuspendLayout();
120 120
            // 
121 121
            // ribbonControl
......
130 130
            this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
131 131
            this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
132 132
            this.ribbonControl.ShowToolbarCustomizeItem = false;
133
            this.ribbonControl.Size = new System.Drawing.Size(1234, 27);
133
            this.ribbonControl.Size = new System.Drawing.Size(1234, 32);
134 134
            this.ribbonControl.Toolbar.ShowCustomizeItem = false;
135 135
            // 
136 136
            // layoutControl1
......
146 146
            this.layoutControl1.Controls.Add(this.gridControlConverter);
147 147
            this.layoutControl1.Controls.Add(this.btnID2Project);
148 148
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
149
            this.layoutControl1.Location = new System.Drawing.Point(0, 27);
149
            this.layoutControl1.Location = new System.Drawing.Point(0, 32);
150 150
            this.layoutControl1.Name = "layoutControl1";
151 151
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(982, 292, 650, 400);
152 152
            this.layoutControl1.Root = this.Root;
153
            this.layoutControl1.Size = new System.Drawing.Size(1234, 570);
153
            this.layoutControl1.Size = new System.Drawing.Size(1234, 565);
154 154
            this.layoutControl1.TabIndex = 1;
155 155
            this.layoutControl1.Text = "layoutControl1";
156 156
            // 
157
            // checkEditCloseDocument
158
            // 
159
            this.checkEditCloseDocument.Location = new System.Drawing.Point(744, 76);
160
            this.checkEditCloseDocument.MenuManager = this.ribbonControl;
161
            this.checkEditCloseDocument.Name = "checkEditCloseDocument";
162
            this.checkEditCloseDocument.Properties.Caption = "Close Document";
163
            this.checkEditCloseDocument.Size = new System.Drawing.Size(111, 18);
164
            this.checkEditCloseDocument.StyleController = this.layoutControl1;
165
            this.checkEditCloseDocument.TabIndex = 14;
166
            // 
157 167
            // btnRefresh
158 168
            // 
159 169
            this.btnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRefresh.ImageOptions.SvgImage")));
160
            this.btnRefresh.Location = new System.Drawing.Point(155, 64);
170
            this.btnRefresh.Location = new System.Drawing.Point(155, 58);
161 171
            this.btnRefresh.Name = "btnRefresh";
162 172
            this.btnRefresh.Size = new System.Drawing.Size(101, 38);
163 173
            this.btnRefresh.StyleController = this.layoutControl1;
......
167 177
            // 
168 178
            // comboBoxEditDefaultTemplate
169 179
            // 
170
            this.comboBoxEditDefaultTemplate.Location = new System.Drawing.Point(642, 82);
180
            this.comboBoxEditDefaultTemplate.Location = new System.Drawing.Point(613, 76);
171 181
            this.comboBoxEditDefaultTemplate.MenuManager = this.ribbonControl;
172 182
            this.comboBoxEditDefaultTemplate.Name = "comboBoxEditDefaultTemplate";
173 183
            this.comboBoxEditDefaultTemplate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
174 184
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
175 185
            this.comboBoxEditDefaultTemplate.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
176
            this.comboBoxEditDefaultTemplate.Size = new System.Drawing.Size(88, 20);
186
            this.comboBoxEditDefaultTemplate.Size = new System.Drawing.Size(117, 20);
177 187
            this.comboBoxEditDefaultTemplate.StyleController = this.layoutControl1;
178 188
            this.comboBoxEditDefaultTemplate.TabIndex = 12;
179 189
            this.comboBoxEditDefaultTemplate.SelectedIndexChanged += new System.EventHandler(this.comboBoxEditDefaultTemplate_SelectedIndexChanged);
180 190
            // 
181 191
            // buttonEditDefaultUnit
182 192
            // 
183
            this.buttonEditDefaultUnit.Location = new System.Drawing.Point(393, 82);
193
            this.buttonEditDefaultUnit.Location = new System.Drawing.Point(393, 76);
184 194
            this.buttonEditDefaultUnit.MenuManager = this.ribbonControl;
185 195
            this.buttonEditDefaultUnit.Name = "buttonEditDefaultUnit";
186 196
            this.buttonEditDefaultUnit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
187 197
            new DevExpress.XtraEditors.Controls.EditorButton()});
188 198
            this.buttonEditDefaultUnit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
189
            this.buttonEditDefaultUnit.Size = new System.Drawing.Size(145, 20);
199
            this.buttonEditDefaultUnit.Size = new System.Drawing.Size(116, 20);
190 200
            this.buttonEditDefaultUnit.StyleController = this.layoutControl1;
191 201
            this.buttonEditDefaultUnit.TabIndex = 11;
192 202
            this.buttonEditDefaultUnit.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEditDefaulUnit_ButtonClick);
......
195 205
            // btnRun
196 206
            // 
197 207
            this.btnRun.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRun.ImageOptions.SvgImage")));
198
            this.btnRun.Location = new System.Drawing.Point(859, 64);
208
            this.btnRun.Location = new System.Drawing.Point(859, 58);
199 209
            this.btnRun.Name = "btnRun";
200 210
            this.btnRun.Size = new System.Drawing.Size(79, 36);
201 211
            this.btnRun.StyleController = this.layoutControl1;
......
206 216
            // btnLoadFile
207 217
            // 
208 218
            this.btnLoadFile.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLoadFile.ImageOptions.SvgImage")));
209
            this.btnLoadFile.Location = new System.Drawing.Point(24, 64);
219
            this.btnLoadFile.Location = new System.Drawing.Point(24, 58);
210 220
            this.btnLoadFile.Name = "btnLoadFile";
211 221
            this.btnLoadFile.Size = new System.Drawing.Size(110, 36);
212 222
            this.btnLoadFile.StyleController = this.layoutControl1;
......
217 227
            // btnItemMapping
218 228
            // 
219 229
            this.btnItemMapping.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnItemMapping.ImageOptions.SvgImage")));
220
            this.btnItemMapping.Location = new System.Drawing.Point(971, 330);
230
            this.btnItemMapping.Location = new System.Drawing.Point(976, 310);
221 231
            this.btnItemMapping.Name = "btnItemMapping";
222
            this.btnItemMapping.Size = new System.Drawing.Size(239, 38);
232
            this.btnItemMapping.Size = new System.Drawing.Size(234, 36);
223 233
            this.btnItemMapping.StyleController = this.layoutControl1;
224 234
            this.btnItemMapping.TabIndex = 7;
225 235
            this.btnItemMapping.Text = "Item Mapping Setting";
......
228 238
            // btnSPPIDDB
229 239
            // 
230 240
            this.btnSPPIDDB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDDB.ImageOptions.SvgImage")));
231
            this.btnSPPIDDB.Location = new System.Drawing.Point(971, 188);
241
            this.btnSPPIDDB.Location = new System.Drawing.Point(976, 176);
232 242
            this.btnSPPIDDB.Name = "btnSPPIDDB";
233
            this.btnSPPIDDB.Size = new System.Drawing.Size(239, 38);
243
            this.btnSPPIDDB.Size = new System.Drawing.Size(234, 36);
234 244
            this.btnSPPIDDB.StyleController = this.layoutControl1;
235 245
            this.btnSPPIDDB.TabIndex = 5;
236 246
            this.btnSPPIDDB.Text = "Setting";
......
238 248
            // 
239 249
            // gridControlConverter
240 250
            // 
241
            this.gridControlConverter.Location = new System.Drawing.Point(24, 106);
251
            this.gridControlConverter.Location = new System.Drawing.Point(24, 100);
242 252
            this.gridControlConverter.MainView = this.gridViewConverter;
243 253
            this.gridControlConverter.MenuManager = this.ribbonControl;
244 254
            this.gridControlConverter.Name = "gridControlConverter";
245
            this.gridControlConverter.Size = new System.Drawing.Size(914, 440);
255
            this.gridControlConverter.Size = new System.Drawing.Size(914, 441);
246 256
            this.gridControlConverter.TabIndex = 4;
247 257
            this.gridControlConverter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
248 258
            this.gridViewConverter});
......
257 267
            // 
258 268
            // btnID2Project
259 269
            // 
260
            this.btnID2Project.Location = new System.Drawing.Point(1009, 64);
270
            this.btnID2Project.Location = new System.Drawing.Point(1014, 58);
261 271
            this.btnID2Project.MenuManager = this.ribbonControl;
262 272
            this.btnID2Project.Name = "btnID2Project";
263 273
            this.btnID2Project.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
264 274
            new DevExpress.XtraEditors.Controls.EditorButton()});
265 275
            this.btnID2Project.Properties.ReadOnly = true;
266
            this.btnID2Project.Size = new System.Drawing.Size(201, 20);
276
            this.btnID2Project.Size = new System.Drawing.Size(196, 20);
267 277
            this.btnID2Project.StyleController = this.layoutControl1;
268 278
            this.btnID2Project.TabIndex = 10;
269 279
            this.btnID2Project.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnID2Project_ButtonClick);
......
280 290
            this.layoutControlGroupID2Project,
281 291
            this.splitterItem1});
282 292
            this.Root.Name = "Root";
283
            this.Root.Size = new System.Drawing.Size(1234, 570);
293
            this.Root.Size = new System.Drawing.Size(1234, 565);
284 294
            this.Root.TextVisible = false;
285 295
            // 
286 296
            // layoutControlGroupSPPIDDB
......
293 303
            this.layoutControlItem2,
294 304
            this.simpleLabelItem2,
295 305
            this.simpleLabelItem1});
296
            this.layoutControlGroupSPPIDDB.Location = new System.Drawing.Point(947, 124);
306
            this.layoutControlGroupSPPIDDB.Location = new System.Drawing.Point(952, 118);
297 307
            this.layoutControlGroupSPPIDDB.Name = "layoutControlGroupSPPIDDB";
298
            this.layoutControlGroupSPPIDDB.Size = new System.Drawing.Size(267, 142);
308
            this.layoutControlGroupSPPIDDB.Size = new System.Drawing.Size(262, 134);
299 309
            this.layoutControlGroupSPPIDDB.Text = "SPPID DB";
300 310
            // 
301 311
            // labelSPPIDPlantName
302 312
            // 
303 313
            this.labelSPPIDPlantName.AllowHotTrack = false;
304 314
            this.labelSPPIDPlantName.AppearanceItemCaption.Options.UseForeColor = true;
305
            this.labelSPPIDPlantName.Location = new System.Drawing.Point(78, 42);
315
            this.labelSPPIDPlantName.Location = new System.Drawing.Point(78, 40);
306 316
            this.labelSPPIDPlantName.Name = "labelSPPIDPlantName";
307
            this.labelSPPIDPlantName.Size = new System.Drawing.Size(165, 18);
317
            this.labelSPPIDPlantName.Size = new System.Drawing.Size(160, 18);
308 318
            this.labelSPPIDPlantName.Text = "SPPIDPlantName";
309 319
            this.labelSPPIDPlantName.TextSize = new System.Drawing.Size(93, 14);
310 320
            // 
......
312 322
            // 
313 323
            this.labelSPPIDDBStatus.AllowHotTrack = false;
314 324
            this.labelSPPIDDBStatus.AppearanceItemCaption.Options.UseForeColor = true;
315
            this.labelSPPIDDBStatus.Location = new System.Drawing.Point(51, 60);
325
            this.labelSPPIDDBStatus.Location = new System.Drawing.Point(51, 58);
316 326
            this.labelSPPIDDBStatus.Name = "labelSPPIDDBStatus";
317
            this.labelSPPIDDBStatus.Size = new System.Drawing.Size(192, 18);
327
            this.labelSPPIDDBStatus.Size = new System.Drawing.Size(187, 18);
318 328
            this.labelSPPIDDBStatus.Text = "SPPIDDBStatus";
319 329
            this.labelSPPIDDBStatus.TextSize = new System.Drawing.Size(93, 14);
320 330
            // 
......
323 333
            this.layoutControlItem2.Control = this.btnSPPIDDB;
324 334
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
325 335
            this.layoutControlItem2.Name = "layoutControlItem2";
326
            this.layoutControlItem2.Size = new System.Drawing.Size(243, 42);
336
            this.layoutControlItem2.Size = new System.Drawing.Size(238, 40);
327 337
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
328 338
            this.layoutControlItem2.TextVisible = false;
329 339
            // 
......
331 341
            // 
332 342
            this.simpleLabelItem2.AllowHotTrack = false;
333 343
            this.simpleLabelItem2.AppearanceItemCaption.Options.UseForeColor = true;
334
            this.simpleLabelItem2.Location = new System.Drawing.Point(0, 60);
344
            this.simpleLabelItem2.Location = new System.Drawing.Point(0, 58);
335 345
            this.simpleLabelItem2.MaxSize = new System.Drawing.Size(51, 18);
336 346
            this.simpleLabelItem2.MinSize = new System.Drawing.Size(51, 18);
337 347
            this.simpleLabelItem2.Name = "simpleLabelItem2";
......
345 355
            // 
346 356
            this.simpleLabelItem1.AllowHotTrack = false;
347 357
            this.simpleLabelItem1.AppearanceItemCaption.Options.UseForeColor = true;
348
            this.simpleLabelItem1.Location = new System.Drawing.Point(0, 42);
358
            this.simpleLabelItem1.Location = new System.Drawing.Point(0, 40);
349 359
            this.simpleLabelItem1.MaxSize = new System.Drawing.Size(78, 18);
350 360
            this.simpleLabelItem1.MinSize = new System.Drawing.Size(78, 18);
351 361
            this.simpleLabelItem1.Name = "simpleLabelItem1";
......
363 373
            this.layoutControlItem4,
364 374
            this.labelItemMappingStatus,
365 375
            this.simpleLabelItem5});
366
            this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(947, 266);
376
            this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(952, 252);
367 377
            this.layoutControlGroupItemMapping.Name = "layoutControlGroupItemMapping";
368
            this.layoutControlGroupItemMapping.Size = new System.Drawing.Size(267, 124);
378
            this.layoutControlGroupItemMapping.Size = new System.Drawing.Size(262, 116);
369 379
            this.layoutControlGroupItemMapping.Text = "Item Mapping";
370 380
            // 
371 381
            // layoutControlItem4
......
373 383
            this.layoutControlItem4.Control = this.btnItemMapping;
374 384
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
375 385
            this.layoutControlItem4.Name = "layoutControlItem4";
376
            this.layoutControlItem4.Size = new System.Drawing.Size(243, 42);
386
            this.layoutControlItem4.Size = new System.Drawing.Size(238, 40);
377 387
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
378 388
            this.layoutControlItem4.TextVisible = false;
379 389
            // 
......
381 391
            // 
382 392
            this.labelItemMappingStatus.AllowHotTrack = false;
383 393
            this.labelItemMappingStatus.AppearanceItemCaption.Options.UseForeColor = true;
384
            this.labelItemMappingStatus.Location = new System.Drawing.Point(51, 42);
394
            this.labelItemMappingStatus.Location = new System.Drawing.Point(51, 40);
385 395
            this.labelItemMappingStatus.Name = "labelItemMappingStatus";
386
            this.labelItemMappingStatus.Size = new System.Drawing.Size(192, 18);
396
            this.labelItemMappingStatus.Size = new System.Drawing.Size(187, 18);
387 397
            this.labelItemMappingStatus.Text = "MappingStatus";
388 398
            this.labelItemMappingStatus.TextSize = new System.Drawing.Size(93, 14);
389 399
            // 
......
391 401
            // 
392 402
            this.simpleLabelItem5.AllowHotTrack = false;
393 403
            this.simpleLabelItem5.AppearanceItemCaption.Options.UseForeColor = true;
394
            this.simpleLabelItem5.Location = new System.Drawing.Point(0, 42);
404
            this.simpleLabelItem5.Location = new System.Drawing.Point(0, 40);
395 405
            this.simpleLabelItem5.MaxSize = new System.Drawing.Size(51, 18);
396 406
            this.simpleLabelItem5.MinSize = new System.Drawing.Size(51, 18);
397 407
            this.simpleLabelItem5.Name = "simpleLabelItem5";
......
419 429
            this.emptySpaceItem5});
420 430
            this.layoutControlGroupAutoConverter.Location = new System.Drawing.Point(0, 0);
421 431
            this.layoutControlGroupAutoConverter.Name = "layoutControlGroupAutoConverter";
422
            this.layoutControlGroupAutoConverter.Size = new System.Drawing.Size(942, 550);
432
            this.layoutControlGroupAutoConverter.Size = new System.Drawing.Size(942, 545);
423 433
            this.layoutControlGroupAutoConverter.Text = "Auto Converter";
424 434
            // 
425 435
            // layoutControlItem1
......
427 437
            this.layoutControlItem1.Control = this.gridControlConverter;
428 438
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 42);
429 439
            this.layoutControlItem1.Name = "layoutControlItem1";
430
            this.layoutControlItem1.Size = new System.Drawing.Size(918, 444);
440
            this.layoutControlItem1.Size = new System.Drawing.Size(918, 445);
431 441
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
432 442
            this.layoutControlItem1.TextVisible = false;
433 443
            // 
......
468 478
            this.layoutControlItem3.Control = this.buttonEditDefaultUnit;
469 479
            this.layoutControlItem3.Location = new System.Drawing.Point(299, 18);
470 480
            this.layoutControlItem3.Name = "layoutControlItem3";
471
            this.layoutControlItem3.Size = new System.Drawing.Size(219, 24);
481
            this.layoutControlItem3.Size = new System.Drawing.Size(190, 24);
472 482
            this.layoutControlItem3.Text = "Default Unit";
473 483
            this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
474 484
            this.layoutControlItem3.TextSize = new System.Drawing.Size(65, 14);
......
477 487
            // layoutControlItem8
478 488
            // 
479 489
            this.layoutControlItem8.Control = this.comboBoxEditDefaultTemplate;
480
            this.layoutControlItem8.Location = new System.Drawing.Point(518, 18);
490
            this.layoutControlItem8.Location = new System.Drawing.Point(489, 18);
481 491
            this.layoutControlItem8.Name = "layoutControlItem8";
482
            this.layoutControlItem8.Size = new System.Drawing.Size(192, 24);
492
            this.layoutControlItem8.Size = new System.Drawing.Size(221, 24);
483 493
            this.layoutControlItem8.Text = "Default Template";
484 494
            this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
485 495
            this.layoutControlItem8.TextSize = new System.Drawing.Size(95, 14);
......
513 523
            this.emptySpaceItem4.Size = new System.Drawing.Size(17, 42);
514 524
            this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
515 525
            // 
526
            // layoutControlItem10
527
            // 
528
            this.layoutControlItem10.Control = this.checkEditCloseDocument;
529
            this.layoutControlItem10.Location = new System.Drawing.Point(720, 18);
530
            this.layoutControlItem10.MaxSize = new System.Drawing.Size(115, 24);
531
            this.layoutControlItem10.MinSize = new System.Drawing.Size(115, 24);
532
            this.layoutControlItem10.Name = "layoutControlItem10";
533
            this.layoutControlItem10.Size = new System.Drawing.Size(115, 24);
534
            this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
535
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
536
            this.layoutControlItem10.TextVisible = false;
537
            // 
538
            // emptySpaceItem5
539
            // 
540
            this.emptySpaceItem5.AllowHotTrack = false;
541
            this.emptySpaceItem5.Location = new System.Drawing.Point(710, 18);
542
            this.emptySpaceItem5.Name = "emptySpaceItem5";
543
            this.emptySpaceItem5.Size = new System.Drawing.Size(10, 24);
544
            this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
545
            // 
516 546
            // emptySpaceItem1
517 547
            // 
518 548
            this.emptySpaceItem1.AllowHotTrack = false;
519
            this.emptySpaceItem1.Location = new System.Drawing.Point(947, 390);
549
            this.emptySpaceItem1.Location = new System.Drawing.Point(952, 368);
520 550
            this.emptySpaceItem1.Name = "emptySpaceItem1";
521
            this.emptySpaceItem1.Size = new System.Drawing.Size(267, 160);
551
            this.emptySpaceItem1.Size = new System.Drawing.Size(262, 177);
522 552
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
523 553
            // 
524 554
            // layoutControlGroupID2Project
......
531 561
            this.layoutControlItem7,
532 562
            this.simpleLabelItem3,
533 563
            this.simpleLabelItem4});
534
            this.layoutControlGroupID2Project.Location = new System.Drawing.Point(947, 0);
564
            this.layoutControlGroupID2Project.Location = new System.Drawing.Point(952, 0);
535 565
            this.layoutControlGroupID2Project.Name = "layoutControlGroupID2Project";
536
            this.layoutControlGroupID2Project.Size = new System.Drawing.Size(267, 124);
566
            this.layoutControlGroupID2Project.Size = new System.Drawing.Size(262, 118);
537 567
            this.layoutControlGroupID2Project.Text = "ID2 Project";
538 568
            // 
539 569
            // labelID2ProjectName
......
542 572
            this.labelID2ProjectName.AppearanceItemCaption.Options.UseForeColor = true;
543 573
            this.labelID2ProjectName.Location = new System.Drawing.Point(90, 24);
544 574
            this.labelID2ProjectName.Name = "labelID2ProjectName";
545
            this.labelID2ProjectName.Size = new System.Drawing.Size(153, 18);
575
            this.labelID2ProjectName.Size = new System.Drawing.Size(148, 18);
546 576
            this.labelID2ProjectName.Text = "ID2ProjectName";
547 577
            this.labelID2ProjectName.TextSize = new System.Drawing.Size(93, 14);
548 578
            // 
......
552 582
            this.labelID2ProjectStatus.AppearanceItemCaption.Options.UseForeColor = true;
553 583
            this.labelID2ProjectStatus.Location = new System.Drawing.Point(51, 42);
554 584
            this.labelID2ProjectStatus.Name = "labelID2ProjectStatus";
555
            this.labelID2ProjectStatus.Size = new System.Drawing.Size(192, 18);
585
            this.labelID2ProjectStatus.Size = new System.Drawing.Size(187, 18);
556 586
            this.labelID2ProjectStatus.Text = "ID2ProjectStatus";
557 587
            this.labelID2ProjectStatus.TextSize = new System.Drawing.Size(93, 14);
558 588
            // 
......
561 591
            this.layoutControlItem7.Control = this.btnID2Project;
562 592
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
563 593
            this.layoutControlItem7.Name = "layoutControlItem7";
564
            this.layoutControlItem7.Size = new System.Drawing.Size(243, 24);
594
            this.layoutControlItem7.Size = new System.Drawing.Size(238, 24);
565 595
            this.layoutControlItem7.Text = "Path :";
566 596
            this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
567 597
            this.layoutControlItem7.TextSize = new System.Drawing.Size(33, 14);
......
600 630
            this.splitterItem1.AllowHotTrack = true;
601 631
            this.splitterItem1.Location = new System.Drawing.Point(942, 0);
602 632
            this.splitterItem1.Name = "splitterItem1";
603
            this.splitterItem1.Size = new System.Drawing.Size(5, 550);
633
            this.splitterItem1.Size = new System.Drawing.Size(10, 545);
604 634
            // 
605 635
            // xtraFolderBrowserDialog
606 636
            // 
......
613 643
            this.xtraOpenFileDialog.Filter = "Xml Files(*.xml)|*.xml";
614 644
            this.xtraOpenFileDialog.Multiselect = true;
615 645
            // 
616
            // checkEditCloseDocument
617
            // 
618
            this.checkEditCloseDocument.Location = new System.Drawing.Point(744, 82);
619
            this.checkEditCloseDocument.MenuManager = this.ribbonControl;
620
            this.checkEditCloseDocument.Name = "checkEditCloseDocument";
621
            this.checkEditCloseDocument.Properties.Caption = "Close Document";
622
            this.checkEditCloseDocument.Size = new System.Drawing.Size(111, 19);
623
            this.checkEditCloseDocument.StyleController = this.layoutControl1;
624
            this.checkEditCloseDocument.TabIndex = 14;
625
            // 
626
            // layoutControlItem10
627
            // 
628
            this.layoutControlItem10.Control = this.checkEditCloseDocument;
629
            this.layoutControlItem10.Location = new System.Drawing.Point(720, 18);
630
            this.layoutControlItem10.MaxSize = new System.Drawing.Size(115, 24);
631
            this.layoutControlItem10.MinSize = new System.Drawing.Size(115, 24);
632
            this.layoutControlItem10.Name = "layoutControlItem10";
633
            this.layoutControlItem10.Size = new System.Drawing.Size(115, 24);
634
            this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
635
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
636
            this.layoutControlItem10.TextVisible = false;
637
            // 
638
            // emptySpaceItem5
639
            // 
640
            this.emptySpaceItem5.AllowHotTrack = false;
641
            this.emptySpaceItem5.Location = new System.Drawing.Point(710, 18);
642
            this.emptySpaceItem5.Name = "emptySpaceItem5";
643
            this.emptySpaceItem5.Size = new System.Drawing.Size(10, 24);
644
            this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
645
            // 
646 646
            // ConverterForm
647 647
            // 
648 648
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
......
658 658
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
659 659
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
660 660
            this.layoutControl1.ResumeLayout(false);
661
            ((System.ComponentModel.ISupportInitialize)(this.checkEditCloseDocument.Properties)).EndInit();
661 662
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditDefaultTemplate.Properties)).EndInit();
662 663
            ((System.ComponentModel.ISupportInitialize)(this.buttonEditDefaultUnit.Properties)).EndInit();
663 664
            ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).EndInit();
......
684 685
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
685 686
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
686 687
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
688
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
689
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
687 690
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
688 691
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).EndInit();
689 692
            ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).EndInit();
......
692 695
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit();
693 696
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit();
694 697
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
695
            ((System.ComponentModel.ISupportInitialize)(this.checkEditCloseDocument.Properties)).EndInit();
696
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
697
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
698 698
            this.ResumeLayout(false);
699 699
            this.PerformLayout();
700 700

  

내보내기 Unified diff

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