프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / ConverterDocking.Designer.cs @ 84baacdd

이력 | 보기 | 이력해설 | 다운로드 (17 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
            ((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
            // btnLinkOPC
89
            // 
90
            this.btnLinkOPC.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLinkOPC.ImageOptions.SvgImage")));
91
            this.btnLinkOPC.Location = new System.Drawing.Point(24, 85);
92
            this.btnLinkOPC.Name = "btnLinkOPC";
93
            this.btnLinkOPC.Size = new System.Drawing.Size(152, 36);
94
            this.btnLinkOPC.StyleController = this.layoutControl1;
95
            this.btnLinkOPC.TabIndex = 9;
96
            this.btnLinkOPC.Text = "Link OPC";
97
            this.btnLinkOPC.Click += new System.EventHandler(this.btnLinkOPC_Click);
98
            // 
99
            // btnGetDrawingSize
100
            // 
101
            this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 170);
102
            this.btnGetDrawingSize.Name = "btnGetDrawingSize";
103
            this.btnGetDrawingSize.Size = new System.Drawing.Size(152, 22);
104
            this.btnGetDrawingSize.StyleController = this.layoutControl1;
105
            this.btnGetDrawingSize.TabIndex = 8;
106
            this.btnGetDrawingSize.Text = "Get Drawing Size";
107
            this.btnGetDrawingSize.Click += new System.EventHandler(this.btnGetDrawingSize_Click);
108
            // 
109
            // textEditDrawingY
110
            // 
111
            this.textEditDrawingY.Location = new System.Drawing.Point(35, 220);
112
            this.textEditDrawingY.Name = "textEditDrawingY";
113
            this.textEditDrawingY.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
114
            this.textEditDrawingY.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
115
            this.textEditDrawingY.Properties.ReadOnly = true;
116
            this.textEditDrawingY.Size = new System.Drawing.Size(141, 20);
117
            this.textEditDrawingY.StyleController = this.layoutControl1;
118
            this.textEditDrawingY.TabIndex = 7;
119
            // 
120
            // textEditDrawingX
121
            // 
122
            this.textEditDrawingX.Location = new System.Drawing.Point(35, 196);
123
            this.textEditDrawingX.Name = "textEditDrawingX";
124
            this.textEditDrawingX.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
125
            this.textEditDrawingX.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
126
            this.textEditDrawingX.Properties.ReadOnly = true;
127
            this.textEditDrawingX.Size = new System.Drawing.Size(141, 20);
128
            this.textEditDrawingX.StyleController = this.layoutControl1;
129
            this.textEditDrawingX.TabIndex = 6;
130
            // 
131
            // simpleButton1
132
            // 
133
            this.simpleButton1.Location = new System.Drawing.Point(12, 256);
134
            this.simpleButton1.Name = "simpleButton1";
135
            this.simpleButton1.Size = new System.Drawing.Size(176, 22);
136
            this.simpleButton1.StyleController = this.layoutControl1;
137
            this.simpleButton1.TabIndex = 5;
138
            this.simpleButton1.Text = "simpleButton1";
139
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
140
            // 
141
            // btnSPPIDConverter
142
            // 
143
            this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage")));
144
            this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45);
145
            this.btnSPPIDConverter.Name = "btnSPPIDConverter";
146
            this.btnSPPIDConverter.Size = new System.Drawing.Size(152, 36);
147
            this.btnSPPIDConverter.StyleController = this.layoutControl1;
148
            this.btnSPPIDConverter.TabIndex = 4;
149
            this.btnSPPIDConverter.Text = "Open Converter";
150
            this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click);
151
            // 
152
            // Root
153
            // 
154
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
155
            this.Root.GroupBordersVisible = false;
156
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
157
            this.emptySpaceItem1,
158
            this.layoutControlItem2,
159
            this.layoutControlGroup1,
160
            this.layoutControlGroup2});
161
            this.Root.Name = "Root";
162
            this.Root.Size = new System.Drawing.Size(200, 500);
163
            this.Root.TextVisible = false;
164
            // 
165
            // emptySpaceItem1
166
            // 
167
            this.emptySpaceItem1.AllowHotTrack = false;
168
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 270);
169
            this.emptySpaceItem1.Name = "emptySpaceItem1";
170
            this.emptySpaceItem1.Size = new System.Drawing.Size(180, 210);
171
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
172
            // 
173
            // layoutControlItem2
174
            // 
175
            this.layoutControlItem2.Control = this.simpleButton1;
176
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 244);
177
            this.layoutControlItem2.Name = "layoutControlItem2";
178
            this.layoutControlItem2.Size = new System.Drawing.Size(180, 26);
179
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
180
            this.layoutControlItem2.TextVisible = false;
181
            this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.OnlyInCustomization;
182
            // 
183
            // layoutControlGroup1
184
            // 
185
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
186
            this.layoutControlItem3,
187
            this.layoutControlItem4,
188
            this.layoutControlItem5});
189
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 125);
190
            this.layoutControlGroup1.Name = "layoutControlGroup1";
191
            this.layoutControlGroup1.Size = new System.Drawing.Size(180, 119);
192
            this.layoutControlGroup1.Text = "Drawing Size Setting";
193
            // 
194
            // layoutControlItem3
195
            // 
196
            this.layoutControlItem3.Control = this.textEditDrawingX;
197
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
198
            this.layoutControlItem3.Name = "layoutControlItem3";
199
            this.layoutControlItem3.Size = new System.Drawing.Size(156, 24);
200
            this.layoutControlItem3.Text = "X";
201
            this.layoutControlItem3.TextSize = new System.Drawing.Size(8, 14);
202
            // 
203
            // layoutControlItem4
204
            // 
205
            this.layoutControlItem4.Control = this.textEditDrawingY;
206
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 50);
207
            this.layoutControlItem4.Name = "layoutControlItem4";
208
            this.layoutControlItem4.Size = new System.Drawing.Size(156, 24);
209
            this.layoutControlItem4.Text = "Y";
210
            this.layoutControlItem4.TextSize = new System.Drawing.Size(8, 14);
211
            // 
212
            // layoutControlItem5
213
            // 
214
            this.layoutControlItem5.Control = this.btnGetDrawingSize;
215
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
216
            this.layoutControlItem5.Name = "layoutControlItem5";
217
            this.layoutControlItem5.Size = new System.Drawing.Size(156, 26);
218
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
219
            this.layoutControlItem5.TextVisible = false;
220
            // 
221
            // layoutControlGroup2
222
            // 
223
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
224
            this.layoutControlItem1,
225
            this.layoutControlItem6});
226
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
227
            this.layoutControlGroup2.Name = "layoutControlGroup2";
228
            this.layoutControlGroup2.Size = new System.Drawing.Size(180, 125);
229
            this.layoutControlGroup2.Text = "Converter";
230
            // 
231
            // layoutControlItem1
232
            // 
233
            this.layoutControlItem1.Control = this.btnSPPIDConverter;
234
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
235
            this.layoutControlItem1.Name = "layoutControlItem1";
236
            this.layoutControlItem1.Size = new System.Drawing.Size(156, 40);
237
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
238
            this.layoutControlItem1.TextVisible = false;
239
            // 
240
            // layoutControlItem6
241
            // 
242
            this.layoutControlItem6.Control = this.btnLinkOPC;
243
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 40);
244
            this.layoutControlItem6.Name = "layoutControlItem6";
245
            this.layoutControlItem6.Size = new System.Drawing.Size(156, 40);
246
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
247
            this.layoutControlItem6.TextVisible = false;
248
            // 
249
            // defaultLookAndFeel
250
            // 
251
            this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful";
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
            this.Load += new System.EventHandler(this.ConverterDocking_Load);
261
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
262
            this.layoutControl1.ResumeLayout(false);
263
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit();
264
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).EndInit();
265
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
266
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
267
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
268
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
269
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
270
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
271
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
272
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
273
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
274
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
275
            this.ResumeLayout(false);
276

    
277
        }
278

    
279
        #endregion
280

    
281
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
282
        private DevExpress.XtraLayout.LayoutControlGroup Root;
283
        private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter;
284
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
285
        private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel;
286
        public DevExpress.XtraEditors.SimpleButton simpleButton1;
287
        public DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
288
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
289
        private DevExpress.XtraEditors.TextEdit textEditDrawingY;
290
        private DevExpress.XtraEditors.TextEdit textEditDrawingX;
291
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
292
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
293
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
294
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
295
        private DevExpress.XtraEditors.SimpleButton btnGetDrawingSize;
296
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
297
        private DevExpress.XtraEditors.SimpleButton btnLinkOPC;
298
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
299
    }
300
}
클립보드 이미지 추가 (최대 크기: 500 MB)