개정판 d19ae675
dev issue #000 : wrapper 제거 및 프로젝트 통합
Change-Id: I7b4c718316c9fde2508aad74af913c20de2bd798
DTI_PID/SPPIDConverter/ConverterForm.Designer.cs | ||
---|---|---|
28 | 28 |
/// </summary> |
29 | 29 |
private void InitializeComponent() |
30 | 30 |
{ |
31 |
this.components = new System.ComponentModel.Container(); |
|
32 | 31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterForm)); |
33 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
|
34 | 32 |
this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
35 | 33 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
36 | 34 |
this.btnRun = new DevExpress.XtraEditors.SimpleButton(); |
... | ... | |
64 | 62 |
this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem(); |
65 | 63 |
this.simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem(); |
66 | 64 |
this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem(); |
67 |
this.xtraFolderBrowserDialog = new DevExpress.XtraEditors.XtraFolderBrowserDialog(this.components); |
|
68 |
this.xtraOpenFileDialog = new DevExpress.XtraEditors.XtraOpenFileDialog(this.components); |
|
69 |
this.commandControl = new Ingr.RAD2D.MacroControls.CmdCtrl.IgCommand(); |
|
65 |
this.xtraFolderBrowserDialog = new DevExpress.XtraEditors.XtraFolderBrowserDialog(); |
|
66 |
this.xtraOpenFileDialog = new DevExpress.XtraEditors.XtraOpenFileDialog(); |
|
70 | 67 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
71 | 68 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
72 | 69 |
this.layoutControl1.SuspendLayout(); |
... | ... | |
97 | 94 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit(); |
98 | 95 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit(); |
99 | 96 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit(); |
100 |
((System.ComponentModel.ISupportInitialize)(this.commandControl)).BeginInit(); |
|
101 | 97 |
this.SuspendLayout(); |
102 | 98 |
// |
103 |
// defaultLookAndFeel |
|
104 |
// |
|
105 |
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
|
106 |
// |
|
107 | 99 |
// ribbonControl |
108 | 100 |
// |
109 | 101 |
this.ribbonControl.ExpandCollapseItem.Id = 0; |
... | ... | |
330 | 322 |
this.labelItemMappingStatus.Size = new System.Drawing.Size(189, 18); |
331 | 323 |
this.labelItemMappingStatus.Text = "MappingStatus"; |
332 | 324 |
this.labelItemMappingStatus.TextSize = new System.Drawing.Size(93, 14); |
333 |
this.labelItemMappingStatus.DoubleClick += new System.EventHandler(this.labelItemMappingStatus_DoubleClick); |
|
334 | 325 |
// |
335 | 326 |
// simpleLabelItem5 |
336 | 327 |
// |
... | ... | |
501 | 492 |
this.xtraOpenFileDialog.Filter = "Xml Files(*.xml)|*.xml"; |
502 | 493 |
this.xtraOpenFileDialog.Multiselect = true; |
503 | 494 |
// |
504 |
// commandControl |
|
505 |
// |
|
506 |
this.commandControl.Enabled = true; |
|
507 |
this.commandControl.Location = new System.Drawing.Point(193, -1); |
|
508 |
this.commandControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
|
509 |
this.commandControl.Name = "commandControl"; |
|
510 |
this.commandControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("commandControl.OcxState"))); |
|
511 |
this.commandControl.Size = new System.Drawing.Size(28, 28); |
|
512 |
this.commandControl.TabIndex = 3; |
|
513 |
this.commandControl.Activate += new System.EventHandler(this.commandControl_Activate); |
|
514 |
this.commandControl.Deactivate += new System.EventHandler(this.commandControl_Deactivate); |
|
515 |
this.commandControl.Terminate += new System.EventHandler(this.commandControl_Terminate); |
|
516 |
this.commandControl.Initialize += new System.EventHandler(this.commandControl_Initialize); |
|
517 |
// |
|
518 | 495 |
// ConverterForm |
519 | 496 |
// |
520 | 497 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
521 | 498 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
522 | 499 |
this.ClientSize = new System.Drawing.Size(1226, 593); |
523 |
this.Controls.Add(this.commandControl); |
|
524 | 500 |
this.Controls.Add(this.layoutControl1); |
525 | 501 |
this.Controls.Add(this.ribbonControl); |
526 | 502 |
this.Name = "ConverterForm"; |
... | ... | |
528 | 504 |
this.ShowIcon = false; |
529 | 505 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
530 | 506 |
this.Text = "SPPID Converter"; |
531 |
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConverterForm_FormClosing); |
|
532 | 507 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); |
533 | 508 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
534 | 509 |
this.layoutControl1.ResumeLayout(false); |
... | ... | |
559 | 534 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit(); |
560 | 535 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit(); |
561 | 536 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit(); |
562 |
((System.ComponentModel.ISupportInitialize)(this.commandControl)).EndInit(); |
|
563 | 537 |
this.ResumeLayout(false); |
564 | 538 |
this.PerformLayout(); |
565 | 539 |
|
566 | 540 |
} |
567 | 541 |
|
568 | 542 |
#endregion |
569 |
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel; |
|
570 | 543 |
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; |
571 | 544 |
private DevExpress.XtraLayout.LayoutControl layoutControl1; |
572 | 545 |
private DevExpress.XtraEditors.SimpleButton btnSPPIDDB; |
... | ... | |
602 | 575 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
603 | 576 |
private DevExpress.XtraEditors.XtraFolderBrowserDialog xtraFolderBrowserDialog; |
604 | 577 |
private DevExpress.XtraEditors.XtraOpenFileDialog xtraOpenFileDialog; |
605 |
public Ingr.RAD2D.MacroControls.CmdCtrl.IgCommand commandControl; |
|
606 | 578 |
} |
607 | 579 |
} |
내보내기 Unified diff