프로젝트

일반

사용자정보

개정판 e3ced1c9

IDe3ced1c909042688ead688a857e579ef6824498e
상위 27d1a912
하위 0d74e82c

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

dev issue #000 : edit default ui

Change-Id: I26de7f84545f2c6c985189c580c299a7d49b1370

차이점 보기:

DTI_PID/APIDConverter/Form/APIDConverter.Designer.cs
28 28
        /// </summary>
29 29
        private void InitializeComponent()
30 30
        {
31
            this.button1 = new System.Windows.Forms.Button();
31
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
32
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
32 33
            this.SuspendLayout();
33 34
            // 
34
            // button1
35
            // ribbonControl
35 36
            // 
36
            this.button1.Location = new System.Drawing.Point(94, 54);
37
            this.button1.Name = "button1";
38
            this.button1.Size = new System.Drawing.Size(75, 23);
39
            this.button1.TabIndex = 0;
40
            this.button1.Text = "button1";
41
            this.button1.UseVisualStyleBackColor = true;
42
            this.button1.Click += new System.EventHandler(this.button1_Click);
37
            this.ribbonControl.ExpandCollapseItem.Id = 0;
38
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
39
            this.ribbonControl.ExpandCollapseItem});
40
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
41
            this.ribbonControl.MaxItemId = 1;
42
            this.ribbonControl.Name = "ribbonControl";
43
            this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
44
            this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
45
            this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
46
            this.ribbonControl.ShowToolbarCustomizeItem = false;
47
            this.ribbonControl.Size = new System.Drawing.Size(979, 32);
48
            this.ribbonControl.Toolbar.ShowCustomizeItem = false;
43 49
            // 
44 50
            // APIDConverter
45 51
            // 
46
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
52
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
47 53
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
48
            this.ClientSize = new System.Drawing.Size(979, 516);
49
            this.Controls.Add(this.button1);
54
            this.ClientSize = new System.Drawing.Size(979, 602);
55
            this.Controls.Add(this.ribbonControl);
50 56
            this.Name = "APIDConverter";
57
            this.Ribbon = this.ribbonControl;
51 58
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
52
            this.Text = "APIDConverter";
59
            this.Text = "APID Converter";
60
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
53 61
            this.ResumeLayout(false);
62
            this.PerformLayout();
54 63

  
55 64
        }
56 65

  
57 66
        #endregion
58

  
59
        private System.Windows.Forms.Button button1;
67
        private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl;
60 68
    }
61 69
}

내보내기 Unified diff

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