프로젝트

일반

사용자정보

개정판 f1232880

IDf1232880ad709316ee6e8d909637464a625d90d9
상위 ec1279b0
하위 aceeb2a6, 5e6ecf05

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

dev issue #000 : add file

Change-Id: I9e0c0471a8cce23e3053b0dc0fe69cb755779f7e

차이점 보기:

DTI_PID/SPPIDConverter/ConverterForm.Designer.cs
29 29
        private void InitializeComponent()
30 30
        {
31 31
            this.components = new System.ComponentModel.Container();
32
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterForm));
32 33
            this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
33 34
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
34 35
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
......
65 66
            this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
66 67
            this.xtraFolderBrowserDialog = new DevExpress.XtraEditors.XtraFolderBrowserDialog(this.components);
67 68
            this.xtraOpenFileDialog = new DevExpress.XtraEditors.XtraOpenFileDialog(this.components);
69
            this.commandControl = new Ingr.RAD2D.MacroControls.CmdCtrl.IgCommand();
68 70
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
69 71
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
70 72
            this.layoutControl1.SuspendLayout();
......
95 97
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit();
96 98
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit();
97 99
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
100
            ((System.ComponentModel.ISupportInitialize)(this.commandControl)).BeginInit();
98 101
            this.SuspendLayout();
99 102
            // 
100 103
            // defaultLookAndFeel
......
497 500
            this.xtraOpenFileDialog.Filter = "Xml Files(*.xml)|*.xml";
498 501
            this.xtraOpenFileDialog.Multiselect = true;
499 502
            // 
503
            // commandControl
504
            // 
505
            this.commandControl.Enabled = true;
506
            this.commandControl.Location = new System.Drawing.Point(193, -1);
507
            this.commandControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
508
            this.commandControl.Name = "commandControl";
509
            this.commandControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("commandControl.OcxState")));
510
            this.commandControl.Size = new System.Drawing.Size(28, 28);
511
            this.commandControl.TabIndex = 3;
512
            this.commandControl.Activate += new System.EventHandler(this.commandControl_Activate);
513
            this.commandControl.Deactivate += new System.EventHandler(this.commandControl_Deactivate);
514
            this.commandControl.Terminate += new System.EventHandler(this.commandControl_Terminate);
515
            this.commandControl.Initialize += new System.EventHandler(this.commandControl_Initialize);
516
            // 
500 517
            // ConverterForm
501 518
            // 
502 519
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
503 520
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
504 521
            this.ClientSize = new System.Drawing.Size(1226, 593);
522
            this.Controls.Add(this.commandControl);
505 523
            this.Controls.Add(this.layoutControl1);
506 524
            this.Controls.Add(this.ribbonControl);
507 525
            this.Name = "ConverterForm";
......
509 527
            this.ShowIcon = false;
510 528
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
511 529
            this.Text = "SPPID Converter";
530
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConverterForm_FormClosing);
512 531
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
513 532
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
514 533
            this.layoutControl1.ResumeLayout(false);
......
539 558
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit();
540 559
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit();
541 560
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
561
            ((System.ComponentModel.ISupportInitialize)(this.commandControl)).EndInit();
542 562
            this.ResumeLayout(false);
543 563
            this.PerformLayout();
544 564

  
......
581 601
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
582 602
        private DevExpress.XtraEditors.XtraFolderBrowserDialog xtraFolderBrowserDialog;
583 603
        private DevExpress.XtraEditors.XtraOpenFileDialog xtraOpenFileDialog;
604
        public Ingr.RAD2D.MacroControls.CmdCtrl.IgCommand commandControl;
584 605
    }
585 606
}

내보내기 Unified diff

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