프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / ConverterDocking.Designer.cs @ 14540282

이력 | 보기 | 이력해설 | 다운로드 (17 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 b427ebf9 humkyung
            this.btnLinkOPC = new DevExpress.XtraEditors.SimpleButton();
36 69b7387a gaqhf
            this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton();
37
            this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit();
38
            this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit();
39 ca214bc3 gaqhf
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
40 e3e2d41f gaqhf
            this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton();
41 65881d60 gaqhf
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
42
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
43 1ba9c671 gaqhf
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
44 6a7573b0 gaqhf
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
45 69b7387a gaqhf
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
46 6a7573b0 gaqhf
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
47
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
48 69b7387a gaqhf
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
49
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
50
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
51 b427ebf9 humkyung
            this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
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 b427ebf9 humkyung
            // 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 69b7387a gaqhf
            // 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 ca214bc3 gaqhf
            // simpleButton1
132
            // 
133 69b7387a gaqhf
            this.simpleButton1.Location = new System.Drawing.Point(12, 256);
134 ca214bc3 gaqhf
            this.simpleButton1.Name = "simpleButton1";
135 6a7573b0 gaqhf
            this.simpleButton1.Size = new System.Drawing.Size(176, 22);
136 ca214bc3 gaqhf
            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 e3e2d41f gaqhf
            // btnSPPIDConverter
142
            // 
143 d19ae675 gaqhf
            this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage")));
144 6a7573b0 gaqhf
            this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45);
145 e3e2d41f gaqhf
            this.btnSPPIDConverter.Name = "btnSPPIDConverter";
146 6a7573b0 gaqhf
            this.btnSPPIDConverter.Size = new System.Drawing.Size(152, 36);
147 e3e2d41f gaqhf
            this.btnSPPIDConverter.StyleController = this.layoutControl1;
148
            this.btnSPPIDConverter.TabIndex = 4;
149 6a7573b0 gaqhf
            this.btnSPPIDConverter.Text = "Open Converter";
150 e3e2d41f gaqhf
            this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click);
151
            // 
152 65881d60 gaqhf
            // 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 1ba9c671 gaqhf
            this.emptySpaceItem1,
158 6a7573b0 gaqhf
            this.layoutControlItem2,
159
            this.layoutControlGroup1,
160
            this.layoutControlGroup2});
161 65881d60 gaqhf
            this.Root.Name = "Root";
162 6a7573b0 gaqhf
            this.Root.Size = new System.Drawing.Size(200, 500);
163 65881d60 gaqhf
            this.Root.TextVisible = false;
164
            // 
165
            // emptySpaceItem1
166
            // 
167
            this.emptySpaceItem1.AllowHotTrack = false;
168 69b7387a gaqhf
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 270);
169 65881d60 gaqhf
            this.emptySpaceItem1.Name = "emptySpaceItem1";
170 69b7387a gaqhf
            this.emptySpaceItem1.Size = new System.Drawing.Size(180, 210);
171 65881d60 gaqhf
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
172
            // 
173 1ba9c671 gaqhf
            // layoutControlItem2
174
            // 
175
            this.layoutControlItem2.Control = this.simpleButton1;
176 69b7387a gaqhf
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 244);
177 1ba9c671 gaqhf
            this.layoutControlItem2.Name = "layoutControlItem2";
178 6a7573b0 gaqhf
            this.layoutControlItem2.Size = new System.Drawing.Size(180, 26);
179 1ba9c671 gaqhf
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
180
            this.layoutControlItem2.TextVisible = false;
181 b427ebf9 humkyung
            this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.OnlyInCustomization;
182 1ba9c671 gaqhf
            // 
183 6a7573b0 gaqhf
            // layoutControlGroup1
184
            // 
185
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
186
            this.layoutControlItem3,
187
            this.layoutControlItem4,
188
            this.layoutControlItem5});
189 69b7387a gaqhf
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 125);
190 6a7573b0 gaqhf
            this.layoutControlGroup1.Name = "layoutControlGroup1";
191
            this.layoutControlGroup1.Size = new System.Drawing.Size(180, 119);
192 69b7387a gaqhf
            this.layoutControlGroup1.Text = "Drawing Size Setting";
193 6a7573b0 gaqhf
            // 
194 69b7387a gaqhf
            // layoutControlItem3
195 6a7573b0 gaqhf
            // 
196 69b7387a gaqhf
            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 6a7573b0 gaqhf
            // 
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 69b7387a gaqhf
            // 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 6a7573b0 gaqhf
            // layoutControlGroup2
222
            // 
223
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
224 69b7387a gaqhf
            this.layoutControlItem1,
225
            this.layoutControlItem6});
226 6a7573b0 gaqhf
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
227
            this.layoutControlGroup2.Name = "layoutControlGroup2";
228 69b7387a gaqhf
            this.layoutControlGroup2.Size = new System.Drawing.Size(180, 125);
229 6a7573b0 gaqhf
            this.layoutControlGroup2.Text = "Converter";
230
            // 
231 69b7387a gaqhf
            // layoutControlItem1
232 6a7573b0 gaqhf
            // 
233 69b7387a gaqhf
            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 6a7573b0 gaqhf
            // 
240 69b7387a gaqhf
            // 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 ca214bc3 gaqhf
            // 
249 b427ebf9 humkyung
            // defaultLookAndFeel
250
            // 
251
            this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful";
252
            // 
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 b427ebf9 humkyung
            this.Load += new System.EventHandler(this.ConverterDocking_Load);
261 65881d60 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
262
            this.layoutControl1.ResumeLayout(false);
263 69b7387a gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit();
264
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).EndInit();
265 65881d60 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
266
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
267 1ba9c671 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
268 6a7573b0 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
269 69b7387a gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
270 6a7573b0 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
271
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
272 69b7387a gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
273
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
274
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
275 65881d60 gaqhf
            this.ResumeLayout(false);
276
277
        }
278
279
        #endregion
280
281
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
282
        private DevExpress.XtraLayout.LayoutControlGroup Root;
283 e3e2d41f gaqhf
        private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter;
284 65881d60 gaqhf
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
285 d19ae675 gaqhf
        private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel;
286 b427ebf9 humkyung
        public DevExpress.XtraEditors.SimpleButton simpleButton1;
287
        public DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
288 6a7573b0 gaqhf
        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 69b7387a gaqhf
        private DevExpress.XtraEditors.SimpleButton btnLinkOPC;
298
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
299 65881d60 gaqhf
    }
300
}
클립보드 이미지 추가 (최대 크기: 500 MB)