hytos / DTI_PID / SPPIDConverter / ConverterDocking.Designer.cs @ e88aae98
이력 | 보기 | 이력해설 | 다운로드 (15.2 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 | ca214bc3 | gaqhf | this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); |
36 | e3e2d41f | gaqhf | this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton(); |
37 | 65881d60 | gaqhf | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
38 | this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
||
39 | 1ba9c671 | gaqhf | this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
40 | ca214bc3 | gaqhf | this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
41 | 6a7573b0 | gaqhf | 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 | 65881d60 | gaqhf | ((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 | 1ba9c671 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
55 | 6a7573b0 | gaqhf | ((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 | 65881d60 | gaqhf | this.SuspendLayout(); |
64 | // |
||
65 | 6a7573b0 | gaqhf | // splashScreenManager |
66 | // |
||
67 | splashScreenManager.ClosingDelay = 500; |
||
68 | // |
||
69 | 65881d60 | gaqhf | // layoutControl1 |
70 | // |
||
71 | 6a7573b0 | gaqhf | this.layoutControl1.Controls.Add(this.btnGetDrawingSize); |
72 | this.layoutControl1.Controls.Add(this.textEditDrawingY); |
||
73 | this.layoutControl1.Controls.Add(this.textEditDrawingX); |
||
74 | 1ba9c671 | gaqhf | this.layoutControl1.Controls.Add(this.simpleButton1); |
75 | e3e2d41f | gaqhf | this.layoutControl1.Controls.Add(this.btnSPPIDConverter); |
76 | 65881d60 | gaqhf | 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 | 6a7573b0 | gaqhf | this.layoutControl1.Size = new System.Drawing.Size(200, 500); |
81 | 65881d60 | gaqhf | this.layoutControl1.TabIndex = 0; |
82 | this.layoutControl1.Text = "layoutControl1"; |
||
83 | // |
||
84 | ca214bc3 | gaqhf | // simpleButton1 |
85 | // |
||
86 | 6a7573b0 | gaqhf | this.simpleButton1.Location = new System.Drawing.Point(12, 216); |
87 | ca214bc3 | gaqhf | this.simpleButton1.Name = "simpleButton1"; |
88 | 6a7573b0 | gaqhf | this.simpleButton1.Size = new System.Drawing.Size(176, 22); |
89 | ca214bc3 | gaqhf | 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 | e3e2d41f | gaqhf | // btnSPPIDConverter |
96 | // |
||
97 | d19ae675 | gaqhf | this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage"))); |
98 | 6a7573b0 | gaqhf | this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45); |
99 | e3e2d41f | gaqhf | this.btnSPPIDConverter.Name = "btnSPPIDConverter"; |
100 | 6a7573b0 | gaqhf | this.btnSPPIDConverter.Size = new System.Drawing.Size(152, 36); |
101 | e3e2d41f | gaqhf | this.btnSPPIDConverter.StyleController = this.layoutControl1; |
102 | this.btnSPPIDConverter.TabIndex = 4; |
||
103 | 6a7573b0 | gaqhf | this.btnSPPIDConverter.Text = "Open Converter"; |
104 | e3e2d41f | gaqhf | this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click); |
105 | // |
||
106 | 65881d60 | gaqhf | // 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 | 1ba9c671 | gaqhf | this.emptySpaceItem1, |
112 | 6a7573b0 | gaqhf | this.layoutControlItem2, |
113 | this.layoutControlGroup1, |
||
114 | this.layoutControlGroup2}); |
||
115 | 65881d60 | gaqhf | this.Root.Name = "Root"; |
116 | 6a7573b0 | gaqhf | this.Root.Size = new System.Drawing.Size(200, 500); |
117 | 65881d60 | gaqhf | this.Root.TextVisible = false; |
118 | // |
||
119 | // emptySpaceItem1 |
||
120 | // |
||
121 | this.emptySpaceItem1.AllowHotTrack = false; |
||
122 | 6a7573b0 | gaqhf | this.emptySpaceItem1.Location = new System.Drawing.Point(0, 230); |
123 | 65881d60 | gaqhf | this.emptySpaceItem1.Name = "emptySpaceItem1"; |
124 | 6a7573b0 | gaqhf | this.emptySpaceItem1.Size = new System.Drawing.Size(180, 250); |
125 | 65881d60 | gaqhf | this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
126 | // |
||
127 | 1ba9c671 | gaqhf | // layoutControlItem2 |
128 | // |
||
129 | this.layoutControlItem2.Control = this.simpleButton1; |
||
130 | 6a7573b0 | gaqhf | this.layoutControlItem2.Location = new System.Drawing.Point(0, 204); |
131 | 1ba9c671 | gaqhf | this.layoutControlItem2.Name = "layoutControlItem2"; |
132 | 6a7573b0 | gaqhf | this.layoutControlItem2.Size = new System.Drawing.Size(180, 26); |
133 | 1ba9c671 | gaqhf | this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
134 | this.layoutControlItem2.TextVisible = false; |
||
135 | // |
||
136 | ca214bc3 | gaqhf | // defaultLookAndFeel |
137 | // |
||
138 | this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
||
139 | // |
||
140 | 6a7573b0 | gaqhf | // layoutControlItem1 |
141 | ca214bc3 | gaqhf | // |
142 | 6a7573b0 | gaqhf | 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 | ca214bc3 | gaqhf | // |
228 | 65881d60 | gaqhf | // 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 | 6a7573b0 | gaqhf | this.Size = new System.Drawing.Size(200, 500); |
235 | 65881d60 | gaqhf | ((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 | 1ba9c671 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
240 | 6a7573b0 | gaqhf | ((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 | 65881d60 | gaqhf | this.ResumeLayout(false); |
249 | |||
250 | } |
||
251 | |||
252 | #endregion |
||
253 | |||
254 | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
||
255 | private DevExpress.XtraLayout.LayoutControlGroup Root; |
||
256 | e3e2d41f | gaqhf | private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter; |
257 | 65881d60 | gaqhf | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
258 | d19ae675 | gaqhf | private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel; |
259 | 1ba9c671 | gaqhf | private DevExpress.XtraEditors.SimpleButton simpleButton1; |
260 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
||
261 | 6a7573b0 | gaqhf | 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 | 65881d60 | gaqhf | } |
271 | } |