hytos / DTI_PID / SPPIDConverter / ConverterDocking.Designer.cs @ 8829d0c5
이력 | 보기 | 이력해설 | 다운로드 (16.9 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 | 69b7387a | gaqhf | this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton(); |
36 | this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit(); |
||
37 | this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit(); |
||
38 | ca214bc3 | gaqhf | this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); |
39 | e3e2d41f | gaqhf | this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton(); |
40 | 65881d60 | gaqhf | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
41 | this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
||
42 | 1ba9c671 | gaqhf | this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
43 | 6a7573b0 | gaqhf | this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
44 | 69b7387a | gaqhf | this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
45 | 6a7573b0 | gaqhf | this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
46 | this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
47 | 69b7387a | gaqhf | 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 | 65881d60 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
53 | this.layoutControl1.SuspendLayout(); |
||
54 | 69b7387a | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit(); |
55 | ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).BeginInit(); |
||
56 | 65881d60 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
57 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
||
58 | 1ba9c671 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
59 | 6a7573b0 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); |
60 | 69b7387a | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
61 | 6a7573b0 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
62 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); |
||
63 | 69b7387a | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); |
64 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
||
65 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); |
||
66 | 65881d60 | gaqhf | this.SuspendLayout(); |
67 | // |
||
68 | 6a7573b0 | gaqhf | // splashScreenManager |
69 | // |
||
70 | splashScreenManager.ClosingDelay = 500; |
||
71 | // |
||
72 | 65881d60 | gaqhf | // layoutControl1 |
73 | // |
||
74 | 69b7387a | gaqhf | this.layoutControl1.Controls.Add(this.btnLinkOPC); |
75 | 6a7573b0 | gaqhf | this.layoutControl1.Controls.Add(this.btnGetDrawingSize); |
76 | this.layoutControl1.Controls.Add(this.textEditDrawingY); |
||
77 | this.layoutControl1.Controls.Add(this.textEditDrawingX); |
||
78 | 1ba9c671 | gaqhf | this.layoutControl1.Controls.Add(this.simpleButton1); |
79 | e3e2d41f | gaqhf | this.layoutControl1.Controls.Add(this.btnSPPIDConverter); |
80 | 65881d60 | gaqhf | 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 | 6a7573b0 | gaqhf | this.layoutControl1.Size = new System.Drawing.Size(200, 500); |
85 | 65881d60 | gaqhf | this.layoutControl1.TabIndex = 0; |
86 | this.layoutControl1.Text = "layoutControl1"; |
||
87 | // |
||
88 | 69b7387a | gaqhf | // 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 | ca214bc3 | gaqhf | // simpleButton1 |
121 | // |
||
122 | 69b7387a | gaqhf | this.simpleButton1.Location = new System.Drawing.Point(12, 256); |
123 | ca214bc3 | gaqhf | this.simpleButton1.Name = "simpleButton1"; |
124 | 6a7573b0 | gaqhf | this.simpleButton1.Size = new System.Drawing.Size(176, 22); |
125 | ca214bc3 | gaqhf | 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 | e3e2d41f | gaqhf | // btnSPPIDConverter |
132 | // |
||
133 | d19ae675 | gaqhf | this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage"))); |
134 | 6a7573b0 | gaqhf | this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45); |
135 | e3e2d41f | gaqhf | this.btnSPPIDConverter.Name = "btnSPPIDConverter"; |
136 | 6a7573b0 | gaqhf | this.btnSPPIDConverter.Size = new System.Drawing.Size(152, 36); |
137 | e3e2d41f | gaqhf | this.btnSPPIDConverter.StyleController = this.layoutControl1; |
138 | this.btnSPPIDConverter.TabIndex = 4; |
||
139 | 6a7573b0 | gaqhf | this.btnSPPIDConverter.Text = "Open Converter"; |
140 | e3e2d41f | gaqhf | this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click); |
141 | // |
||
142 | 65881d60 | gaqhf | // 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 | 1ba9c671 | gaqhf | this.emptySpaceItem1, |
148 | 6a7573b0 | gaqhf | this.layoutControlItem2, |
149 | this.layoutControlGroup1, |
||
150 | this.layoutControlGroup2}); |
||
151 | 65881d60 | gaqhf | this.Root.Name = "Root"; |
152 | 6a7573b0 | gaqhf | this.Root.Size = new System.Drawing.Size(200, 500); |
153 | 65881d60 | gaqhf | this.Root.TextVisible = false; |
154 | // |
||
155 | // emptySpaceItem1 |
||
156 | // |
||
157 | this.emptySpaceItem1.AllowHotTrack = false; |
||
158 | 69b7387a | gaqhf | this.emptySpaceItem1.Location = new System.Drawing.Point(0, 270); |
159 | 65881d60 | gaqhf | this.emptySpaceItem1.Name = "emptySpaceItem1"; |
160 | 69b7387a | gaqhf | this.emptySpaceItem1.Size = new System.Drawing.Size(180, 210); |
161 | 65881d60 | gaqhf | this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
162 | // |
||
163 | 1ba9c671 | gaqhf | // layoutControlItem2 |
164 | // |
||
165 | this.layoutControlItem2.Control = this.simpleButton1; |
||
166 | 69b7387a | gaqhf | this.layoutControlItem2.Location = new System.Drawing.Point(0, 244); |
167 | 1ba9c671 | gaqhf | this.layoutControlItem2.Name = "layoutControlItem2"; |
168 | 6a7573b0 | gaqhf | this.layoutControlItem2.Size = new System.Drawing.Size(180, 26); |
169 | 1ba9c671 | gaqhf | this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
170 | this.layoutControlItem2.TextVisible = false; |
||
171 | // |
||
172 | 6a7573b0 | gaqhf | // layoutControlGroup1 |
173 | // |
||
174 | this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
175 | this.layoutControlItem3, |
||
176 | this.layoutControlItem4, |
||
177 | this.layoutControlItem5}); |
||
178 | 69b7387a | gaqhf | this.layoutControlGroup1.Location = new System.Drawing.Point(0, 125); |
179 | 6a7573b0 | gaqhf | this.layoutControlGroup1.Name = "layoutControlGroup1"; |
180 | this.layoutControlGroup1.Size = new System.Drawing.Size(180, 119); |
||
181 | 69b7387a | gaqhf | this.layoutControlGroup1.Text = "Drawing Size Setting"; |
182 | 6a7573b0 | gaqhf | // |
183 | 69b7387a | gaqhf | // layoutControlItem3 |
184 | 6a7573b0 | gaqhf | // |
185 | 69b7387a | gaqhf | 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 | 6a7573b0 | gaqhf | // |
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 | 69b7387a | gaqhf | // 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 | 6a7573b0 | gaqhf | // layoutControlGroup2 |
211 | // |
||
212 | this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
213 | 69b7387a | gaqhf | this.layoutControlItem1, |
214 | this.layoutControlItem6}); |
||
215 | 6a7573b0 | gaqhf | this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0); |
216 | this.layoutControlGroup2.Name = "layoutControlGroup2"; |
||
217 | 69b7387a | gaqhf | this.layoutControlGroup2.Size = new System.Drawing.Size(180, 125); |
218 | 6a7573b0 | gaqhf | this.layoutControlGroup2.Text = "Converter"; |
219 | // |
||
220 | 69b7387a | gaqhf | // layoutControlItem1 |
221 | 6a7573b0 | gaqhf | // |
222 | 69b7387a | gaqhf | 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 | 6a7573b0 | gaqhf | // |
229 | 69b7387a | gaqhf | // defaultLookAndFeel |
230 | 6a7573b0 | gaqhf | // |
231 | 69b7387a | gaqhf | 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 | ca214bc3 | gaqhf | // |
253 | 65881d60 | gaqhf | // 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 | 6a7573b0 | gaqhf | this.Size = new System.Drawing.Size(200, 500); |
260 | 65881d60 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
261 | this.layoutControl1.ResumeLayout(false); |
||
262 | 69b7387a | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit(); |
263 | ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).EndInit(); |
||
264 | 65881d60 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
265 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
||
266 | 1ba9c671 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
267 | 6a7573b0 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); |
268 | 69b7387a | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
269 | 6a7573b0 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
270 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); |
||
271 | 69b7387a | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); |
272 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
||
273 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
||
274 | 65881d60 | gaqhf | this.ResumeLayout(false); |
275 | |||
276 | } |
||
277 | |||
278 | #endregion |
||
279 | |||
280 | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
||
281 | private DevExpress.XtraLayout.LayoutControlGroup Root; |
||
282 | e3e2d41f | gaqhf | private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter; |
283 | 65881d60 | gaqhf | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
284 | d19ae675 | gaqhf | private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel; |
285 | 1ba9c671 | gaqhf | private DevExpress.XtraEditors.SimpleButton simpleButton1; |
286 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
||
287 | 6a7573b0 | gaqhf | 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 | 69b7387a | gaqhf | private DevExpress.XtraEditors.SimpleButton btnLinkOPC; |
297 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
||
298 | 65881d60 | gaqhf | } |
299 | } |