hytos / DTI_PID / APIDConverter / APIDConverterExplorer.Designer.cs @ 570dff9c
이력 | 보기 | 이력해설 | 다운로드 (7.07 KB)
1 | 88cb9898 | gaqhf | namespace AVEVA.PID.CustomizationUtility |
---|---|---|---|
2 | { |
||
3 | partial class APIDConverterExplorer |
||
4 | { |
||
5 | /// <summary> |
||
6 | /// 필수 디자이너 변수입니다. |
||
7 | /// </summary> |
||
8 | private System.ComponentModel.IContainer components = null; |
||
9 | |||
10 | /// <summary> |
||
11 | /// 사용 중인 모든 리소스를 정리합니다. |
||
12 | /// </summary> |
||
13 | /// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 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 구성 요소 디자이너에서 생성한 코드 |
||
24 | |||
25 | /// <summary> |
||
26 | /// 디자이너 지원에 필요한 메서드입니다. |
||
27 | /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요. |
||
28 | /// </summary> |
||
29 | private void InitializeComponent() |
||
30 | { |
||
31 | a77303ca | gaqhf | this.components = new System.ComponentModel.Container(); |
32 | 09a2e00c | gaqhf | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(APIDConverterExplorer)); |
33 | this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
||
34 | this.btnOpenConverter = new DevExpress.XtraEditors.SimpleButton(); |
||
35 | a77303ca | gaqhf | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
36 | 09a2e00c | gaqhf | this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
37 | this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
||
38 | a77303ca | gaqhf | this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
39 | this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
||
40 | 09a2e00c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
41 | this.layoutControl1.SuspendLayout(); |
||
42 | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
||
43 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
||
44 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); |
||
45 | a77303ca | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
46 | 88cb9898 | gaqhf | this.SuspendLayout(); |
47 | // |
||
48 | 09a2e00c | gaqhf | // layoutControl1 |
49 | // |
||
50 | this.layoutControl1.Controls.Add(this.btnOpenConverter); |
||
51 | this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
52 | this.layoutControl1.Location = new System.Drawing.Point(0, 0); |
||
53 | this.layoutControl1.Name = "layoutControl1"; |
||
54 | this.layoutControl1.Root = this.Root; |
||
55 | this.layoutControl1.Size = new System.Drawing.Size(232, 560); |
||
56 | this.layoutControl1.TabIndex = 0; |
||
57 | this.layoutControl1.Text = "layoutControl1"; |
||
58 | // |
||
59 | // btnOpenConverter |
||
60 | // |
||
61 | this.btnOpenConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnOpenConverter.ImageOptions.SvgImage"))); |
||
62 | this.btnOpenConverter.Location = new System.Drawing.Point(24, 45); |
||
63 | this.btnOpenConverter.Name = "btnOpenConverter"; |
||
64 | this.btnOpenConverter.Size = new System.Drawing.Size(184, 36); |
||
65 | this.btnOpenConverter.StyleController = this.layoutControl1; |
||
66 | this.btnOpenConverter.TabIndex = 4; |
||
67 | this.btnOpenConverter.Text = "Open Converter"; |
||
68 | this.btnOpenConverter.Click += new System.EventHandler(this.btnOpenConverter_Click); |
||
69 | // |
||
70 | a77303ca | gaqhf | // Root |
71 | 09a2e00c | gaqhf | // |
72 | a77303ca | gaqhf | this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
73 | this.Root.GroupBordersVisible = false; |
||
74 | this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
75 | this.emptySpaceItem1, |
||
76 | this.layoutControlGroup1}); |
||
77 | this.Root.Name = "Root"; |
||
78 | this.Root.Size = new System.Drawing.Size(232, 560); |
||
79 | this.Root.TextVisible = false; |
||
80 | 09a2e00c | gaqhf | // |
81 | // emptySpaceItem1 |
||
82 | // |
||
83 | this.emptySpaceItem1.AllowHotTrack = false; |
||
84 | this.emptySpaceItem1.Location = new System.Drawing.Point(0, 85); |
||
85 | this.emptySpaceItem1.Name = "emptySpaceItem1"; |
||
86 | this.emptySpaceItem1.Size = new System.Drawing.Size(212, 455); |
||
87 | this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
||
88 | // |
||
89 | // layoutControlGroup1 |
||
90 | // |
||
91 | this.layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
||
92 | this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
93 | this.layoutControlItem1}); |
||
94 | this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); |
||
95 | this.layoutControlGroup1.Name = "layoutControlGroup1"; |
||
96 | this.layoutControlGroup1.Size = new System.Drawing.Size(212, 85); |
||
97 | this.layoutControlGroup1.Text = "APID Converter"; |
||
98 | // |
||
99 | a77303ca | gaqhf | // layoutControlItem1 |
100 | // |
||
101 | this.layoutControlItem1.Control = this.btnOpenConverter; |
||
102 | this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
||
103 | this.layoutControlItem1.Name = "layoutControlItem1"; |
||
104 | this.layoutControlItem1.Size = new System.Drawing.Size(188, 40); |
||
105 | this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
||
106 | this.layoutControlItem1.TextVisible = false; |
||
107 | // |
||
108 | // defaultLookAndFeel |
||
109 | // |
||
110 | this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
||
111 | // |
||
112 | 88cb9898 | gaqhf | // APIDConverterExplorer |
113 | // |
||
114 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
||
115 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
116 | 09a2e00c | gaqhf | this.Controls.Add(this.layoutControl1); |
117 | 88cb9898 | gaqhf | this.Name = "APIDConverterExplorer"; |
118 | 09a2e00c | gaqhf | this.Size = new System.Drawing.Size(232, 560); |
119 | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
||
120 | this.layoutControl1.ResumeLayout(false); |
||
121 | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
||
122 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
||
123 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); |
||
124 | a77303ca | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
125 | 88cb9898 | gaqhf | this.ResumeLayout(false); |
126 | |||
127 | } |
||
128 | |||
129 | #endregion |
||
130 | 09a2e00c | gaqhf | |
131 | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
||
132 | private DevExpress.XtraLayout.LayoutControlGroup Root; |
||
133 | private DevExpress.XtraEditors.SimpleButton btnOpenConverter; |
||
134 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
||
135 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; |
||
136 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
||
137 | a77303ca | gaqhf | private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel; |
138 | 88cb9898 | gaqhf | } |
139 | } |