개정판 2b200a6e
dev issue #000 : fix ui
Change-Id: Ic00d886f4f684a5ed6f9d4cdf067c7267220103f
DTI_PID/SPPIDConverter/ConverterDocking.Designer.cs | ||
---|---|---|
54 | 54 |
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
55 | 55 |
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); |
56 | 56 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
57 |
this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup(); |
|
57 | 58 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
58 | 59 |
this.layoutControl1.SuspendLayout(); |
59 | 60 |
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit(); |
... | ... | |
71 | 72 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); |
72 | 73 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); |
73 | 74 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); |
75 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit(); |
|
74 | 76 |
this.SuspendLayout(); |
75 | 77 |
// |
76 | 78 |
// splashScreenManager |
... | ... | |
108 | 110 |
// |
109 | 111 |
// labelControl1 |
110 | 112 |
// |
111 |
this.labelControl1.Location = new System.Drawing.Point(24, 329);
|
|
113 |
this.labelControl1.Location = new System.Drawing.Point(24, 374);
|
|
112 | 114 |
this.labelControl1.Name = "labelControl1"; |
113 | 115 |
this.labelControl1.Size = new System.Drawing.Size(179, 14); |
114 | 116 |
this.labelControl1.StyleController = this.layoutControl1; |
... | ... | |
160 | 162 |
// |
161 | 163 |
// simpleButton1 |
162 | 164 |
// |
163 |
this.simpleButton1.Location = new System.Drawing.Point(12, 359);
|
|
165 |
this.simpleButton1.Location = new System.Drawing.Point(12, 404);
|
|
164 | 166 |
this.simpleButton1.Name = "simpleButton1"; |
165 | 167 |
this.simpleButton1.Size = new System.Drawing.Size(226, 22); |
166 | 168 |
this.simpleButton1.StyleController = this.layoutControl1; |
... | ... | |
188 | 190 |
this.layoutControlItem2, |
189 | 191 |
this.layoutControlGroup1, |
190 | 192 |
this.layoutControlGroup2, |
191 |
this.layoutControlGroup3}); |
|
193 |
this.layoutControlGroup3, |
|
194 |
this.layoutControlGroup4}); |
|
192 | 195 |
this.Root.Name = "Root"; |
193 | 196 |
this.Root.Size = new System.Drawing.Size(250, 500); |
194 | 197 |
this.Root.TextVisible = false; |
... | ... | |
196 | 199 |
// emptySpaceItem1 |
197 | 200 |
// |
198 | 201 |
this.emptySpaceItem1.AllowHotTrack = false; |
199 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 373);
|
|
202 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 418);
|
|
200 | 203 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
201 |
this.emptySpaceItem1.Size = new System.Drawing.Size(230, 107);
|
|
204 |
this.emptySpaceItem1.Size = new System.Drawing.Size(230, 62);
|
|
202 | 205 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
203 | 206 |
// |
204 | 207 |
// layoutControlItem2 |
205 | 208 |
// |
206 | 209 |
this.layoutControlItem2.Control = this.simpleButton1; |
207 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 347);
|
|
210 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 392);
|
|
208 | 211 |
this.layoutControlItem2.Name = "layoutControlItem2"; |
209 | 212 |
this.layoutControlItem2.Size = new System.Drawing.Size(230, 26); |
210 | 213 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
... | ... | |
280 | 283 |
// layoutControlGroup3 |
281 | 284 |
// |
282 | 285 |
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
283 |
this.layoutControlItem7, |
|
284 | 286 |
this.layoutControlItem8}); |
285 | 287 |
this.layoutControlGroup3.Location = new System.Drawing.Point(0, 244); |
286 | 288 |
this.layoutControlGroup3.Name = "layoutControlGroup3"; |
287 |
this.layoutControlGroup3.Size = new System.Drawing.Size(230, 103);
|
|
289 |
this.layoutControlGroup3.Size = new System.Drawing.Size(230, 85);
|
|
288 | 290 |
this.layoutControlGroup3.Text = "SPPID Utils"; |
289 | 291 |
// |
290 | 292 |
// layoutControlItem7 |
291 | 293 |
// |
292 | 294 |
this.layoutControlItem7.Control = this.labelControl1; |
293 |
this.layoutControlItem7.Location = new System.Drawing.Point(0, 40);
|
|
295 |
this.layoutControlItem7.Location = new System.Drawing.Point(0, 0); |
|
294 | 296 |
this.layoutControlItem7.Name = "layoutControlItem7"; |
295 | 297 |
this.layoutControlItem7.Size = new System.Drawing.Size(206, 18); |
296 | 298 |
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); |
... | ... | |
309 | 311 |
// |
310 | 312 |
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
311 | 313 |
// |
314 |
// layoutControlGroup4 |
|
315 |
// |
|
316 |
this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
|
317 |
this.layoutControlItem7}); |
|
318 |
this.layoutControlGroup4.Location = new System.Drawing.Point(0, 329); |
|
319 |
this.layoutControlGroup4.Name = "layoutControlGroup4"; |
|
320 |
this.layoutControlGroup4.Size = new System.Drawing.Size(230, 63); |
|
321 |
this.layoutControlGroup4.Text = "Keyboard Shortcut"; |
|
322 |
// |
|
312 | 323 |
// ConverterDocking |
313 | 324 |
// |
314 | 325 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
... | ... | |
334 | 345 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); |
335 | 346 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); |
336 | 347 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); |
348 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit(); |
|
337 | 349 |
this.ResumeLayout(false); |
338 | 350 |
|
339 | 351 |
} |
... | ... | |
363 | 375 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
364 | 376 |
private DevExpress.XtraEditors.SimpleButton btnSymmetry; |
365 | 377 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; |
378 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4; |
|
366 | 379 |
} |
367 | 380 |
} |
내보내기 Unified diff