개정판 9fcc54bb
dev issue #507 : samsung test source
Change-Id: I5706ec798ada240db3e4a9fed4b699fa2d64e63a
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(1250, 32);
|
|
136 |
this.ribbonControl.Size = new System.Drawing.Size(1258, 32);
|
|
137 | 137 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
138 | 138 |
// |
139 | 139 |
// layoutControl1 |
... | ... | |
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(1250, 573);
|
|
156 |
this.layoutControl1.Size = new System.Drawing.Size(1258, 577);
|
|
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(979, 58);
|
|
163 |
this.btnID2DB.Location = new System.Drawing.Point(985, 58);
|
|
164 | 164 |
this.btnID2DB.Name = "btnID2DB"; |
165 |
this.btnID2DB.Size = new System.Drawing.Size(247, 36);
|
|
165 |
this.btnID2DB.Size = new System.Drawing.Size(249, 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(747, 76);
|
|
173 |
this.checkEditCloseDocument.Location = new System.Drawing.Point(753, 76);
|
|
174 | 174 |
this.checkEditCloseDocument.MenuManager = this.ribbonControl; |
175 | 175 |
this.checkEditCloseDocument.Name = "checkEditCloseDocument"; |
176 | 176 |
this.checkEditCloseDocument.Properties.Caption = "Close Document"; |
... | ... | |
191 | 191 |
// |
192 | 192 |
// comboBoxEditDefaultTemplate |
193 | 193 |
// |
194 |
this.comboBoxEditDefaultTemplate.Location = new System.Drawing.Point(615, 76);
|
|
194 |
this.comboBoxEditDefaultTemplate.Location = new System.Drawing.Point(618, 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(116, 20);
|
|
200 |
this.comboBoxEditDefaultTemplate.Size = new System.Drawing.Size(118, 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(394, 76);
|
|
207 |
this.buttonEditDefaultUnit.Location = new System.Drawing.Point(395, 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(117, 20);
|
|
213 |
this.buttonEditDefaultUnit.Size = new System.Drawing.Size(119, 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(862, 58);
|
|
222 |
this.btnRun.Location = new System.Drawing.Point(868, 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; |
... | ... | |
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(979, 344);
|
|
244 |
this.btnItemMapping.Location = new System.Drawing.Point(985, 344);
|
|
245 | 245 |
this.btnItemMapping.Name = "btnItemMapping"; |
246 |
this.btnItemMapping.Size = new System.Drawing.Size(247, 36);
|
|
246 |
this.btnItemMapping.Size = new System.Drawing.Size(249, 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(979, 210);
|
|
255 |
this.btnSPPIDDB.Location = new System.Drawing.Point(985, 210);
|
|
256 | 256 |
this.btnSPPIDDB.Name = "btnSPPIDDB"; |
257 |
this.btnSPPIDDB.Size = new System.Drawing.Size(247, 36);
|
|
257 |
this.btnSPPIDDB.Size = new System.Drawing.Size(249, 36);
|
|
258 | 258 |
this.btnSPPIDDB.StyleController = this.layoutControl1; |
259 | 259 |
this.btnSPPIDDB.TabIndex = 5; |
260 | 260 |
this.btnSPPIDDB.Text = "Setting"; |
... | ... | |
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(917, 449);
|
|
269 |
this.gridControlConverter.Size = new System.Drawing.Size(923, 453);
|
|
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(1250, 573);
|
|
294 |
this.Root.Size = new System.Drawing.Size(1258, 577);
|
|
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(955, 152);
|
|
307 |
this.layoutControlGroupSPPIDDB.Location = new System.Drawing.Point(961, 152);
|
|
308 | 308 |
this.layoutControlGroupSPPIDDB.Name = "layoutControlGroupSPPIDDB"; |
309 |
this.layoutControlGroupSPPIDDB.Size = new System.Drawing.Size(275, 134);
|
|
309 |
this.layoutControlGroupSPPIDDB.Size = new System.Drawing.Size(277, 134);
|
|
310 | 310 |
this.layoutControlGroupSPPIDDB.Text = "SPPID DB"; |
311 | 311 |
// |
312 | 312 |
// labelSPPIDPlantName |
... | ... | |
315 | 315 |
this.labelSPPIDPlantName.AppearanceItemCaption.Options.UseForeColor = true; |
316 | 316 |
this.labelSPPIDPlantName.Location = new System.Drawing.Point(78, 40); |
317 | 317 |
this.labelSPPIDPlantName.Name = "labelSPPIDPlantName"; |
318 |
this.labelSPPIDPlantName.Size = new System.Drawing.Size(173, 18);
|
|
318 |
this.labelSPPIDPlantName.Size = new System.Drawing.Size(175, 18);
|
|
319 | 319 |
this.labelSPPIDPlantName.Text = "SPPIDPlantName"; |
320 | 320 |
this.labelSPPIDPlantName.TextSize = new System.Drawing.Size(93, 14); |
321 | 321 |
// |
... | ... | |
325 | 325 |
this.labelSPPIDDBStatus.AppearanceItemCaption.Options.UseForeColor = true; |
326 | 326 |
this.labelSPPIDDBStatus.Location = new System.Drawing.Point(51, 58); |
327 | 327 |
this.labelSPPIDDBStatus.Name = "labelSPPIDDBStatus"; |
328 |
this.labelSPPIDDBStatus.Size = new System.Drawing.Size(200, 18);
|
|
328 |
this.labelSPPIDDBStatus.Size = new System.Drawing.Size(202, 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(251, 40);
|
|
337 |
this.layoutControlItem2.Size = new System.Drawing.Size(253, 40);
|
|
338 | 338 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
339 | 339 |
this.layoutControlItem2.TextVisible = false; |
340 | 340 |
// |
... | ... | |
374 | 374 |
this.layoutControlItem4, |
375 | 375 |
this.labelItemMappingStatus, |
376 | 376 |
this.simpleLabelItem5}); |
377 |
this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(955, 286);
|
|
377 |
this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(961, 286);
|
|
378 | 378 |
this.layoutControlGroupItemMapping.Name = "layoutControlGroupItemMapping"; |
379 |
this.layoutControlGroupItemMapping.Size = new System.Drawing.Size(275, 116);
|
|
379 |
this.layoutControlGroupItemMapping.Size = new System.Drawing.Size(277, 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(251, 40);
|
|
387 |
this.layoutControlItem4.Size = new System.Drawing.Size(253, 40);
|
|
388 | 388 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); |
389 | 389 |
this.layoutControlItem4.TextVisible = false; |
390 | 390 |
// |
... | ... | |
394 | 394 |
this.labelItemMappingStatus.AppearanceItemCaption.Options.UseForeColor = true; |
395 | 395 |
this.labelItemMappingStatus.Location = new System.Drawing.Point(51, 40); |
396 | 396 |
this.labelItemMappingStatus.Name = "labelItemMappingStatus"; |
397 |
this.labelItemMappingStatus.Size = new System.Drawing.Size(200, 18);
|
|
397 |
this.labelItemMappingStatus.Size = new System.Drawing.Size(202, 18);
|
|
398 | 398 |
this.labelItemMappingStatus.Text = "MappingStatus"; |
399 | 399 |
this.labelItemMappingStatus.TextSize = new System.Drawing.Size(93, 14); |
400 | 400 |
// |
... | ... | |
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(945, 553);
|
|
433 |
this.layoutControlGroupAutoConverter.Size = new System.Drawing.Size(951, 557);
|
|
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(921, 453);
|
|
441 |
this.layoutControlItem1.Size = new System.Drawing.Size(927, 457);
|
|
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(602, 18);
|
|
462 |
this.emptySpaceItem2.Size = new System.Drawing.Size(608, 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(838, 0);
|
|
468 |
this.layoutControlItem6.Location = new System.Drawing.Point(844, 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(300, 18);
|
|
480 |
this.layoutControlItem3.Location = new System.Drawing.Point(301, 18);
|
|
481 | 481 |
this.layoutControlItem3.Name = "layoutControlItem3"; |
482 |
this.layoutControlItem3.Size = new System.Drawing.Size(191, 24);
|
|
482 |
this.layoutControlItem3.Size = new System.Drawing.Size(193, 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(491, 18);
|
|
491 |
this.layoutControlItem8.Location = new System.Drawing.Point(494, 18);
|
|
492 | 492 |
this.layoutControlItem8.Name = "layoutControlItem8"; |
493 |
this.layoutControlItem8.Size = new System.Drawing.Size(220, 24);
|
|
493 |
this.layoutControlItem8.Size = new System.Drawing.Size(222, 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(64, 24);
|
|
504 |
this.emptySpaceItem3.Size = new System.Drawing.Size(65, 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(723, 18);
|
|
530 |
this.layoutControlItem10.Location = new System.Drawing.Point(729, 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(711, 18);
|
|
542 |
this.emptySpaceItem5.Location = new System.Drawing.Point(716, 18);
|
|
543 | 543 |
this.emptySpaceItem5.Name = "emptySpaceItem5"; |
544 |
this.emptySpaceItem5.Size = new System.Drawing.Size(12, 24);
|
|
544 |
this.emptySpaceItem5.Size = new System.Drawing.Size(13, 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(955, 402);
|
|
550 |
this.emptySpaceItem1.Location = new System.Drawing.Point(961, 402);
|
|
551 | 551 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
552 |
this.emptySpaceItem1.Size = new System.Drawing.Size(275, 151);
|
|
552 |
this.emptySpaceItem1.Size = new System.Drawing.Size(277, 155);
|
|
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(955, 0);
|
|
567 |
this.layoutControlGroupID2Project.Location = new System.Drawing.Point(961, 0);
|
|
568 | 568 |
this.layoutControlGroupID2Project.Name = "layoutControlGroupID2Project"; |
569 |
this.layoutControlGroupID2Project.Size = new System.Drawing.Size(275, 152);
|
|
569 |
this.layoutControlGroupID2Project.Size = new System.Drawing.Size(277, 152);
|
|
570 | 570 |
this.layoutControlGroupID2Project.Text = "ID2 Project"; |
571 | 571 |
// |
572 | 572 |
// labelID2ProjectName |
... | ... | |
575 | 575 |
this.labelID2ProjectName.AppearanceItemCaption.Options.UseForeColor = true; |
576 | 576 |
this.labelID2ProjectName.Location = new System.Drawing.Point(90, 40); |
577 | 577 |
this.labelID2ProjectName.Name = "labelID2ProjectName"; |
578 |
this.labelID2ProjectName.Size = new System.Drawing.Size(161, 18);
|
|
578 |
this.labelID2ProjectName.Size = new System.Drawing.Size(163, 18);
|
|
579 | 579 |
this.labelID2ProjectName.Text = "ID2ProjectName"; |
580 | 580 |
this.labelID2ProjectName.TextSize = new System.Drawing.Size(93, 14); |
581 | 581 |
// |
... | ... | |
585 | 585 |
this.labelID2ProjectStatus.AppearanceItemCaption.Options.UseForeColor = true; |
586 | 586 |
this.labelID2ProjectStatus.Location = new System.Drawing.Point(51, 76); |
587 | 587 |
this.labelID2ProjectStatus.Name = "labelID2ProjectStatus"; |
588 |
this.labelID2ProjectStatus.Size = new System.Drawing.Size(200, 18);
|
|
588 |
this.labelID2ProjectStatus.Size = new System.Drawing.Size(202, 18);
|
|
589 | 589 |
this.labelID2ProjectStatus.Text = "ID2ProjectStatus"; |
590 | 590 |
this.labelID2ProjectStatus.TextSize = new System.Drawing.Size(93, 14); |
591 | 591 |
// |
... | ... | |
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(251, 40);
|
|
625 |
this.layoutControlItem7.Size = new System.Drawing.Size(253, 40);
|
|
626 | 626 |
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); |
627 | 627 |
this.layoutControlItem7.TextVisible = false; |
628 | 628 |
// |
... | ... | |
633 | 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(188, 18);
|
|
636 |
this.labelDBType.Size = new System.Drawing.Size(190, 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); |
... | ... | |
655 | 655 |
// splitterItem1 |
656 | 656 |
// |
657 | 657 |
this.splitterItem1.AllowHotTrack = true; |
658 |
this.splitterItem1.Location = new System.Drawing.Point(945, 0);
|
|
658 |
this.splitterItem1.Location = new System.Drawing.Point(951, 0);
|
|
659 | 659 |
this.splitterItem1.Name = "splitterItem1"; |
660 |
this.splitterItem1.Size = new System.Drawing.Size(10, 553);
|
|
660 |
this.splitterItem1.Size = new System.Drawing.Size(10, 557);
|
|
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(1250, 605);
|
|
678 |
this.ClientSize = new System.Drawing.Size(1258, 609);
|
|
679 | 679 |
this.Controls.Add(this.layoutControl1); |
680 | 680 |
this.Controls.Add(this.ribbonControl); |
681 | 681 |
this.Name = "ConverterForm"; |
내보내기 Unified diff