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.btnSpecBreakRelocation = new DevExpress.XtraEditors.SimpleButton();
|
36
|
this.spinEditSymmetry = new DevExpress.XtraEditors.SpinEdit();
|
37
|
this.btnSymmetry = new DevExpress.XtraEditors.SimpleButton();
|
38
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
39
|
this.btnLinkOPC = new DevExpress.XtraEditors.SimpleButton();
|
40
|
this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton();
|
41
|
this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit();
|
42
|
this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit();
|
43
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
44
|
this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton();
|
45
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
46
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
47
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
48
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
49
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
50
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
51
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
52
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
53
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
54
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
55
|
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
56
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
57
|
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
58
|
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
59
|
this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
|
60
|
this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
|
61
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
62
|
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
|
63
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
64
|
this.layoutControl1.SuspendLayout();
|
65
|
((System.ComponentModel.ISupportInitialize)(this.spinEditSymmetry.Properties)).BeginInit();
|
66
|
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit();
|
67
|
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).BeginInit();
|
68
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
69
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
70
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
71
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
72
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
73
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
74
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
75
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
76
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
77
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
78
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
|
79
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
80
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
81
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
82
|
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
|
83
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
|
84
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
85
|
this.SuspendLayout();
|
86
|
//
|
87
|
// splashScreenManager
|
88
|
//
|
89
|
splashScreenManager.ClosingDelay = 500;
|
90
|
//
|
91
|
// layoutControl1
|
92
|
//
|
93
|
this.layoutControl1.Controls.Add(this.btnSpecBreakRelocation);
|
94
|
this.layoutControl1.Controls.Add(this.spinEditSymmetry);
|
95
|
this.layoutControl1.Controls.Add(this.btnSymmetry);
|
96
|
this.layoutControl1.Controls.Add(this.labelControl1);
|
97
|
this.layoutControl1.Controls.Add(this.btnLinkOPC);
|
98
|
this.layoutControl1.Controls.Add(this.btnGetDrawingSize);
|
99
|
this.layoutControl1.Controls.Add(this.textEditDrawingY);
|
100
|
this.layoutControl1.Controls.Add(this.textEditDrawingX);
|
101
|
this.layoutControl1.Controls.Add(this.simpleButton1);
|
102
|
this.layoutControl1.Controls.Add(this.btnSPPIDConverter);
|
103
|
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
104
|
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
|
105
|
this.layoutControl1.Name = "layoutControl1";
|
106
|
this.layoutControl1.Root = this.Root;
|
107
|
this.layoutControl1.Size = new System.Drawing.Size(250, 500);
|
108
|
this.layoutControl1.TabIndex = 0;
|
109
|
this.layoutControl1.Text = "layoutControl1";
|
110
|
//
|
111
|
// btnSpecBreakRelocation
|
112
|
//
|
113
|
this.btnSpecBreakRelocation.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.newrecurringappointment;
|
114
|
this.btnSpecBreakRelocation.Location = new System.Drawing.Point(24, 354);
|
115
|
this.btnSpecBreakRelocation.Name = "btnSpecBreakRelocation";
|
116
|
this.btnSpecBreakRelocation.Size = new System.Drawing.Size(185, 36);
|
117
|
this.btnSpecBreakRelocation.StyleController = this.layoutControl1;
|
118
|
this.btnSpecBreakRelocation.TabIndex = 13;
|
119
|
this.btnSpecBreakRelocation.Text = "SpecBreak Relocation";
|
120
|
this.btnSpecBreakRelocation.Click += new System.EventHandler(this.btnSpecBreakRelocation_Click);
|
121
|
//
|
122
|
// spinEditSymmetry
|
123
|
//
|
124
|
this.spinEditSymmetry.EditValue = new decimal(new int[] {
|
125
|
1,
|
126
|
0,
|
127
|
0,
|
128
|
0});
|
129
|
this.spinEditSymmetry.Location = new System.Drawing.Point(119, 289);
|
130
|
this.spinEditSymmetry.Name = "spinEditSymmetry";
|
131
|
this.spinEditSymmetry.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
132
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
133
|
this.spinEditSymmetry.Properties.MaxValue = new decimal(new int[] {
|
134
|
10,
|
135
|
0,
|
136
|
0,
|
137
|
0});
|
138
|
this.spinEditSymmetry.Properties.MinValue = new decimal(new int[] {
|
139
|
1,
|
140
|
0,
|
141
|
0,
|
142
|
0});
|
143
|
this.spinEditSymmetry.Size = new System.Drawing.Size(90, 20);
|
144
|
this.spinEditSymmetry.StyleController = this.layoutControl1;
|
145
|
this.spinEditSymmetry.TabIndex = 12;
|
146
|
//
|
147
|
// btnSymmetry
|
148
|
//
|
149
|
this.btnSymmetry.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.productquickcomparisons;
|
150
|
this.btnSymmetry.Location = new System.Drawing.Point(24, 313);
|
151
|
this.btnSymmetry.Name = "btnSymmetry";
|
152
|
this.btnSymmetry.Size = new System.Drawing.Size(185, 36);
|
153
|
this.btnSymmetry.StyleController = this.layoutControl1;
|
154
|
this.btnSymmetry.TabIndex = 11;
|
155
|
this.btnSymmetry.Text = "Symbol Symmetry";
|
156
|
this.btnSymmetry.Click += new System.EventHandler(this.btnSymmetry_Click);
|
157
|
//
|
158
|
// labelControl1
|
159
|
//
|
160
|
this.labelControl1.Location = new System.Drawing.Point(24, 439);
|
161
|
this.labelControl1.Name = "labelControl1";
|
162
|
this.labelControl1.Size = new System.Drawing.Size(179, 14);
|
163
|
this.labelControl1.StyleController = this.layoutControl1;
|
164
|
this.labelControl1.TabIndex = 10;
|
165
|
this.labelControl1.Text = "Snap Grid On/Off Key : Shift + A";
|
166
|
//
|
167
|
// btnLinkOPC
|
168
|
//
|
169
|
this.btnLinkOPC.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLinkOPC.ImageOptions.SvgImage")));
|
170
|
this.btnLinkOPC.Location = new System.Drawing.Point(24, 85);
|
171
|
this.btnLinkOPC.Name = "btnLinkOPC";
|
172
|
this.btnLinkOPC.Size = new System.Drawing.Size(185, 36);
|
173
|
this.btnLinkOPC.StyleController = this.layoutControl1;
|
174
|
this.btnLinkOPC.TabIndex = 9;
|
175
|
this.btnLinkOPC.Text = "Link OPC";
|
176
|
this.btnLinkOPC.Click += new System.EventHandler(this.btnLinkOPC_Click);
|
177
|
//
|
178
|
// btnGetDrawingSize
|
179
|
//
|
180
|
this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 170);
|
181
|
this.btnGetDrawingSize.Name = "btnGetDrawingSize";
|
182
|
this.btnGetDrawingSize.Size = new System.Drawing.Size(185, 22);
|
183
|
this.btnGetDrawingSize.StyleController = this.layoutControl1;
|
184
|
this.btnGetDrawingSize.TabIndex = 8;
|
185
|
this.btnGetDrawingSize.Text = "Get Drawing Size";
|
186
|
this.btnGetDrawingSize.Click += new System.EventHandler(this.btnGetDrawingSize_Click);
|
187
|
//
|
188
|
// textEditDrawingY
|
189
|
//
|
190
|
this.textEditDrawingY.Location = new System.Drawing.Point(44, 220);
|
191
|
this.textEditDrawingY.Name = "textEditDrawingY";
|
192
|
this.textEditDrawingY.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
193
|
this.textEditDrawingY.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
194
|
this.textEditDrawingY.Properties.ReadOnly = true;
|
195
|
this.textEditDrawingY.Size = new System.Drawing.Size(165, 20);
|
196
|
this.textEditDrawingY.StyleController = this.layoutControl1;
|
197
|
this.textEditDrawingY.TabIndex = 7;
|
198
|
//
|
199
|
// textEditDrawingX
|
200
|
//
|
201
|
this.textEditDrawingX.Location = new System.Drawing.Point(44, 196);
|
202
|
this.textEditDrawingX.Name = "textEditDrawingX";
|
203
|
this.textEditDrawingX.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
204
|
this.textEditDrawingX.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
|
205
|
this.textEditDrawingX.Properties.ReadOnly = true;
|
206
|
this.textEditDrawingX.Size = new System.Drawing.Size(165, 20);
|
207
|
this.textEditDrawingX.StyleController = this.layoutControl1;
|
208
|
this.textEditDrawingX.TabIndex = 6;
|
209
|
//
|
210
|
// simpleButton1
|
211
|
//
|
212
|
this.simpleButton1.Location = new System.Drawing.Point(12, 469);
|
213
|
this.simpleButton1.Name = "simpleButton1";
|
214
|
this.simpleButton1.Size = new System.Drawing.Size(209, 22);
|
215
|
this.simpleButton1.StyleController = this.layoutControl1;
|
216
|
this.simpleButton1.TabIndex = 5;
|
217
|
this.simpleButton1.Text = "simpleButton1";
|
218
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
219
|
//
|
220
|
// btnSPPIDConverter
|
221
|
//
|
222
|
this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage")));
|
223
|
this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45);
|
224
|
this.btnSPPIDConverter.Name = "btnSPPIDConverter";
|
225
|
this.btnSPPIDConverter.Size = new System.Drawing.Size(185, 36);
|
226
|
this.btnSPPIDConverter.StyleController = this.layoutControl1;
|
227
|
this.btnSPPIDConverter.TabIndex = 4;
|
228
|
this.btnSPPIDConverter.Text = "Open Converter";
|
229
|
this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click);
|
230
|
//
|
231
|
// Root
|
232
|
//
|
233
|
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
234
|
this.Root.GroupBordersVisible = false;
|
235
|
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
236
|
this.emptySpaceItem1,
|
237
|
this.layoutControlItem2,
|
238
|
this.layoutControlGroup1,
|
239
|
this.layoutControlGroup2,
|
240
|
this.layoutControlGroup3,
|
241
|
this.layoutControlGroup4});
|
242
|
this.Root.Name = "Root";
|
243
|
this.Root.Size = new System.Drawing.Size(233, 513);
|
244
|
this.Root.TextVisible = false;
|
245
|
//
|
246
|
// emptySpaceItem1
|
247
|
//
|
248
|
this.emptySpaceItem1.AllowHotTrack = false;
|
249
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 483);
|
250
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
251
|
this.emptySpaceItem1.Size = new System.Drawing.Size(213, 10);
|
252
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
253
|
//
|
254
|
// layoutControlItem2
|
255
|
//
|
256
|
this.layoutControlItem2.Control = this.simpleButton1;
|
257
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 457);
|
258
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
259
|
this.layoutControlItem2.Size = new System.Drawing.Size(213, 26);
|
260
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
261
|
this.layoutControlItem2.TextVisible = false;
|
262
|
this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.OnlyInCustomization;
|
263
|
//
|
264
|
// layoutControlGroup1
|
265
|
//
|
266
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
267
|
this.layoutControlItem3,
|
268
|
this.layoutControlItem4,
|
269
|
this.layoutControlItem5});
|
270
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 125);
|
271
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
272
|
this.layoutControlGroup1.Size = new System.Drawing.Size(213, 119);
|
273
|
this.layoutControlGroup1.Text = "Drawing Size Setting";
|
274
|
//
|
275
|
// layoutControlItem3
|
276
|
//
|
277
|
this.layoutControlItem3.Control = this.textEditDrawingX;
|
278
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
|
279
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
280
|
this.layoutControlItem3.Size = new System.Drawing.Size(189, 24);
|
281
|
this.layoutControlItem3.Text = "X";
|
282
|
this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
283
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(15, 14);
|
284
|
this.layoutControlItem3.TextToControlDistance = 5;
|
285
|
//
|
286
|
// layoutControlItem4
|
287
|
//
|
288
|
this.layoutControlItem4.Control = this.textEditDrawingY;
|
289
|
this.layoutControlItem4.Location = new System.Drawing.Point(0, 50);
|
290
|
this.layoutControlItem4.Name = "layoutControlItem4";
|
291
|
this.layoutControlItem4.Size = new System.Drawing.Size(189, 24);
|
292
|
this.layoutControlItem4.Text = "Y";
|
293
|
this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
294
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(15, 14);
|
295
|
this.layoutControlItem4.TextToControlDistance = 5;
|
296
|
//
|
297
|
// layoutControlItem5
|
298
|
//
|
299
|
this.layoutControlItem5.Control = this.btnGetDrawingSize;
|
300
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
|
301
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
302
|
this.layoutControlItem5.Size = new System.Drawing.Size(189, 26);
|
303
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
304
|
this.layoutControlItem5.TextVisible = false;
|
305
|
//
|
306
|
// layoutControlGroup2
|
307
|
//
|
308
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
309
|
this.layoutControlItem1,
|
310
|
this.layoutControlItem6});
|
311
|
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
|
312
|
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
313
|
this.layoutControlGroup2.Size = new System.Drawing.Size(213, 125);
|
314
|
this.layoutControlGroup2.Text = "Converter";
|
315
|
//
|
316
|
// layoutControlItem1
|
317
|
//
|
318
|
this.layoutControlItem1.Control = this.btnSPPIDConverter;
|
319
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
320
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
321
|
this.layoutControlItem1.Size = new System.Drawing.Size(189, 40);
|
322
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
323
|
this.layoutControlItem1.TextVisible = false;
|
324
|
//
|
325
|
// layoutControlItem6
|
326
|
//
|
327
|
this.layoutControlItem6.Control = this.btnLinkOPC;
|
328
|
this.layoutControlItem6.Location = new System.Drawing.Point(0, 40);
|
329
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
330
|
this.layoutControlItem6.Size = new System.Drawing.Size(189, 40);
|
331
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
332
|
this.layoutControlItem6.TextVisible = false;
|
333
|
//
|
334
|
// layoutControlGroup3
|
335
|
//
|
336
|
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
337
|
this.layoutControlItem8,
|
338
|
this.layoutControlItem9,
|
339
|
this.layoutControlItem10,
|
340
|
this.simpleSeparator1});
|
341
|
this.layoutControlGroup3.Location = new System.Drawing.Point(0, 244);
|
342
|
this.layoutControlGroup3.Name = "layoutControlGroup3";
|
343
|
this.layoutControlGroup3.Size = new System.Drawing.Size(213, 150);
|
344
|
this.layoutControlGroup3.Text = "SPPID Utils";
|
345
|
//
|
346
|
// layoutControlItem8
|
347
|
//
|
348
|
this.layoutControlItem8.Control = this.btnSymmetry;
|
349
|
this.layoutControlItem8.Location = new System.Drawing.Point(0, 24);
|
350
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
351
|
this.layoutControlItem8.Size = new System.Drawing.Size(189, 40);
|
352
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
|
353
|
this.layoutControlItem8.TextVisible = false;
|
354
|
//
|
355
|
// layoutControlItem9
|
356
|
//
|
357
|
this.layoutControlItem9.Control = this.spinEditSymmetry;
|
358
|
this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
|
359
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
360
|
this.layoutControlItem9.Size = new System.Drawing.Size(189, 24);
|
361
|
this.layoutControlItem9.Text = "Symmetry Count";
|
362
|
this.layoutControlItem9.TextSize = new System.Drawing.Size(92, 14);
|
363
|
//
|
364
|
// layoutControlItem10
|
365
|
//
|
366
|
this.layoutControlItem10.Control = this.btnSpecBreakRelocation;
|
367
|
this.layoutControlItem10.Location = new System.Drawing.Point(0, 65);
|
368
|
this.layoutControlItem10.Name = "layoutControlItem10";
|
369
|
this.layoutControlItem10.Size = new System.Drawing.Size(189, 40);
|
370
|
this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
|
371
|
this.layoutControlItem10.TextVisible = false;
|
372
|
//
|
373
|
// simpleSeparator1
|
374
|
//
|
375
|
this.simpleSeparator1.AllowHotTrack = false;
|
376
|
this.simpleSeparator1.Location = new System.Drawing.Point(0, 64);
|
377
|
this.simpleSeparator1.Name = "simpleSeparator1";
|
378
|
this.simpleSeparator1.Size = new System.Drawing.Size(189, 1);
|
379
|
//
|
380
|
// layoutControlGroup4
|
381
|
//
|
382
|
this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
383
|
this.layoutControlItem7});
|
384
|
this.layoutControlGroup4.Location = new System.Drawing.Point(0, 394);
|
385
|
this.layoutControlGroup4.Name = "layoutControlGroup4";
|
386
|
this.layoutControlGroup4.Size = new System.Drawing.Size(213, 63);
|
387
|
this.layoutControlGroup4.Text = "Keyboard Shortcut";
|
388
|
//
|
389
|
// layoutControlItem7
|
390
|
//
|
391
|
this.layoutControlItem7.Control = this.labelControl1;
|
392
|
this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
|
393
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
394
|
this.layoutControlItem7.Size = new System.Drawing.Size(189, 18);
|
395
|
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
396
|
this.layoutControlItem7.TextVisible = false;
|
397
|
//
|
398
|
// defaultLookAndFeel
|
399
|
//
|
400
|
this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful";
|
401
|
//
|
402
|
// ConverterDocking
|
403
|
//
|
404
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
405
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
406
|
this.Controls.Add(this.layoutControl1);
|
407
|
this.Name = "ConverterDocking";
|
408
|
this.Size = new System.Drawing.Size(250, 500);
|
409
|
this.Load += new System.EventHandler(this.ConverterDocking_Load);
|
410
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
411
|
this.layoutControl1.ResumeLayout(false);
|
412
|
((System.ComponentModel.ISupportInitialize)(this.spinEditSymmetry.Properties)).EndInit();
|
413
|
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit();
|
414
|
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).EndInit();
|
415
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
416
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
417
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
418
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
419
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
420
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
421
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
422
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
423
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
424
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
425
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
|
426
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
427
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
428
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
429
|
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
|
430
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
|
431
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
432
|
this.ResumeLayout(false);
|
433
|
|
434
|
}
|
435
|
|
436
|
#endregion
|
437
|
|
438
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
439
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
440
|
private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter;
|
441
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
442
|
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel;
|
443
|
public DevExpress.XtraEditors.SimpleButton simpleButton1;
|
444
|
public DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
445
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
446
|
private DevExpress.XtraEditors.TextEdit textEditDrawingY;
|
447
|
private DevExpress.XtraEditors.TextEdit textEditDrawingX;
|
448
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
449
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
|
450
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
451
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
452
|
private DevExpress.XtraEditors.SimpleButton btnGetDrawingSize;
|
453
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
454
|
private DevExpress.XtraEditors.SimpleButton btnLinkOPC;
|
455
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
456
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
457
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
458
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
459
|
private DevExpress.XtraEditors.SimpleButton btnSymmetry;
|
460
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
461
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
|
462
|
private DevExpress.XtraEditors.SpinEdit spinEditSymmetry;
|
463
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
464
|
private DevExpress.XtraEditors.SimpleButton btnSpecBreakRelocation;
|
465
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
466
|
private DevExpress.XtraLayout.SimpleSeparator simpleSeparator1;
|
467
|
}
|
468
|
}
|