hytos / DTI_PID / APIDConverter / APIDConverterExplorer.Designer.cs @ bded697f
이력 | 보기 | 이력해설 | 다운로드 (14.8 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 | aba318eb | gaqhf | DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true, typeof(System.Windows.Forms.UserControl)); |
33 | 09a2e00c | gaqhf | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(APIDConverterExplorer)); |
34 | this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
||
35 | d03dde83 | gaqhf | this.textDrawingY = new DevExpress.XtraEditors.TextEdit(); |
36 | this.btnDrawingSize = new DevExpress.XtraEditors.SimpleButton(); |
||
37 | this.textDrawingX = new DevExpress.XtraEditors.TextEdit(); |
||
38 | 09a2e00c | gaqhf | this.btnOpenConverter = new DevExpress.XtraEditors.SimpleButton(); |
39 | a77303ca | gaqhf | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
40 | 09a2e00c | gaqhf | this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
41 | this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
||
42 | a77303ca | gaqhf | this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
43 | f71d5768 | gaqhf | this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
44 | d03dde83 | gaqhf | this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
45 | f71d5768 | gaqhf | this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
46 | this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
47 | d03dde83 | gaqhf | this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
48 | this.btnGetAttribute = new DevExpress.XtraEditors.SimpleButton(); |
||
49 | this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
50 | 09a2e00c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
51 | this.layoutControl1.SuspendLayout(); |
||
52 | d03dde83 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.textDrawingY.Properties)).BeginInit(); |
53 | ((System.ComponentModel.ISupportInitialize)(this.textDrawingX.Properties)).BeginInit(); |
||
54 | 09a2e00c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
55 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
||
56 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); |
||
57 | a77303ca | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
58 | f71d5768 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); |
59 | d03dde83 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
60 | f71d5768 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
61 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
||
62 | d03dde83 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); |
63 | 88cb9898 | gaqhf | this.SuspendLayout(); |
64 | // |
||
65 | aba318eb | gaqhf | // splashScreenManager |
66 | // |
||
67 | splashScreenManager.ClosingDelay = 500; |
||
68 | // |
||
69 | 09a2e00c | gaqhf | // layoutControl1 |
70 | // |
||
71 | d03dde83 | gaqhf | this.layoutControl1.Controls.Add(this.btnGetAttribute); |
72 | f71d5768 | gaqhf | this.layoutControl1.Controls.Add(this.textDrawingY); |
73 | this.layoutControl1.Controls.Add(this.btnDrawingSize); |
||
74 | this.layoutControl1.Controls.Add(this.textDrawingX); |
||
75 | 09a2e00c | gaqhf | this.layoutControl1.Controls.Add(this.btnOpenConverter); |
76 | this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
77 | this.layoutControl1.Location = new System.Drawing.Point(0, 0); |
||
78 | this.layoutControl1.Name = "layoutControl1"; |
||
79 | this.layoutControl1.Root = this.Root; |
||
80 | this.layoutControl1.Size = new System.Drawing.Size(232, 560); |
||
81 | this.layoutControl1.TabIndex = 0; |
||
82 | this.layoutControl1.Text = "layoutControl1"; |
||
83 | // |
||
84 | d03dde83 | gaqhf | // textDrawingY |
85 | // |
||
86 | this.textDrawingY.Location = new System.Drawing.Point(63, 220); |
||
87 | this.textDrawingY.Name = "textDrawingY"; |
||
88 | this.textDrawingY.Size = new System.Drawing.Size(145, 20); |
||
89 | this.textDrawingY.StyleController = this.layoutControl1; |
||
90 | this.textDrawingY.TabIndex = 7; |
||
91 | // |
||
92 | // btnDrawingSize |
||
93 | // |
||
94 | this.btnDrawingSize.Location = new System.Drawing.Point(24, 170); |
||
95 | this.btnDrawingSize.Name = "btnDrawingSize"; |
||
96 | this.btnDrawingSize.Size = new System.Drawing.Size(184, 22); |
||
97 | this.btnDrawingSize.StyleController = this.layoutControl1; |
||
98 | this.btnDrawingSize.TabIndex = 6; |
||
99 | this.btnDrawingSize.Text = "Get Drawing Size"; |
||
100 | this.btnDrawingSize.Click += new System.EventHandler(this.btnDrawingSize_Click); |
||
101 | // |
||
102 | // textDrawingX |
||
103 | // |
||
104 | this.textDrawingX.Location = new System.Drawing.Point(63, 196); |
||
105 | this.textDrawingX.Name = "textDrawingX"; |
||
106 | this.textDrawingX.Size = new System.Drawing.Size(145, 20); |
||
107 | this.textDrawingX.StyleController = this.layoutControl1; |
||
108 | this.textDrawingX.TabIndex = 5; |
||
109 | // |
||
110 | 09a2e00c | gaqhf | // btnOpenConverter |
111 | // |
||
112 | this.btnOpenConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnOpenConverter.ImageOptions.SvgImage"))); |
||
113 | this.btnOpenConverter.Location = new System.Drawing.Point(24, 45); |
||
114 | this.btnOpenConverter.Name = "btnOpenConverter"; |
||
115 | this.btnOpenConverter.Size = new System.Drawing.Size(184, 36); |
||
116 | this.btnOpenConverter.StyleController = this.layoutControl1; |
||
117 | this.btnOpenConverter.TabIndex = 4; |
||
118 | this.btnOpenConverter.Text = "Open Converter"; |
||
119 | this.btnOpenConverter.Click += new System.EventHandler(this.btnOpenConverter_Click); |
||
120 | // |
||
121 | a77303ca | gaqhf | // Root |
122 | 09a2e00c | gaqhf | // |
123 | a77303ca | gaqhf | this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
124 | this.Root.GroupBordersVisible = false; |
||
125 | this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
126 | this.emptySpaceItem1, |
||
127 | f71d5768 | gaqhf | this.layoutControlGroup1, |
128 | this.layoutControlGroup2}); |
||
129 | a77303ca | gaqhf | this.Root.Name = "Root"; |
130 | this.Root.Size = new System.Drawing.Size(232, 560); |
||
131 | this.Root.TextVisible = false; |
||
132 | 09a2e00c | gaqhf | // |
133 | // emptySpaceItem1 |
||
134 | // |
||
135 | this.emptySpaceItem1.AllowHotTrack = false; |
||
136 | d03dde83 | gaqhf | this.emptySpaceItem1.Location = new System.Drawing.Point(0, 244); |
137 | 09a2e00c | gaqhf | this.emptySpaceItem1.Name = "emptySpaceItem1"; |
138 | d03dde83 | gaqhf | this.emptySpaceItem1.Size = new System.Drawing.Size(212, 296); |
139 | 09a2e00c | gaqhf | this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
140 | // |
||
141 | // layoutControlGroup1 |
||
142 | // |
||
143 | this.layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
||
144 | this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
145 | d03dde83 | gaqhf | this.layoutControlItem1, |
146 | this.layoutControlItem5}); |
||
147 | 09a2e00c | gaqhf | this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); |
148 | this.layoutControlGroup1.Name = "layoutControlGroup1"; |
||
149 | d03dde83 | gaqhf | this.layoutControlGroup1.Size = new System.Drawing.Size(212, 125); |
150 | 09a2e00c | gaqhf | this.layoutControlGroup1.Text = "APID Converter"; |
151 | // |
||
152 | a77303ca | gaqhf | // layoutControlItem1 |
153 | // |
||
154 | this.layoutControlItem1.Control = this.btnOpenConverter; |
||
155 | this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
||
156 | this.layoutControlItem1.Name = "layoutControlItem1"; |
||
157 | this.layoutControlItem1.Size = new System.Drawing.Size(188, 40); |
||
158 | this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
||
159 | this.layoutControlItem1.TextVisible = false; |
||
160 | // |
||
161 | f71d5768 | gaqhf | // layoutControlGroup2 |
162 | // |
||
163 | this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
164 | this.layoutControlItem2, |
||
165 | this.layoutControlItem3, |
||
166 | this.layoutControlItem4}); |
||
167 | d03dde83 | gaqhf | this.layoutControlGroup2.Location = new System.Drawing.Point(0, 125); |
168 | f71d5768 | gaqhf | this.layoutControlGroup2.Name = "layoutControlGroup2"; |
169 | this.layoutControlGroup2.Size = new System.Drawing.Size(212, 119); |
||
170 | 4aba6868 | gaqhf | this.layoutControlGroup2.Text = "Drawing Size Setting"; |
171 | f71d5768 | gaqhf | // |
172 | d03dde83 | gaqhf | // layoutControlItem2 |
173 | f71d5768 | gaqhf | // |
174 | d03dde83 | gaqhf | this.layoutControlItem2.Control = this.textDrawingX; |
175 | this.layoutControlItem2.Location = new System.Drawing.Point(0, 26); |
||
176 | this.layoutControlItem2.Name = "layoutControlItem2"; |
||
177 | this.layoutControlItem2.Size = new System.Drawing.Size(188, 24); |
||
178 | this.layoutControlItem2.Text = "Width"; |
||
179 | this.layoutControlItem2.TextSize = new System.Drawing.Size(36, 14); |
||
180 | f71d5768 | gaqhf | // |
181 | // layoutControlItem3 |
||
182 | // |
||
183 | this.layoutControlItem3.Control = this.btnDrawingSize; |
||
184 | this.layoutControlItem3.Location = new System.Drawing.Point(0, 0); |
||
185 | this.layoutControlItem3.Name = "layoutControlItem3"; |
||
186 | this.layoutControlItem3.Size = new System.Drawing.Size(188, 26); |
||
187 | this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); |
||
188 | this.layoutControlItem3.TextVisible = false; |
||
189 | // |
||
190 | // layoutControlItem4 |
||
191 | // |
||
192 | this.layoutControlItem4.Control = this.textDrawingY; |
||
193 | this.layoutControlItem4.Location = new System.Drawing.Point(0, 50); |
||
194 | this.layoutControlItem4.Name = "layoutControlItem4"; |
||
195 | this.layoutControlItem4.Size = new System.Drawing.Size(188, 24); |
||
196 | 4aba6868 | gaqhf | this.layoutControlItem4.Text = "Height"; |
197 | this.layoutControlItem4.TextSize = new System.Drawing.Size(36, 14); |
||
198 | f71d5768 | gaqhf | // |
199 | d03dde83 | gaqhf | // defaultLookAndFeel |
200 | // |
||
201 | this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
||
202 | // |
||
203 | // btnGetAttribute |
||
204 | // |
||
205 | this.btnGetAttribute.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnGetAttribute.ImageOptions.SvgImage"))); |
||
206 | this.btnGetAttribute.Location = new System.Drawing.Point(24, 85); |
||
207 | this.btnGetAttribute.Name = "btnGetAttribute"; |
||
208 | this.btnGetAttribute.Size = new System.Drawing.Size(184, 36); |
||
209 | this.btnGetAttribute.StyleController = this.layoutControl1; |
||
210 | this.btnGetAttribute.TabIndex = 8; |
||
211 | this.btnGetAttribute.Text = "Get Attribute\r\nFrom Select Item"; |
||
212 | this.btnGetAttribute.Click += new System.EventHandler(this.btnGetAttribute_Click); |
||
213 | // |
||
214 | // layoutControlItem5 |
||
215 | // |
||
216 | this.layoutControlItem5.Control = this.btnGetAttribute; |
||
217 | this.layoutControlItem5.Location = new System.Drawing.Point(0, 40); |
||
218 | this.layoutControlItem5.Name = "layoutControlItem5"; |
||
219 | this.layoutControlItem5.Size = new System.Drawing.Size(188, 40); |
||
220 | this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); |
||
221 | this.layoutControlItem5.TextVisible = false; |
||
222 | // |
||
223 | 88cb9898 | gaqhf | // APIDConverterExplorer |
224 | // |
||
225 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
||
226 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
227 | 09a2e00c | gaqhf | this.Controls.Add(this.layoutControl1); |
228 | 88cb9898 | gaqhf | this.Name = "APIDConverterExplorer"; |
229 | 09a2e00c | gaqhf | this.Size = new System.Drawing.Size(232, 560); |
230 | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
||
231 | this.layoutControl1.ResumeLayout(false); |
||
232 | d03dde83 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.textDrawingY.Properties)).EndInit(); |
233 | ((System.ComponentModel.ISupportInitialize)(this.textDrawingX.Properties)).EndInit(); |
||
234 | 09a2e00c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
235 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
||
236 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); |
||
237 | a77303ca | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
238 | f71d5768 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); |
239 | d03dde83 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
240 | f71d5768 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
241 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
||
242 | d03dde83 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); |
243 | 88cb9898 | gaqhf | this.ResumeLayout(false); |
244 | |||
245 | } |
||
246 | |||
247 | #endregion |
||
248 | 09a2e00c | gaqhf | |
249 | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
||
250 | private DevExpress.XtraLayout.LayoutControlGroup Root; |
||
251 | private DevExpress.XtraEditors.SimpleButton btnOpenConverter; |
||
252 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
||
253 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; |
||
254 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
||
255 | a77303ca | gaqhf | private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel; |
256 | f71d5768 | gaqhf | private DevExpress.XtraEditors.TextEdit textDrawingY; |
257 | private DevExpress.XtraEditors.SimpleButton btnDrawingSize; |
||
258 | private DevExpress.XtraEditors.TextEdit textDrawingX; |
||
259 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; |
||
260 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
||
261 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
||
262 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
||
263 | d03dde83 | gaqhf | private DevExpress.XtraEditors.SimpleButton btnGetAttribute; |
264 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
||
265 | 88cb9898 | gaqhf | } |
266 | } |