프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / ConverterDocking.Designer.cs @ 0f06870b

이력 | 보기 | 이력해설 | 다운로드 (19.3 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.btnLinkOPC = new DevExpress.XtraEditors.SimpleButton();
36
            this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton();
37
            this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit();
38
            this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit();
39
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
40
            this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton();
41
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
42
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
43
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
44
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
45
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
46
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
47
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
48
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
49
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
50
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
51
            this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
52
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
53
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
54
            this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
55
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
56
            this.layoutControl1.SuspendLayout();
57
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit();
58
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).BeginInit();
59
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
60
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
61
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
62
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
63
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
64
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
65
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
66
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
67
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
68
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
69
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
70
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
71
            this.SuspendLayout();
72
            // 
73
            // splashScreenManager
74
            // 
75
            splashScreenManager.ClosingDelay = 500;
76
            // 
77
            // layoutControl1
78
            // 
79
            this.layoutControl1.Controls.Add(this.labelControl1);
80
            this.layoutControl1.Controls.Add(this.btnLinkOPC);
81
            this.layoutControl1.Controls.Add(this.btnGetDrawingSize);
82
            this.layoutControl1.Controls.Add(this.textEditDrawingY);
83
            this.layoutControl1.Controls.Add(this.textEditDrawingX);
84
            this.layoutControl1.Controls.Add(this.simpleButton1);
85
            this.layoutControl1.Controls.Add(this.btnSPPIDConverter);
86
            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
            this.layoutControl1.Size = new System.Drawing.Size(244, 500);
91
            this.layoutControl1.TabIndex = 0;
92
            this.layoutControl1.Text = "layoutControl1";
93
            // 
94
            // 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
            this.btnLinkOPC.Size = new System.Drawing.Size(196, 36);
100
            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
            // btnGetDrawingSize
106
            // 
107
            this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 170);
108
            this.btnGetDrawingSize.Name = "btnGetDrawingSize";
109
            this.btnGetDrawingSize.Size = new System.Drawing.Size(196, 22);
110
            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
            this.textEditDrawingY.Size = new System.Drawing.Size(185, 20);
123
            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
            this.textEditDrawingX.Size = new System.Drawing.Size(185, 20);
134
            this.textEditDrawingX.StyleController = this.layoutControl1;
135
            this.textEditDrawingX.TabIndex = 6;
136
            // 
137
            // simpleButton1
138
            // 
139
            this.simpleButton1.Location = new System.Drawing.Point(12, 319);
140
            this.simpleButton1.Name = "simpleButton1";
141
            this.simpleButton1.Size = new System.Drawing.Size(220, 22);
142
            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
            // btnSPPIDConverter
148
            // 
149
            this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage")));
150
            this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45);
151
            this.btnSPPIDConverter.Name = "btnSPPIDConverter";
152
            this.btnSPPIDConverter.Size = new System.Drawing.Size(196, 36);
153
            this.btnSPPIDConverter.StyleController = this.layoutControl1;
154
            this.btnSPPIDConverter.TabIndex = 4;
155
            this.btnSPPIDConverter.Text = "Open Converter";
156
            this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click);
157
            // 
158
            // 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
            this.emptySpaceItem1,
164
            this.layoutControlItem2,
165
            this.layoutControlGroup1,
166
            this.layoutControlGroup2,
167
            this.layoutControlGroup3});
168
            this.Root.Name = "Root";
169
            this.Root.Size = new System.Drawing.Size(244, 500);
170
            this.Root.TextVisible = false;
171
            // 
172
            // emptySpaceItem1
173
            // 
174
            this.emptySpaceItem1.AllowHotTrack = false;
175
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 333);
176
            this.emptySpaceItem1.Name = "emptySpaceItem1";
177
            this.emptySpaceItem1.Size = new System.Drawing.Size(224, 147);
178
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
179
            // 
180
            // layoutControlItem2
181
            // 
182
            this.layoutControlItem2.Control = this.simpleButton1;
183
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 307);
184
            this.layoutControlItem2.Name = "layoutControlItem2";
185
            this.layoutControlItem2.Size = new System.Drawing.Size(224, 26);
186
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
187
            this.layoutControlItem2.TextVisible = false;
188
            this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.OnlyInCustomization;
189
            // 
190
            // layoutControlGroup1
191
            // 
192
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
193
            this.layoutControlItem3,
194
            this.layoutControlItem4,
195
            this.layoutControlItem5});
196
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 125);
197
            this.layoutControlGroup1.Name = "layoutControlGroup1";
198
            this.layoutControlGroup1.Size = new System.Drawing.Size(224, 119);
199
            this.layoutControlGroup1.Text = "Drawing Size Setting";
200
            // 
201
            // layoutControlItem3
202
            // 
203
            this.layoutControlItem3.Control = this.textEditDrawingX;
204
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
205
            this.layoutControlItem3.Name = "layoutControlItem3";
206
            this.layoutControlItem3.Size = new System.Drawing.Size(200, 24);
207
            this.layoutControlItem3.Text = "X";
208
            this.layoutControlItem3.TextSize = new System.Drawing.Size(8, 14);
209
            // 
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
            this.layoutControlItem4.Size = new System.Drawing.Size(200, 24);
216
            this.layoutControlItem4.Text = "Y";
217
            this.layoutControlItem4.TextSize = new System.Drawing.Size(8, 14);
218
            // 
219
            // layoutControlItem5
220
            // 
221
            this.layoutControlItem5.Control = this.btnGetDrawingSize;
222
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
223
            this.layoutControlItem5.Name = "layoutControlItem5";
224
            this.layoutControlItem5.Size = new System.Drawing.Size(200, 26);
225
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
226
            this.layoutControlItem5.TextVisible = false;
227
            // 
228
            // layoutControlGroup2
229
            // 
230
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
231
            this.layoutControlItem1,
232
            this.layoutControlItem6});
233
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
234
            this.layoutControlGroup2.Name = "layoutControlGroup2";
235
            this.layoutControlGroup2.Size = new System.Drawing.Size(224, 125);
236
            this.layoutControlGroup2.Text = "Converter";
237
            // 
238
            // layoutControlItem1
239
            // 
240
            this.layoutControlItem1.Control = this.btnSPPIDConverter;
241
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
242
            this.layoutControlItem1.Name = "layoutControlItem1";
243
            this.layoutControlItem1.Size = new System.Drawing.Size(200, 40);
244
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
245
            this.layoutControlItem1.TextVisible = false;
246
            // 
247
            // layoutControlItem6
248
            // 
249
            this.layoutControlItem6.Control = this.btnLinkOPC;
250
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 40);
251
            this.layoutControlItem6.Name = "layoutControlItem6";
252
            this.layoutControlItem6.Size = new System.Drawing.Size(200, 40);
253
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
254
            this.layoutControlItem6.TextVisible = false;
255
            // 
256
            // defaultLookAndFeel
257
            // 
258
            this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful";
259
            // 
260
            // 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
            // 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
            this.Size = new System.Drawing.Size(244, 500);
294
            this.Load += new System.EventHandler(this.ConverterDocking_Load);
295
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
296
            this.layoutControl1.ResumeLayout(false);
297
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit();
298
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).EndInit();
299
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
300
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
301
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
302
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
303
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
304
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
305
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
306
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
307
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
308
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
309
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
310
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
311
            this.ResumeLayout(false);
312

    
313
        }
314

    
315
        #endregion
316

    
317
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
318
        private DevExpress.XtraLayout.LayoutControlGroup Root;
319
        private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter;
320
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
321
        private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel;
322
        public DevExpress.XtraEditors.SimpleButton simpleButton1;
323
        public DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
324
        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
        private DevExpress.XtraEditors.SimpleButton btnLinkOPC;
334
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
335
        private DevExpress.XtraEditors.LabelControl labelControl1;
336
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
337
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
338
    }
339
}
클립보드 이미지 추가 (최대 크기: 500 MB)