프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / ConverterDocking.Designer.cs @ 2b200a6e

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

    
351
        }
352

    
353
        #endregion
354

    
355
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
356
        private DevExpress.XtraLayout.LayoutControlGroup Root;
357
        private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter;
358
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
359
        private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel;
360
        public DevExpress.XtraEditors.SimpleButton simpleButton1;
361
        public DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
362
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
363
        private DevExpress.XtraEditors.TextEdit textEditDrawingY;
364
        private DevExpress.XtraEditors.TextEdit textEditDrawingX;
365
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
366
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
367
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
368
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
369
        private DevExpress.XtraEditors.SimpleButton btnGetDrawingSize;
370
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
371
        private DevExpress.XtraEditors.SimpleButton btnLinkOPC;
372
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
373
        private DevExpress.XtraEditors.LabelControl labelControl1;
374
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
375
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
376
        private DevExpress.XtraEditors.SimpleButton btnSymmetry;
377
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
378
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
379
    }
380
}
클립보드 이미지 추가 (최대 크기: 500 MB)