프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / DTI_PID / APIDConverter / Form / APIDConverter.Designer.cs @ e3ced1c9

이력 | 보기 | 이력해설 | 다운로드 (2.84 KB)

1
namespace AVEVA.PID.CustomizationUtility
2
{
3
    partial class APIDConverter
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9

    
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22

    
23
        #region Windows Form Designer generated code
24

    
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
32
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
33
            this.SuspendLayout();
34
            // 
35
            // ribbonControl
36
            // 
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;
49
            // 
50
            // APIDConverter
51
            // 
52
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
53
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
54
            this.ClientSize = new System.Drawing.Size(979, 602);
55
            this.Controls.Add(this.ribbonControl);
56
            this.Name = "APIDConverter";
57
            this.Ribbon = this.ribbonControl;
58
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
59
            this.Text = "APID Converter";
60
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
61
            this.ResumeLayout(false);
62
            this.PerformLayout();
63

    
64
        }
65

    
66
        #endregion
67
        private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl;
68
    }
69
}
클립보드 이미지 추가 (최대 크기: 500 MB)