개정판 7881ec8f
dev issue #000 : add
Change-Id: I36938467c8d357f79b0414501a13dcedddcddc29
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(1289, 32);
|
|
136 |
this.ribbonControl.Size = new System.Drawing.Size(1297, 32);
|
|
137 | 137 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
138 | 138 |
// |
139 | 139 |
// layoutControl1 |
... | ... | |
154 | 154 |
this.layoutControl1.Name = "layoutControl1"; |
155 | 155 |
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(982, 292, 650, 400); |
156 | 156 |
this.layoutControl1.Root = this.Root; |
157 |
this.layoutControl1.Size = new System.Drawing.Size(1289, 581);
|
|
157 |
this.layoutControl1.Size = new System.Drawing.Size(1297, 585);
|
|
158 | 158 |
this.layoutControl1.TabIndex = 1; |
159 | 159 |
this.layoutControl1.Text = "layoutControl1"; |
160 | 160 |
// |
161 | 161 |
// comboBoxEditBulk |
162 | 162 |
// |
163 |
this.comboBoxEditBulk.Location = new System.Drawing.Point(697, 76);
|
|
163 |
this.comboBoxEditBulk.Location = new System.Drawing.Point(700, 76);
|
|
164 | 164 |
this.comboBoxEditBulk.MenuManager = this.ribbonControl; |
165 | 165 |
this.comboBoxEditBulk.Name = "comboBoxEditBulk"; |
166 | 166 |
this.comboBoxEditBulk.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
167 | 167 |
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
168 | 168 |
this.comboBoxEditBulk.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; |
169 |
this.comboBoxEditBulk.Size = new System.Drawing.Size(110, 20);
|
|
169 |
this.comboBoxEditBulk.Size = new System.Drawing.Size(113, 20);
|
|
170 | 170 |
this.comboBoxEditBulk.StyleController = this.layoutControl1; |
171 | 171 |
this.comboBoxEditBulk.TabIndex = 16; |
172 | 172 |
this.comboBoxEditBulk.SelectedIndexChanged += new System.EventHandler(this.comboBoxEditBulk_SelectedIndexChanged); |
... | ... | |
174 | 174 |
// btnID2DB |
175 | 175 |
// |
176 | 176 |
this.btnID2DB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnID2DB.ImageOptions.SvgImage"))); |
177 |
this.btnID2DB.Location = new System.Drawing.Point(1043, 58);
|
|
177 |
this.btnID2DB.Location = new System.Drawing.Point(1051, 58);
|
|
178 | 178 |
this.btnID2DB.Name = "btnID2DB"; |
179 | 179 |
this.btnID2DB.Size = new System.Drawing.Size(222, 36); |
180 | 180 |
this.btnID2DB.StyleController = this.layoutControl1; |
... | ... | |
184 | 184 |
// |
185 | 185 |
// checkEditCloseDocument |
186 | 186 |
// |
187 |
this.checkEditCloseDocument.Location = new System.Drawing.Point(811, 76);
|
|
187 |
this.checkEditCloseDocument.Location = new System.Drawing.Point(817, 76);
|
|
188 | 188 |
this.checkEditCloseDocument.MenuManager = this.ribbonControl; |
189 | 189 |
this.checkEditCloseDocument.Name = "checkEditCloseDocument"; |
190 | 190 |
this.checkEditCloseDocument.Properties.Caption = "Close Document"; |
191 |
this.checkEditCloseDocument.Size = new System.Drawing.Size(111, 18);
|
|
191 |
this.checkEditCloseDocument.Size = new System.Drawing.Size(111, 19);
|
|
192 | 192 |
this.checkEditCloseDocument.StyleController = this.layoutControl1; |
193 | 193 |
this.checkEditCloseDocument.TabIndex = 14; |
194 | 194 |
// |
... | ... | |
205 | 205 |
// |
206 | 206 |
// comboBoxEditDefaultTemplate |
207 | 207 |
// |
208 |
this.comboBoxEditDefaultTemplate.Location = new System.Drawing.Point(522, 76);
|
|
208 |
this.comboBoxEditDefaultTemplate.Location = new System.Drawing.Point(523, 76);
|
|
209 | 209 |
this.comboBoxEditDefaultTemplate.MenuManager = this.ribbonControl; |
210 | 210 |
this.comboBoxEditDefaultTemplate.Name = "comboBoxEditDefaultTemplate"; |
211 | 211 |
this.comboBoxEditDefaultTemplate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
212 | 212 |
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
213 | 213 |
this.comboBoxEditDefaultTemplate.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; |
214 |
this.comboBoxEditDefaultTemplate.Size = new System.Drawing.Size(100, 20);
|
|
214 |
this.comboBoxEditDefaultTemplate.Size = new System.Drawing.Size(102, 20);
|
|
215 | 215 |
this.comboBoxEditDefaultTemplate.StyleController = this.layoutControl1; |
216 | 216 |
this.comboBoxEditDefaultTemplate.TabIndex = 12; |
217 | 217 |
this.comboBoxEditDefaultTemplate.SelectedIndexChanged += new System.EventHandler(this.comboBoxEditDefaultTemplate_SelectedIndexChanged); |
... | ... | |
224 | 224 |
this.buttonEditDefaultUnit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
225 | 225 |
new DevExpress.XtraEditors.Controls.EditorButton()}); |
226 | 226 |
this.buttonEditDefaultUnit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; |
227 |
this.buttonEditDefaultUnit.Size = new System.Drawing.Size(88, 20);
|
|
227 |
this.buttonEditDefaultUnit.Size = new System.Drawing.Size(89, 20);
|
|
228 | 228 |
this.buttonEditDefaultUnit.StyleController = this.layoutControl1; |
229 | 229 |
this.buttonEditDefaultUnit.TabIndex = 11; |
230 | 230 |
this.buttonEditDefaultUnit.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEditDefaulUnit_ButtonClick); |
... | ... | |
233 | 233 |
// btnRun |
234 | 234 |
// |
235 | 235 |
this.btnRun.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRun.ImageOptions.SvgImage"))); |
236 |
this.btnRun.Location = new System.Drawing.Point(926, 58);
|
|
236 |
this.btnRun.Location = new System.Drawing.Point(932, 58);
|
|
237 | 237 |
this.btnRun.Name = "btnRun"; |
238 | 238 |
this.btnRun.Size = new System.Drawing.Size(79, 36); |
239 | 239 |
this.btnRun.StyleController = this.layoutControl1; |
... | ... | |
255 | 255 |
// btnItemMapping |
256 | 256 |
// |
257 | 257 |
this.btnItemMapping.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnItemMapping.ImageOptions.SvgImage"))); |
258 |
this.btnItemMapping.Location = new System.Drawing.Point(1043, 344);
|
|
258 |
this.btnItemMapping.Location = new System.Drawing.Point(1051, 344);
|
|
259 | 259 |
this.btnItemMapping.Name = "btnItemMapping"; |
260 | 260 |
this.btnItemMapping.Size = new System.Drawing.Size(222, 36); |
261 | 261 |
this.btnItemMapping.StyleController = this.layoutControl1; |
... | ... | |
266 | 266 |
// btnSPPIDDB |
267 | 267 |
// |
268 | 268 |
this.btnSPPIDDB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDDB.ImageOptions.SvgImage"))); |
269 |
this.btnSPPIDDB.Location = new System.Drawing.Point(1043, 210);
|
|
269 |
this.btnSPPIDDB.Location = new System.Drawing.Point(1051, 210);
|
|
270 | 270 |
this.btnSPPIDDB.Name = "btnSPPIDDB"; |
271 | 271 |
this.btnSPPIDDB.Size = new System.Drawing.Size(222, 36); |
272 | 272 |
this.btnSPPIDDB.StyleController = this.layoutControl1; |
... | ... | |
280 | 280 |
this.gridControlConverter.MainView = this.gridViewConverter; |
281 | 281 |
this.gridControlConverter.MenuManager = this.ribbonControl; |
282 | 282 |
this.gridControlConverter.Name = "gridControlConverter"; |
283 |
this.gridControlConverter.Size = new System.Drawing.Size(981, 457);
|
|
283 |
this.gridControlConverter.Size = new System.Drawing.Size(987, 461);
|
|
284 | 284 |
this.gridControlConverter.TabIndex = 4; |
285 | 285 |
this.gridControlConverter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
286 | 286 |
this.gridViewConverter}); |
... | ... | |
305 | 305 |
this.layoutControlGroupID2Project, |
306 | 306 |
this.splitterItem1}); |
307 | 307 |
this.Root.Name = "Root"; |
308 |
this.Root.Size = new System.Drawing.Size(1289, 581);
|
|
308 |
this.Root.Size = new System.Drawing.Size(1297, 585);
|
|
309 | 309 |
this.Root.TextVisible = false; |
310 | 310 |
// |
311 | 311 |
// layoutControlGroupSPPIDDB |
... | ... | |
318 | 318 |
this.layoutControlItem2, |
319 | 319 |
this.simpleLabelItem2, |
320 | 320 |
this.simpleLabelItem1}); |
321 |
this.layoutControlGroupSPPIDDB.Location = new System.Drawing.Point(1019, 152);
|
|
321 |
this.layoutControlGroupSPPIDDB.Location = new System.Drawing.Point(1027, 152);
|
|
322 | 322 |
this.layoutControlGroupSPPIDDB.Name = "layoutControlGroupSPPIDDB"; |
323 | 323 |
this.layoutControlGroupSPPIDDB.Size = new System.Drawing.Size(250, 134); |
324 | 324 |
this.layoutControlGroupSPPIDDB.Text = "SPPID DB"; |
... | ... | |
388 | 388 |
this.layoutControlItem4, |
389 | 389 |
this.labelItemMappingStatus, |
390 | 390 |
this.simpleLabelItem5}); |
391 |
this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(1019, 286);
|
|
391 |
this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(1027, 286);
|
|
392 | 392 |
this.layoutControlGroupItemMapping.Name = "layoutControlGroupItemMapping"; |
393 | 393 |
this.layoutControlGroupItemMapping.Size = new System.Drawing.Size(250, 116); |
394 | 394 |
this.layoutControlGroupItemMapping.Text = "Item Mapping"; |
... | ... | |
443 | 443 |
this.layoutControlItem11}); |
444 | 444 |
this.layoutControlGroupAutoConverter.Location = new System.Drawing.Point(0, 0); |
445 | 445 |
this.layoutControlGroupAutoConverter.Name = "layoutControlGroupAutoConverter"; |
446 |
this.layoutControlGroupAutoConverter.Size = new System.Drawing.Size(1009, 561);
|
|
446 |
this.layoutControlGroupAutoConverter.Size = new System.Drawing.Size(1015, 565);
|
|
447 | 447 |
this.layoutControlGroupAutoConverter.Text = "Auto Converter"; |
448 | 448 |
// |
449 | 449 |
// layoutControlItem1 |
... | ... | |
451 | 451 |
this.layoutControlItem1.Control = this.gridControlConverter; |
452 | 452 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 42); |
453 | 453 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
454 |
this.layoutControlItem1.Size = new System.Drawing.Size(985, 461);
|
|
454 |
this.layoutControlItem1.Size = new System.Drawing.Size(991, 465);
|
|
455 | 455 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
456 | 456 |
this.layoutControlItem1.TextVisible = false; |
457 | 457 |
// |
... | ... | |
472 | 472 |
this.emptySpaceItem2.AllowHotTrack = false; |
473 | 473 |
this.emptySpaceItem2.Location = new System.Drawing.Point(236, 0); |
474 | 474 |
this.emptySpaceItem2.Name = "emptySpaceItem2"; |
475 |
this.emptySpaceItem2.Size = new System.Drawing.Size(666, 18);
|
|
475 |
this.emptySpaceItem2.Size = new System.Drawing.Size(672, 18);
|
|
476 | 476 |
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
477 | 477 |
// |
478 | 478 |
// layoutControlItem6 |
479 | 479 |
// |
480 | 480 |
this.layoutControlItem6.Control = this.btnRun; |
481 |
this.layoutControlItem6.Location = new System.Drawing.Point(902, 0);
|
|
481 |
this.layoutControlItem6.Location = new System.Drawing.Point(908, 0);
|
|
482 | 482 |
this.layoutControlItem6.MaxSize = new System.Drawing.Size(83, 40); |
483 | 483 |
this.layoutControlItem6.MinSize = new System.Drawing.Size(83, 40); |
484 | 484 |
this.layoutControlItem6.Name = "layoutControlItem6"; |
... | ... | |
492 | 492 |
this.layoutControlItem3.Control = this.buttonEditDefaultUnit; |
493 | 493 |
this.layoutControlItem3.Location = new System.Drawing.Point(236, 18); |
494 | 494 |
this.layoutControlItem3.Name = "layoutControlItem3"; |
495 |
this.layoutControlItem3.Size = new System.Drawing.Size(162, 24);
|
|
495 |
this.layoutControlItem3.Size = new System.Drawing.Size(163, 24);
|
|
496 | 496 |
this.layoutControlItem3.Text = "Default Unit"; |
497 | 497 |
this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
498 | 498 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(65, 14); |
... | ... | |
501 | 501 |
// layoutControlItem8 |
502 | 502 |
// |
503 | 503 |
this.layoutControlItem8.Control = this.comboBoxEditDefaultTemplate; |
504 |
this.layoutControlItem8.Location = new System.Drawing.Point(398, 18);
|
|
504 |
this.layoutControlItem8.Location = new System.Drawing.Point(399, 18);
|
|
505 | 505 |
this.layoutControlItem8.Name = "layoutControlItem8"; |
506 |
this.layoutControlItem8.Size = new System.Drawing.Size(204, 24);
|
|
506 |
this.layoutControlItem8.Size = new System.Drawing.Size(206, 24);
|
|
507 | 507 |
this.layoutControlItem8.Text = "Default Template"; |
508 | 508 |
this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
509 | 509 |
this.layoutControlItem8.TextSize = new System.Drawing.Size(95, 14); |
... | ... | |
532 | 532 |
// layoutControlItem10 |
533 | 533 |
// |
534 | 534 |
this.layoutControlItem10.Control = this.checkEditCloseDocument; |
535 |
this.layoutControlItem10.Location = new System.Drawing.Point(787, 18);
|
|
535 |
this.layoutControlItem10.Location = new System.Drawing.Point(793, 18);
|
|
536 | 536 |
this.layoutControlItem10.MaxSize = new System.Drawing.Size(115, 24); |
537 | 537 |
this.layoutControlItem10.MinSize = new System.Drawing.Size(115, 24); |
538 | 538 |
this.layoutControlItem10.Name = "layoutControlItem10"; |
... | ... | |
544 | 544 |
// layoutControlItem11 |
545 | 545 |
// |
546 | 546 |
this.layoutControlItem11.Control = this.comboBoxEditBulk; |
547 |
this.layoutControlItem11.Location = new System.Drawing.Point(602, 18);
|
|
547 |
this.layoutControlItem11.Location = new System.Drawing.Point(605, 18);
|
|
548 | 548 |
this.layoutControlItem11.Name = "layoutControlItem11"; |
549 |
this.layoutControlItem11.Size = new System.Drawing.Size(185, 24);
|
|
549 |
this.layoutControlItem11.Size = new System.Drawing.Size(188, 24);
|
|
550 | 550 |
this.layoutControlItem11.Text = "Default Bulk"; |
551 | 551 |
this.layoutControlItem11.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
552 | 552 |
this.layoutControlItem11.TextSize = new System.Drawing.Size(66, 14); |
... | ... | |
555 | 555 |
// emptySpaceItem1 |
556 | 556 |
// |
557 | 557 |
this.emptySpaceItem1.AllowHotTrack = false; |
558 |
this.emptySpaceItem1.Location = new System.Drawing.Point(1019, 402);
|
|
558 |
this.emptySpaceItem1.Location = new System.Drawing.Point(1027, 402);
|
|
559 | 559 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
560 |
this.emptySpaceItem1.Size = new System.Drawing.Size(250, 159);
|
|
560 |
this.emptySpaceItem1.Size = new System.Drawing.Size(250, 163);
|
|
561 | 561 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
562 | 562 |
// |
563 | 563 |
// layoutControlGroupID2Project |
... | ... | |
572 | 572 |
this.layoutControlItem7, |
573 | 573 |
this.labelDBType, |
574 | 574 |
this.simpleLabelItem7}); |
575 |
this.layoutControlGroupID2Project.Location = new System.Drawing.Point(1019, 0);
|
|
575 |
this.layoutControlGroupID2Project.Location = new System.Drawing.Point(1027, 0);
|
|
576 | 576 |
this.layoutControlGroupID2Project.Name = "layoutControlGroupID2Project"; |
577 | 577 |
this.layoutControlGroupID2Project.Size = new System.Drawing.Size(250, 152); |
578 | 578 |
this.layoutControlGroupID2Project.Text = "ID2 Project"; |
... | ... | |
663 | 663 |
// splitterItem1 |
664 | 664 |
// |
665 | 665 |
this.splitterItem1.AllowHotTrack = true; |
666 |
this.splitterItem1.Location = new System.Drawing.Point(1009, 0);
|
|
666 |
this.splitterItem1.Location = new System.Drawing.Point(1015, 0);
|
|
667 | 667 |
this.splitterItem1.Name = "splitterItem1"; |
668 |
this.splitterItem1.Size = new System.Drawing.Size(10, 561);
|
|
668 |
this.splitterItem1.Size = new System.Drawing.Size(12, 565);
|
|
669 | 669 |
// |
670 | 670 |
// xtraFolderBrowserDialog |
671 | 671 |
// |
... | ... | |
683 | 683 |
// |
684 | 684 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
685 | 685 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
686 |
this.ClientSize = new System.Drawing.Size(1289, 613);
|
|
686 |
this.ClientSize = new System.Drawing.Size(1297, 617);
|
|
687 | 687 |
this.Controls.Add(this.layoutControl1); |
688 | 688 |
this.Controls.Add(this.ribbonControl); |
689 | 689 |
this.Name = "ConverterForm"; |
내보내기 Unified diff