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