프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / DTI_PID / SPPIDConverter / ConverterDocking.Designer.cs @ 6a7573b0

이력 | 보기 | 이력해설 | 다운로드 (15.2 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.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
36
            this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton();
37
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
38
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
39
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
40
            this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
41
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
42
            this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit();
43
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
44
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
45
            this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit();
46
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
47
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
48
            this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton();
49
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
50
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
51
            this.layoutControl1.SuspendLayout();
52
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
53
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
54
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
55
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
56
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).BeginInit();
57
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
58
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
59
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit();
60
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
61
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
62
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
63
            this.SuspendLayout();
64
            // 
65
            // splashScreenManager
66
            // 
67
            splashScreenManager.ClosingDelay = 500;
68
            // 
69
            // layoutControl1
70
            // 
71
            this.layoutControl1.Controls.Add(this.btnGetDrawingSize);
72
            this.layoutControl1.Controls.Add(this.textEditDrawingY);
73
            this.layoutControl1.Controls.Add(this.textEditDrawingX);
74
            this.layoutControl1.Controls.Add(this.simpleButton1);
75
            this.layoutControl1.Controls.Add(this.btnSPPIDConverter);
76
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
77
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
78
            this.layoutControl1.Name = "layoutControl1";
79
            this.layoutControl1.Root = this.Root;
80
            this.layoutControl1.Size = new System.Drawing.Size(200, 500);
81
            this.layoutControl1.TabIndex = 0;
82
            this.layoutControl1.Text = "layoutControl1";
83
            // 
84
            // simpleButton1
85
            // 
86
            this.simpleButton1.Location = new System.Drawing.Point(12, 216);
87
            this.simpleButton1.Name = "simpleButton1";
88
            this.simpleButton1.Size = new System.Drawing.Size(176, 22);
89
            this.simpleButton1.StyleController = this.layoutControl1;
90
            this.simpleButton1.TabIndex = 5;
91
            this.simpleButton1.Text = "simpleButton1";
92
            this.simpleButton1.Visible = false;
93
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
94
            // 
95
            // btnSPPIDConverter
96
            // 
97
            this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage")));
98
            this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45);
99
            this.btnSPPIDConverter.Name = "btnSPPIDConverter";
100
            this.btnSPPIDConverter.Size = new System.Drawing.Size(152, 36);
101
            this.btnSPPIDConverter.StyleController = this.layoutControl1;
102
            this.btnSPPIDConverter.TabIndex = 4;
103
            this.btnSPPIDConverter.Text = "Open Converter";
104
            this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click);
105
            // 
106
            // Root
107
            // 
108
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
109
            this.Root.GroupBordersVisible = false;
110
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
111
            this.emptySpaceItem1,
112
            this.layoutControlItem2,
113
            this.layoutControlGroup1,
114
            this.layoutControlGroup2});
115
            this.Root.Name = "Root";
116
            this.Root.Size = new System.Drawing.Size(200, 500);
117
            this.Root.TextVisible = false;
118
            // 
119
            // emptySpaceItem1
120
            // 
121
            this.emptySpaceItem1.AllowHotTrack = false;
122
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 230);
123
            this.emptySpaceItem1.Name = "emptySpaceItem1";
124
            this.emptySpaceItem1.Size = new System.Drawing.Size(180, 250);
125
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
126
            // 
127
            // layoutControlItem2
128
            // 
129
            this.layoutControlItem2.Control = this.simpleButton1;
130
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 204);
131
            this.layoutControlItem2.Name = "layoutControlItem2";
132
            this.layoutControlItem2.Size = new System.Drawing.Size(180, 26);
133
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
134
            this.layoutControlItem2.TextVisible = false;
135
            // 
136
            // defaultLookAndFeel
137
            // 
138
            this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful";
139
            // 
140
            // layoutControlItem1
141
            // 
142
            this.layoutControlItem1.Control = this.btnSPPIDConverter;
143
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
144
            this.layoutControlItem1.Name = "layoutControlItem1";
145
            this.layoutControlItem1.Size = new System.Drawing.Size(156, 40);
146
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
147
            this.layoutControlItem1.TextVisible = false;
148
            // 
149
            // textEditDrawingX
150
            // 
151
            this.textEditDrawingX.Location = new System.Drawing.Point(35, 156);
152
            this.textEditDrawingX.Name = "textEditDrawingX";
153
            this.textEditDrawingX.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
154
            this.textEditDrawingX.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
155
            this.textEditDrawingX.Properties.ReadOnly = true;
156
            this.textEditDrawingX.Size = new System.Drawing.Size(141, 20);
157
            this.textEditDrawingX.StyleController = this.layoutControl1;
158
            this.textEditDrawingX.TabIndex = 6;
159
            // 
160
            // layoutControlItem3
161
            // 
162
            this.layoutControlItem3.Control = this.textEditDrawingX;
163
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
164
            this.layoutControlItem3.Name = "layoutControlItem3";
165
            this.layoutControlItem3.Size = new System.Drawing.Size(156, 24);
166
            this.layoutControlItem3.Text = "X";
167
            this.layoutControlItem3.TextSize = new System.Drawing.Size(8, 14);
168
            // 
169
            // layoutControlGroup1
170
            // 
171
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
172
            this.layoutControlItem3,
173
            this.layoutControlItem4,
174
            this.layoutControlItem5});
175
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 85);
176
            this.layoutControlGroup1.Name = "layoutControlGroup1";
177
            this.layoutControlGroup1.Size = new System.Drawing.Size(180, 119);
178
            this.layoutControlGroup1.Text = "Drawing Size";
179
            // 
180
            // textEditDrawingY
181
            // 
182
            this.textEditDrawingY.Location = new System.Drawing.Point(35, 180);
183
            this.textEditDrawingY.Name = "textEditDrawingY";
184
            this.textEditDrawingY.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
185
            this.textEditDrawingY.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
186
            this.textEditDrawingY.Properties.ReadOnly = true;
187
            this.textEditDrawingY.Size = new System.Drawing.Size(141, 20);
188
            this.textEditDrawingY.StyleController = this.layoutControl1;
189
            this.textEditDrawingY.TabIndex = 7;
190
            // 
191
            // layoutControlItem4
192
            // 
193
            this.layoutControlItem4.Control = this.textEditDrawingY;
194
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 50);
195
            this.layoutControlItem4.Name = "layoutControlItem4";
196
            this.layoutControlItem4.Size = new System.Drawing.Size(156, 24);
197
            this.layoutControlItem4.Text = "Y";
198
            this.layoutControlItem4.TextSize = new System.Drawing.Size(8, 14);
199
            // 
200
            // layoutControlGroup2
201
            // 
202
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
203
            this.layoutControlItem1});
204
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
205
            this.layoutControlGroup2.Name = "layoutControlGroup2";
206
            this.layoutControlGroup2.Size = new System.Drawing.Size(180, 85);
207
            this.layoutControlGroup2.Text = "Converter";
208
            // 
209
            // btnGetDrawingSize
210
            // 
211
            this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 130);
212
            this.btnGetDrawingSize.Name = "btnGetDrawingSize";
213
            this.btnGetDrawingSize.Size = new System.Drawing.Size(152, 22);
214
            this.btnGetDrawingSize.StyleController = this.layoutControl1;
215
            this.btnGetDrawingSize.TabIndex = 8;
216
            this.btnGetDrawingSize.Text = "Get Drawing Size";
217
            this.btnGetDrawingSize.Click += new System.EventHandler(this.btnGetDrawingSize_Click);
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(156, 26);
225
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
226
            this.layoutControlItem5.TextVisible = false;
227
            // 
228
            // ConverterDocking
229
            // 
230
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
231
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
232
            this.Controls.Add(this.layoutControl1);
233
            this.Name = "ConverterDocking";
234
            this.Size = new System.Drawing.Size(200, 500);
235
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
236
            this.layoutControl1.ResumeLayout(false);
237
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
238
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
239
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
240
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
241
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).EndInit();
242
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
243
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
244
            ((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit();
245
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
246
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
247
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
248
            this.ResumeLayout(false);
249

    
250
        }
251

    
252
        #endregion
253

    
254
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
255
        private DevExpress.XtraLayout.LayoutControlGroup Root;
256
        private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter;
257
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
258
        private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel;
259
        private DevExpress.XtraEditors.SimpleButton simpleButton1;
260
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
261
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
262
        private DevExpress.XtraEditors.TextEdit textEditDrawingY;
263
        private DevExpress.XtraEditors.TextEdit textEditDrawingX;
264
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
265
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
266
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
267
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
268
        private DevExpress.XtraEditors.SimpleButton btnGetDrawingSize;
269
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
270
    }
271
}