hytos / DTI_PID / SPPIDConverter / ConverterDocking.Designer.cs @ 0f06870b
이력 | 보기 | 이력해설 | 다운로드 (19.3 KB)
1 | 65881d60 | gaqhf | namespace Converter.SPPID.Wrapper |
---|---|---|---|
2 | { |
||
3 | partial class ConverterDocking |
||
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 | d19ae675 | gaqhf | this.components = new System.ComponentModel.Container(); |
32 | ca214bc3 | gaqhf | DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true, typeof(System.Windows.Forms.UserControl)); |
33 | 6a7573b0 | gaqhf | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterDocking)); |
34 | 65881d60 | gaqhf | this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
35 | b427ebf9 | humkyung | this.btnLinkOPC = new DevExpress.XtraEditors.SimpleButton(); |
36 | 69b7387a | gaqhf | this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton(); |
37 | this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit(); |
||
38 | this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit(); |
||
39 | ca214bc3 | gaqhf | this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); |
40 | e3e2d41f | gaqhf | this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton(); |
41 | 65881d60 | gaqhf | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
42 | this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
||
43 | 1ba9c671 | gaqhf | this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
44 | 6a7573b0 | gaqhf | this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
45 | 69b7387a | gaqhf | this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
46 | 6a7573b0 | gaqhf | this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
47 | this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
48 | 69b7387a | gaqhf | this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup(); |
49 | this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
50 | this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
51 | b427ebf9 | humkyung | this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
52 | 0f06870b | gaqhf | this.labelControl1 = new DevExpress.XtraEditors.LabelControl(); |
53 | this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
54 | this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); |
||
55 | 65881d60 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
56 | this.layoutControl1.SuspendLayout(); |
||
57 | 69b7387a | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit(); |
58 | ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).BeginInit(); |
||
59 | 65881d60 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
60 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
||
61 | 1ba9c671 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
62 | 6a7573b0 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); |
63 | 69b7387a | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
64 | 6a7573b0 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
65 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); |
||
66 | 69b7387a | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); |
67 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
||
68 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); |
||
69 | 0f06870b | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); |
70 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); |
||
71 | 65881d60 | gaqhf | this.SuspendLayout(); |
72 | // |
||
73 | 6a7573b0 | gaqhf | // splashScreenManager |
74 | // |
||
75 | splashScreenManager.ClosingDelay = 500; |
||
76 | // |
||
77 | 65881d60 | gaqhf | // layoutControl1 |
78 | // |
||
79 | 0f06870b | gaqhf | this.layoutControl1.Controls.Add(this.labelControl1); |
80 | 69b7387a | gaqhf | this.layoutControl1.Controls.Add(this.btnLinkOPC); |
81 | 6a7573b0 | gaqhf | this.layoutControl1.Controls.Add(this.btnGetDrawingSize); |
82 | this.layoutControl1.Controls.Add(this.textEditDrawingY); |
||
83 | this.layoutControl1.Controls.Add(this.textEditDrawingX); |
||
84 | 1ba9c671 | gaqhf | this.layoutControl1.Controls.Add(this.simpleButton1); |
85 | e3e2d41f | gaqhf | this.layoutControl1.Controls.Add(this.btnSPPIDConverter); |
86 | 65881d60 | gaqhf | this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
87 | this.layoutControl1.Location = new System.Drawing.Point(0, 0); |
||
88 | this.layoutControl1.Name = "layoutControl1"; |
||
89 | this.layoutControl1.Root = this.Root; |
||
90 | 0f06870b | gaqhf | this.layoutControl1.Size = new System.Drawing.Size(244, 500); |
91 | 65881d60 | gaqhf | this.layoutControl1.TabIndex = 0; |
92 | this.layoutControl1.Text = "layoutControl1"; |
||
93 | // |
||
94 | b427ebf9 | humkyung | // btnLinkOPC |
95 | // |
||
96 | this.btnLinkOPC.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLinkOPC.ImageOptions.SvgImage"))); |
||
97 | this.btnLinkOPC.Location = new System.Drawing.Point(24, 85); |
||
98 | this.btnLinkOPC.Name = "btnLinkOPC"; |
||
99 | 0f06870b | gaqhf | this.btnLinkOPC.Size = new System.Drawing.Size(196, 36); |
100 | b427ebf9 | humkyung | this.btnLinkOPC.StyleController = this.layoutControl1; |
101 | this.btnLinkOPC.TabIndex = 9; |
||
102 | this.btnLinkOPC.Text = "Link OPC"; |
||
103 | this.btnLinkOPC.Click += new System.EventHandler(this.btnLinkOPC_Click); |
||
104 | // |
||
105 | 69b7387a | gaqhf | // btnGetDrawingSize |
106 | // |
||
107 | this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 170); |
||
108 | this.btnGetDrawingSize.Name = "btnGetDrawingSize"; |
||
109 | 0f06870b | gaqhf | this.btnGetDrawingSize.Size = new System.Drawing.Size(196, 22); |
110 | 69b7387a | gaqhf | this.btnGetDrawingSize.StyleController = this.layoutControl1; |
111 | this.btnGetDrawingSize.TabIndex = 8; |
||
112 | this.btnGetDrawingSize.Text = "Get Drawing Size"; |
||
113 | this.btnGetDrawingSize.Click += new System.EventHandler(this.btnGetDrawingSize_Click); |
||
114 | // |
||
115 | // textEditDrawingY |
||
116 | // |
||
117 | this.textEditDrawingY.Location = new System.Drawing.Point(35, 220); |
||
118 | this.textEditDrawingY.Name = "textEditDrawingY"; |
||
119 | this.textEditDrawingY.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
||
120 | this.textEditDrawingY.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
||
121 | this.textEditDrawingY.Properties.ReadOnly = true; |
||
122 | 0f06870b | gaqhf | this.textEditDrawingY.Size = new System.Drawing.Size(185, 20); |
123 | 69b7387a | gaqhf | this.textEditDrawingY.StyleController = this.layoutControl1; |
124 | this.textEditDrawingY.TabIndex = 7; |
||
125 | // |
||
126 | // textEditDrawingX |
||
127 | // |
||
128 | this.textEditDrawingX.Location = new System.Drawing.Point(35, 196); |
||
129 | this.textEditDrawingX.Name = "textEditDrawingX"; |
||
130 | this.textEditDrawingX.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
||
131 | this.textEditDrawingX.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; |
||
132 | this.textEditDrawingX.Properties.ReadOnly = true; |
||
133 | 0f06870b | gaqhf | this.textEditDrawingX.Size = new System.Drawing.Size(185, 20); |
134 | 69b7387a | gaqhf | this.textEditDrawingX.StyleController = this.layoutControl1; |
135 | this.textEditDrawingX.TabIndex = 6; |
||
136 | // |
||
137 | ca214bc3 | gaqhf | // simpleButton1 |
138 | // |
||
139 | 0f06870b | gaqhf | this.simpleButton1.Location = new System.Drawing.Point(12, 319); |
140 | ca214bc3 | gaqhf | this.simpleButton1.Name = "simpleButton1"; |
141 | 0f06870b | gaqhf | this.simpleButton1.Size = new System.Drawing.Size(220, 22); |
142 | ca214bc3 | gaqhf | this.simpleButton1.StyleController = this.layoutControl1; |
143 | this.simpleButton1.TabIndex = 5; |
||
144 | this.simpleButton1.Text = "simpleButton1"; |
||
145 | this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); |
||
146 | // |
||
147 | e3e2d41f | gaqhf | // btnSPPIDConverter |
148 | // |
||
149 | d19ae675 | gaqhf | this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage"))); |
150 | 6a7573b0 | gaqhf | this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45); |
151 | e3e2d41f | gaqhf | this.btnSPPIDConverter.Name = "btnSPPIDConverter"; |
152 | 0f06870b | gaqhf | this.btnSPPIDConverter.Size = new System.Drawing.Size(196, 36); |
153 | e3e2d41f | gaqhf | this.btnSPPIDConverter.StyleController = this.layoutControl1; |
154 | this.btnSPPIDConverter.TabIndex = 4; |
||
155 | 6a7573b0 | gaqhf | this.btnSPPIDConverter.Text = "Open Converter"; |
156 | e3e2d41f | gaqhf | this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click); |
157 | // |
||
158 | 65881d60 | gaqhf | // Root |
159 | // |
||
160 | this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
||
161 | this.Root.GroupBordersVisible = false; |
||
162 | this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
163 | 1ba9c671 | gaqhf | this.emptySpaceItem1, |
164 | 6a7573b0 | gaqhf | this.layoutControlItem2, |
165 | this.layoutControlGroup1, |
||
166 | 0f06870b | gaqhf | this.layoutControlGroup2, |
167 | this.layoutControlGroup3}); |
||
168 | 65881d60 | gaqhf | this.Root.Name = "Root"; |
169 | 0f06870b | gaqhf | this.Root.Size = new System.Drawing.Size(244, 500); |
170 | 65881d60 | gaqhf | this.Root.TextVisible = false; |
171 | // |
||
172 | // emptySpaceItem1 |
||
173 | // |
||
174 | this.emptySpaceItem1.AllowHotTrack = false; |
||
175 | 0f06870b | gaqhf | this.emptySpaceItem1.Location = new System.Drawing.Point(0, 333); |
176 | 65881d60 | gaqhf | this.emptySpaceItem1.Name = "emptySpaceItem1"; |
177 | 0f06870b | gaqhf | this.emptySpaceItem1.Size = new System.Drawing.Size(224, 147); |
178 | 65881d60 | gaqhf | this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
179 | // |
||
180 | 1ba9c671 | gaqhf | // layoutControlItem2 |
181 | // |
||
182 | this.layoutControlItem2.Control = this.simpleButton1; |
||
183 | 0f06870b | gaqhf | this.layoutControlItem2.Location = new System.Drawing.Point(0, 307); |
184 | 1ba9c671 | gaqhf | this.layoutControlItem2.Name = "layoutControlItem2"; |
185 | 0f06870b | gaqhf | this.layoutControlItem2.Size = new System.Drawing.Size(224, 26); |
186 | 1ba9c671 | gaqhf | this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
187 | this.layoutControlItem2.TextVisible = false; |
||
188 | b427ebf9 | humkyung | this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.OnlyInCustomization; |
189 | 1ba9c671 | gaqhf | // |
190 | 6a7573b0 | gaqhf | // layoutControlGroup1 |
191 | // |
||
192 | this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
193 | this.layoutControlItem3, |
||
194 | this.layoutControlItem4, |
||
195 | this.layoutControlItem5}); |
||
196 | 69b7387a | gaqhf | this.layoutControlGroup1.Location = new System.Drawing.Point(0, 125); |
197 | 6a7573b0 | gaqhf | this.layoutControlGroup1.Name = "layoutControlGroup1"; |
198 | 0f06870b | gaqhf | this.layoutControlGroup1.Size = new System.Drawing.Size(224, 119); |
199 | 69b7387a | gaqhf | this.layoutControlGroup1.Text = "Drawing Size Setting"; |
200 | 6a7573b0 | gaqhf | // |
201 | 69b7387a | gaqhf | // layoutControlItem3 |
202 | 6a7573b0 | gaqhf | // |
203 | 69b7387a | gaqhf | this.layoutControlItem3.Control = this.textEditDrawingX; |
204 | this.layoutControlItem3.Location = new System.Drawing.Point(0, 26); |
||
205 | this.layoutControlItem3.Name = "layoutControlItem3"; |
||
206 | 0f06870b | gaqhf | this.layoutControlItem3.Size = new System.Drawing.Size(200, 24); |
207 | 69b7387a | gaqhf | this.layoutControlItem3.Text = "X"; |
208 | this.layoutControlItem3.TextSize = new System.Drawing.Size(8, 14); |
||
209 | 6a7573b0 | gaqhf | // |
210 | // layoutControlItem4 |
||
211 | // |
||
212 | this.layoutControlItem4.Control = this.textEditDrawingY; |
||
213 | this.layoutControlItem4.Location = new System.Drawing.Point(0, 50); |
||
214 | this.layoutControlItem4.Name = "layoutControlItem4"; |
||
215 | 0f06870b | gaqhf | this.layoutControlItem4.Size = new System.Drawing.Size(200, 24); |
216 | 6a7573b0 | gaqhf | this.layoutControlItem4.Text = "Y"; |
217 | this.layoutControlItem4.TextSize = new System.Drawing.Size(8, 14); |
||
218 | // |
||
219 | 69b7387a | gaqhf | // layoutControlItem5 |
220 | // |
||
221 | this.layoutControlItem5.Control = this.btnGetDrawingSize; |
||
222 | this.layoutControlItem5.Location = new System.Drawing.Point(0, 0); |
||
223 | this.layoutControlItem5.Name = "layoutControlItem5"; |
||
224 | 0f06870b | gaqhf | this.layoutControlItem5.Size = new System.Drawing.Size(200, 26); |
225 | 69b7387a | gaqhf | this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); |
226 | this.layoutControlItem5.TextVisible = false; |
||
227 | // |
||
228 | 6a7573b0 | gaqhf | // layoutControlGroup2 |
229 | // |
||
230 | this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
231 | 69b7387a | gaqhf | this.layoutControlItem1, |
232 | this.layoutControlItem6}); |
||
233 | 6a7573b0 | gaqhf | this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); |
234 | this.layoutControlGroup2.Name = "layoutControlGroup2"; |
||
235 | 0f06870b | gaqhf | this.layoutControlGroup2.Size = new System.Drawing.Size(224, 125); |
236 | 6a7573b0 | gaqhf | this.layoutControlGroup2.Text = "Converter"; |
237 | // |
||
238 | 69b7387a | gaqhf | // layoutControlItem1 |
239 | 6a7573b0 | gaqhf | // |
240 | 69b7387a | gaqhf | this.layoutControlItem1.Control = this.btnSPPIDConverter; |
241 | this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
||
242 | this.layoutControlItem1.Name = "layoutControlItem1"; |
||
243 | 0f06870b | gaqhf | this.layoutControlItem1.Size = new System.Drawing.Size(200, 40); |
244 | 69b7387a | gaqhf | this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
245 | this.layoutControlItem1.TextVisible = false; |
||
246 | 6a7573b0 | gaqhf | // |
247 | 69b7387a | gaqhf | // layoutControlItem6 |
248 | // |
||
249 | this.layoutControlItem6.Control = this.btnLinkOPC; |
||
250 | this.layoutControlItem6.Location = new System.Drawing.Point(0, 40); |
||
251 | this.layoutControlItem6.Name = "layoutControlItem6"; |
||
252 | 0f06870b | gaqhf | this.layoutControlItem6.Size = new System.Drawing.Size(200, 40); |
253 | 69b7387a | gaqhf | this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
254 | this.layoutControlItem6.TextVisible = false; |
||
255 | ca214bc3 | gaqhf | // |
256 | b427ebf9 | humkyung | // defaultLookAndFeel |
257 | // |
||
258 | this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
||
259 | // |
||
260 | 0f06870b | gaqhf | // labelControl1 |
261 | // |
||
262 | this.labelControl1.Location = new System.Drawing.Point(24, 289); |
||
263 | this.labelControl1.Name = "labelControl1"; |
||
264 | this.labelControl1.Size = new System.Drawing.Size(179, 14); |
||
265 | this.labelControl1.StyleController = this.layoutControl1; |
||
266 | this.labelControl1.TabIndex = 10; |
||
267 | this.labelControl1.Text = "Snap Grid On/Off Key : Shift + A"; |
||
268 | // |
||
269 | // layoutControlItem7 |
||
270 | // |
||
271 | this.layoutControlItem7.Control = this.labelControl1; |
||
272 | this.layoutControlItem7.Location = new System.Drawing.Point(0, 0); |
||
273 | this.layoutControlItem7.Name = "layoutControlItem7"; |
||
274 | this.layoutControlItem7.Size = new System.Drawing.Size(200, 18); |
||
275 | this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); |
||
276 | this.layoutControlItem7.TextVisible = false; |
||
277 | // |
||
278 | // layoutControlGroup3 |
||
279 | // |
||
280 | this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
281 | this.layoutControlItem7}); |
||
282 | this.layoutControlGroup3.Location = new System.Drawing.Point(0, 244); |
||
283 | this.layoutControlGroup3.Name = "layoutControlGroup3"; |
||
284 | this.layoutControlGroup3.Size = new System.Drawing.Size(224, 63); |
||
285 | this.layoutControlGroup3.Text = "SPPID Utils"; |
||
286 | // |
||
287 | 65881d60 | gaqhf | // ConverterDocking |
288 | // |
||
289 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
||
290 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
291 | this.Controls.Add(this.layoutControl1); |
||
292 | this.Name = "ConverterDocking"; |
||
293 | 0f06870b | gaqhf | this.Size = new System.Drawing.Size(244, 500); |
294 | b427ebf9 | humkyung | this.Load += new System.EventHandler(this.ConverterDocking_Load); |
295 | 65881d60 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
296 | this.layoutControl1.ResumeLayout(false); |
||
297 | 69b7387a | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit(); |
298 | ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).EndInit(); |
||
299 | 65881d60 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
300 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
||
301 | 1ba9c671 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
302 | 6a7573b0 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); |
303 | 69b7387a | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
304 | 6a7573b0 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
305 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); |
||
306 | 69b7387a | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); |
307 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
||
308 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
||
309 | 0f06870b | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); |
310 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); |
||
311 | 65881d60 | gaqhf | this.ResumeLayout(false); |
312 | |||
313 | } |
||
314 | |||
315 | #endregion |
||
316 | |||
317 | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
||
318 | private DevExpress.XtraLayout.LayoutControlGroup Root; |
||
319 | e3e2d41f | gaqhf | private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter; |
320 | 65881d60 | gaqhf | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
321 | d19ae675 | gaqhf | private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel; |
322 | b427ebf9 | humkyung | public DevExpress.XtraEditors.SimpleButton simpleButton1; |
323 | public DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
||
324 | 6a7573b0 | gaqhf | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
325 | private DevExpress.XtraEditors.TextEdit textEditDrawingY; |
||
326 | private DevExpress.XtraEditors.TextEdit textEditDrawingX; |
||
327 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; |
||
328 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
||
329 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
||
330 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; |
||
331 | private DevExpress.XtraEditors.SimpleButton btnGetDrawingSize; |
||
332 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
||
333 | 69b7387a | gaqhf | private DevExpress.XtraEditors.SimpleButton btnLinkOPC; |
334 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
||
335 | 0f06870b | gaqhf | private DevExpress.XtraEditors.LabelControl labelControl1; |
336 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; |
||
337 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
||
338 | 65881d60 | gaqhf | } |
339 | } |