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 |
29ac1959
|
gaqhf
|
this.btnSpecBreakRelocation = new DevExpress.XtraEditors.SimpleButton();
|
36 |
c3e8fa8e
|
gaqhf
|
this.spinEditSymmetry = new DevExpress.XtraEditors.SpinEdit();
|
37 |
82c7f66d
|
gaqhf
|
this.btnSymmetry = new DevExpress.XtraEditors.SimpleButton();
|
38 |
|
|
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
|
39 |
b427ebf9
|
humkyung
|
this.btnLinkOPC = new DevExpress.XtraEditors.SimpleButton();
|
40 |
69b7387a
|
gaqhf
|
this.btnGetDrawingSize = new DevExpress.XtraEditors.SimpleButton();
|
41 |
|
|
this.textEditDrawingY = new DevExpress.XtraEditors.TextEdit();
|
42 |
|
|
this.textEditDrawingX = new DevExpress.XtraEditors.TextEdit();
|
43 |
ca214bc3
|
gaqhf
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
44 |
e3e2d41f
|
gaqhf
|
this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton();
|
45 |
65881d60
|
gaqhf
|
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
46 |
|
|
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
47 |
1ba9c671
|
gaqhf
|
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
48 |
6a7573b0
|
gaqhf
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
49 |
69b7387a
|
gaqhf
|
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
50 |
6a7573b0
|
gaqhf
|
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
51 |
|
|
this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
52 |
69b7387a
|
gaqhf
|
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
53 |
|
|
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
54 |
|
|
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
55 |
0f06870b
|
gaqhf
|
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
56 |
d6f22c35
|
gaqhf
|
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
57 |
c3e8fa8e
|
gaqhf
|
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
58 |
29ac1959
|
gaqhf
|
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
59 |
|
|
this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
|
60 |
2b200a6e
|
gaqhf
|
this.layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
|
61 |
c3e8fa8e
|
gaqhf
|
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
62 |
|
|
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
|
63 |
65881d60
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
64 |
|
|
this.layoutControl1.SuspendLayout();
|
65 |
c3e8fa8e
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.spinEditSymmetry.Properties)).BeginInit();
|
66 |
69b7387a
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).BeginInit();
|
67 |
|
|
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).BeginInit();
|
68 |
65881d60
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
69 |
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
70 |
1ba9c671
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
|
71 |
6a7573b0
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
72 |
69b7387a
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
|
73 |
6a7573b0
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
|
74 |
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
|
75 |
69b7387a
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
76 |
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
|
77 |
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
|
78 |
0f06870b
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit();
|
79 |
d6f22c35
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
80 |
c3e8fa8e
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
81 |
29ac1959
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
82 |
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
|
83 |
2b200a6e
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).BeginInit();
|
84 |
c3e8fa8e
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
85 |
65881d60
|
gaqhf
|
this.SuspendLayout();
|
86 |
|
|
//
|
87 |
6a7573b0
|
gaqhf
|
// splashScreenManager
|
88 |
|
|
//
|
89 |
|
|
splashScreenManager.ClosingDelay = 500;
|
90 |
|
|
//
|
91 |
65881d60
|
gaqhf
|
// layoutControl1
|
92 |
|
|
//
|
93 |
29ac1959
|
gaqhf
|
this.layoutControl1.Controls.Add(this.btnSpecBreakRelocation);
|
94 |
c3e8fa8e
|
gaqhf
|
this.layoutControl1.Controls.Add(this.spinEditSymmetry);
|
95 |
d6f22c35
|
gaqhf
|
this.layoutControl1.Controls.Add(this.btnSymmetry);
|
96 |
0f06870b
|
gaqhf
|
this.layoutControl1.Controls.Add(this.labelControl1);
|
97 |
69b7387a
|
gaqhf
|
this.layoutControl1.Controls.Add(this.btnLinkOPC);
|
98 |
6a7573b0
|
gaqhf
|
this.layoutControl1.Controls.Add(this.btnGetDrawingSize);
|
99 |
|
|
this.layoutControl1.Controls.Add(this.textEditDrawingY);
|
100 |
|
|
this.layoutControl1.Controls.Add(this.textEditDrawingX);
|
101 |
1ba9c671
|
gaqhf
|
this.layoutControl1.Controls.Add(this.simpleButton1);
|
102 |
e3e2d41f
|
gaqhf
|
this.layoutControl1.Controls.Add(this.btnSPPIDConverter);
|
103 |
65881d60
|
gaqhf
|
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 |
82c7f66d
|
gaqhf
|
this.layoutControl1.Size = new System.Drawing.Size(250, 500);
|
108 |
65881d60
|
gaqhf
|
this.layoutControl1.TabIndex = 0;
|
109 |
|
|
this.layoutControl1.Text = "layoutControl1";
|
110 |
|
|
//
|
111 |
29ac1959
|
gaqhf
|
// 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 |
c3e8fa8e
|
gaqhf
|
// 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 |
29ac1959
|
gaqhf
|
this.spinEditSymmetry.Size = new System.Drawing.Size(90, 20);
|
144 |
c3e8fa8e
|
gaqhf
|
this.spinEditSymmetry.StyleController = this.layoutControl1;
|
145 |
|
|
this.spinEditSymmetry.TabIndex = 12;
|
146 |
|
|
//
|
147 |
82c7f66d
|
gaqhf
|
// btnSymmetry
|
148 |
|
|
//
|
149 |
|
|
this.btnSymmetry.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.productquickcomparisons;
|
150 |
c3e8fa8e
|
gaqhf
|
this.btnSymmetry.Location = new System.Drawing.Point(24, 313);
|
151 |
82c7f66d
|
gaqhf
|
this.btnSymmetry.Name = "btnSymmetry";
|
152 |
29ac1959
|
gaqhf
|
this.btnSymmetry.Size = new System.Drawing.Size(185, 36);
|
153 |
82c7f66d
|
gaqhf
|
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 |
29ac1959
|
gaqhf
|
this.labelControl1.Location = new System.Drawing.Point(24, 439);
|
161 |
82c7f66d
|
gaqhf
|
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 |
b427ebf9
|
humkyung
|
// 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 |
29ac1959
|
gaqhf
|
this.btnLinkOPC.Size = new System.Drawing.Size(185, 36);
|
173 |
b427ebf9
|
humkyung
|
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 |
69b7387a
|
gaqhf
|
// btnGetDrawingSize
|
179 |
|
|
//
|
180 |
|
|
this.btnGetDrawingSize.Location = new System.Drawing.Point(24, 170);
|
181 |
|
|
this.btnGetDrawingSize.Name = "btnGetDrawingSize";
|
182 |
29ac1959
|
gaqhf
|
this.btnGetDrawingSize.Size = new System.Drawing.Size(185, 22);
|
183 |
69b7387a
|
gaqhf
|
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 |
29ac1959
|
gaqhf
|
this.textEditDrawingY.Location = new System.Drawing.Point(44, 220);
|
191 |
69b7387a
|
gaqhf
|
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 |
29ac1959
|
gaqhf
|
this.textEditDrawingY.Size = new System.Drawing.Size(165, 20);
|
196 |
69b7387a
|
gaqhf
|
this.textEditDrawingY.StyleController = this.layoutControl1;
|
197 |
|
|
this.textEditDrawingY.TabIndex = 7;
|
198 |
|
|
//
|
199 |
|
|
// textEditDrawingX
|
200 |
|
|
//
|
201 |
29ac1959
|
gaqhf
|
this.textEditDrawingX.Location = new System.Drawing.Point(44, 196);
|
202 |
69b7387a
|
gaqhf
|
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 |
29ac1959
|
gaqhf
|
this.textEditDrawingX.Size = new System.Drawing.Size(165, 20);
|
207 |
69b7387a
|
gaqhf
|
this.textEditDrawingX.StyleController = this.layoutControl1;
|
208 |
|
|
this.textEditDrawingX.TabIndex = 6;
|
209 |
|
|
//
|
210 |
ca214bc3
|
gaqhf
|
// simpleButton1
|
211 |
|
|
//
|
212 |
29ac1959
|
gaqhf
|
this.simpleButton1.Location = new System.Drawing.Point(12, 469);
|
213 |
ca214bc3
|
gaqhf
|
this.simpleButton1.Name = "simpleButton1";
|
214 |
29ac1959
|
gaqhf
|
this.simpleButton1.Size = new System.Drawing.Size(209, 22);
|
215 |
ca214bc3
|
gaqhf
|
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 |
e3e2d41f
|
gaqhf
|
// btnSPPIDConverter
|
221 |
|
|
//
|
222 |
d19ae675
|
gaqhf
|
this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage")));
|
223 |
6a7573b0
|
gaqhf
|
this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 45);
|
224 |
e3e2d41f
|
gaqhf
|
this.btnSPPIDConverter.Name = "btnSPPIDConverter";
|
225 |
29ac1959
|
gaqhf
|
this.btnSPPIDConverter.Size = new System.Drawing.Size(185, 36);
|
226 |
e3e2d41f
|
gaqhf
|
this.btnSPPIDConverter.StyleController = this.layoutControl1;
|
227 |
|
|
this.btnSPPIDConverter.TabIndex = 4;
|
228 |
6a7573b0
|
gaqhf
|
this.btnSPPIDConverter.Text = "Open Converter";
|
229 |
e3e2d41f
|
gaqhf
|
this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click);
|
230 |
|
|
//
|
231 |
65881d60
|
gaqhf
|
// 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 |
1ba9c671
|
gaqhf
|
this.emptySpaceItem1,
|
237 |
6a7573b0
|
gaqhf
|
this.layoutControlItem2,
|
238 |
|
|
this.layoutControlGroup1,
|
239 |
0f06870b
|
gaqhf
|
this.layoutControlGroup2,
|
240 |
2b200a6e
|
gaqhf
|
this.layoutControlGroup3,
|
241 |
|
|
this.layoutControlGroup4});
|
242 |
65881d60
|
gaqhf
|
this.Root.Name = "Root";
|
243 |
29ac1959
|
gaqhf
|
this.Root.Size = new System.Drawing.Size(233, 513);
|
244 |
65881d60
|
gaqhf
|
this.Root.TextVisible = false;
|
245 |
|
|
//
|
246 |
|
|
// emptySpaceItem1
|
247 |
|
|
//
|
248 |
|
|
this.emptySpaceItem1.AllowHotTrack = false;
|
249 |
29ac1959
|
gaqhf
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 483);
|
250 |
65881d60
|
gaqhf
|
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
251 |
29ac1959
|
gaqhf
|
this.emptySpaceItem1.Size = new System.Drawing.Size(213, 10);
|
252 |
65881d60
|
gaqhf
|
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
253 |
|
|
//
|
254 |
1ba9c671
|
gaqhf
|
// layoutControlItem2
|
255 |
|
|
//
|
256 |
|
|
this.layoutControlItem2.Control = this.simpleButton1;
|
257 |
29ac1959
|
gaqhf
|
this.layoutControlItem2.Location = new System.Drawing.Point(0, 457);
|
258 |
1ba9c671
|
gaqhf
|
this.layoutControlItem2.Name = "layoutControlItem2";
|
259 |
29ac1959
|
gaqhf
|
this.layoutControlItem2.Size = new System.Drawing.Size(213, 26);
|
260 |
1ba9c671
|
gaqhf
|
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
|
261 |
|
|
this.layoutControlItem2.TextVisible = false;
|
262 |
b427ebf9
|
humkyung
|
this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.OnlyInCustomization;
|
263 |
1ba9c671
|
gaqhf
|
//
|
264 |
6a7573b0
|
gaqhf
|
// layoutControlGroup1
|
265 |
|
|
//
|
266 |
|
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
267 |
|
|
this.layoutControlItem3,
|
268 |
|
|
this.layoutControlItem4,
|
269 |
|
|
this.layoutControlItem5});
|
270 |
69b7387a
|
gaqhf
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 125);
|
271 |
6a7573b0
|
gaqhf
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
272 |
29ac1959
|
gaqhf
|
this.layoutControlGroup1.Size = new System.Drawing.Size(213, 119);
|
273 |
69b7387a
|
gaqhf
|
this.layoutControlGroup1.Text = "Drawing Size Setting";
|
274 |
6a7573b0
|
gaqhf
|
//
|
275 |
69b7387a
|
gaqhf
|
// layoutControlItem3
|
276 |
6a7573b0
|
gaqhf
|
//
|
277 |
69b7387a
|
gaqhf
|
this.layoutControlItem3.Control = this.textEditDrawingX;
|
278 |
|
|
this.layoutControlItem3.Location = new System.Drawing.Point(0, 26);
|
279 |
|
|
this.layoutControlItem3.Name = "layoutControlItem3";
|
280 |
29ac1959
|
gaqhf
|
this.layoutControlItem3.Size = new System.Drawing.Size(189, 24);
|
281 |
69b7387a
|
gaqhf
|
this.layoutControlItem3.Text = "X";
|
282 |
29ac1959
|
gaqhf
|
this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
283 |
|
|
this.layoutControlItem3.TextSize = new System.Drawing.Size(15, 14);
|
284 |
|
|
this.layoutControlItem3.TextToControlDistance = 5;
|
285 |
6a7573b0
|
gaqhf
|
//
|
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 |
29ac1959
|
gaqhf
|
this.layoutControlItem4.Size = new System.Drawing.Size(189, 24);
|
292 |
6a7573b0
|
gaqhf
|
this.layoutControlItem4.Text = "Y";
|
293 |
29ac1959
|
gaqhf
|
this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
|
294 |
|
|
this.layoutControlItem4.TextSize = new System.Drawing.Size(15, 14);
|
295 |
|
|
this.layoutControlItem4.TextToControlDistance = 5;
|
296 |
6a7573b0
|
gaqhf
|
//
|
297 |
69b7387a
|
gaqhf
|
// layoutControlItem5
|
298 |
|
|
//
|
299 |
|
|
this.layoutControlItem5.Control = this.btnGetDrawingSize;
|
300 |
|
|
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
|
301 |
|
|
this.layoutControlItem5.Name = "layoutControlItem5";
|
302 |
29ac1959
|
gaqhf
|
this.layoutControlItem5.Size = new System.Drawing.Size(189, 26);
|
303 |
69b7387a
|
gaqhf
|
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
304 |
|
|
this.layoutControlItem5.TextVisible = false;
|
305 |
|
|
//
|
306 |
6a7573b0
|
gaqhf
|
// layoutControlGroup2
|
307 |
|
|
//
|
308 |
|
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
309 |
69b7387a
|
gaqhf
|
this.layoutControlItem1,
|
310 |
|
|
this.layoutControlItem6});
|
311 |
6a7573b0
|
gaqhf
|
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
|
312 |
|
|
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
313 |
29ac1959
|
gaqhf
|
this.layoutControlGroup2.Size = new System.Drawing.Size(213, 125);
|
314 |
6a7573b0
|
gaqhf
|
this.layoutControlGroup2.Text = "Converter";
|
315 |
|
|
//
|
316 |
69b7387a
|
gaqhf
|
// layoutControlItem1
|
317 |
6a7573b0
|
gaqhf
|
//
|
318 |
69b7387a
|
gaqhf
|
this.layoutControlItem1.Control = this.btnSPPIDConverter;
|
319 |
|
|
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
320 |
|
|
this.layoutControlItem1.Name = "layoutControlItem1";
|
321 |
29ac1959
|
gaqhf
|
this.layoutControlItem1.Size = new System.Drawing.Size(189, 40);
|
322 |
69b7387a
|
gaqhf
|
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
323 |
|
|
this.layoutControlItem1.TextVisible = false;
|
324 |
6a7573b0
|
gaqhf
|
//
|
325 |
69b7387a
|
gaqhf
|
// layoutControlItem6
|
326 |
|
|
//
|
327 |
|
|
this.layoutControlItem6.Control = this.btnLinkOPC;
|
328 |
|
|
this.layoutControlItem6.Location = new System.Drawing.Point(0, 40);
|
329 |
|
|
this.layoutControlItem6.Name = "layoutControlItem6";
|
330 |
29ac1959
|
gaqhf
|
this.layoutControlItem6.Size = new System.Drawing.Size(189, 40);
|
331 |
69b7387a
|
gaqhf
|
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
332 |
|
|
this.layoutControlItem6.TextVisible = false;
|
333 |
ca214bc3
|
gaqhf
|
//
|
334 |
0f06870b
|
gaqhf
|
// layoutControlGroup3
|
335 |
|
|
//
|
336 |
|
|
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
337 |
c3e8fa8e
|
gaqhf
|
this.layoutControlItem8,
|
338 |
29ac1959
|
gaqhf
|
this.layoutControlItem9,
|
339 |
|
|
this.layoutControlItem10,
|
340 |
|
|
this.simpleSeparator1});
|
341 |
0f06870b
|
gaqhf
|
this.layoutControlGroup3.Location = new System.Drawing.Point(0, 244);
|
342 |
|
|
this.layoutControlGroup3.Name = "layoutControlGroup3";
|
343 |
29ac1959
|
gaqhf
|
this.layoutControlGroup3.Size = new System.Drawing.Size(213, 150);
|
344 |
0f06870b
|
gaqhf
|
this.layoutControlGroup3.Text = "SPPID Utils";
|
345 |
|
|
//
|
346 |
d6f22c35
|
gaqhf
|
// layoutControlItem8
|
347 |
|
|
//
|
348 |
|
|
this.layoutControlItem8.Control = this.btnSymmetry;
|
349 |
c3e8fa8e
|
gaqhf
|
this.layoutControlItem8.Location = new System.Drawing.Point(0, 24);
|
350 |
d6f22c35
|
gaqhf
|
this.layoutControlItem8.Name = "layoutControlItem8";
|
351 |
29ac1959
|
gaqhf
|
this.layoutControlItem8.Size = new System.Drawing.Size(189, 40);
|
352 |
d6f22c35
|
gaqhf
|
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
|
353 |
|
|
this.layoutControlItem8.TextVisible = false;
|
354 |
|
|
//
|
355 |
c3e8fa8e
|
gaqhf
|
// layoutControlItem9
|
356 |
82c7f66d
|
gaqhf
|
//
|
357 |
c3e8fa8e
|
gaqhf
|
this.layoutControlItem9.Control = this.spinEditSymmetry;
|
358 |
|
|
this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
|
359 |
|
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
360 |
29ac1959
|
gaqhf
|
this.layoutControlItem9.Size = new System.Drawing.Size(189, 24);
|
361 |
c3e8fa8e
|
gaqhf
|
this.layoutControlItem9.Text = "Symmetry Count";
|
362 |
|
|
this.layoutControlItem9.TextSize = new System.Drawing.Size(92, 14);
|
363 |
82c7f66d
|
gaqhf
|
//
|
364 |
29ac1959
|
gaqhf
|
// 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 |
2b200a6e
|
gaqhf
|
// layoutControlGroup4
|
381 |
|
|
//
|
382 |
|
|
this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
383 |
|
|
this.layoutControlItem7});
|
384 |
29ac1959
|
gaqhf
|
this.layoutControlGroup4.Location = new System.Drawing.Point(0, 394);
|
385 |
2b200a6e
|
gaqhf
|
this.layoutControlGroup4.Name = "layoutControlGroup4";
|
386 |
29ac1959
|
gaqhf
|
this.layoutControlGroup4.Size = new System.Drawing.Size(213, 63);
|
387 |
2b200a6e
|
gaqhf
|
this.layoutControlGroup4.Text = "Keyboard Shortcut";
|
388 |
|
|
//
|
389 |
c3e8fa8e
|
gaqhf
|
// layoutControlItem7
|
390 |
|
|
//
|
391 |
|
|
this.layoutControlItem7.Control = this.labelControl1;
|
392 |
|
|
this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
|
393 |
|
|
this.layoutControlItem7.Name = "layoutControlItem7";
|
394 |
29ac1959
|
gaqhf
|
this.layoutControlItem7.Size = new System.Drawing.Size(189, 18);
|
395 |
c3e8fa8e
|
gaqhf
|
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 |
65881d60
|
gaqhf
|
// 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 |
82c7f66d
|
gaqhf
|
this.Size = new System.Drawing.Size(250, 500);
|
409 |
b427ebf9
|
humkyung
|
this.Load += new System.EventHandler(this.ConverterDocking_Load);
|
410 |
65881d60
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
411 |
|
|
this.layoutControl1.ResumeLayout(false);
|
412 |
c3e8fa8e
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.spinEditSymmetry.Properties)).EndInit();
|
413 |
69b7387a
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingY.Properties)).EndInit();
|
414 |
|
|
((System.ComponentModel.ISupportInitialize)(this.textEditDrawingX.Properties)).EndInit();
|
415 |
65881d60
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
416 |
|
|
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
417 |
1ba9c671
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
|
418 |
6a7573b0
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
419 |
69b7387a
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
|
420 |
6a7573b0
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
|
421 |
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
|
422 |
69b7387a
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
423 |
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
|
424 |
|
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
|
425 |
0f06870b
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit();
|
426 |
d6f22c35
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
427 |
c3e8fa8e
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
428 |
29ac1959
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
429 |
|
|
((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
|
430 |
2b200a6e
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup4)).EndInit();
|
431 |
c3e8fa8e
|
gaqhf
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
432 |
65881d60
|
gaqhf
|
this.ResumeLayout(false);
|
433 |
|
|
|
434 |
|
|
}
|
435 |
|
|
|
436 |
|
|
#endregion
|
437 |
|
|
|
438 |
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
439 |
|
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
440 |
e3e2d41f
|
gaqhf
|
private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter;
|
441 |
65881d60
|
gaqhf
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
442 |
d19ae675
|
gaqhf
|
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel;
|
443 |
b427ebf9
|
humkyung
|
public DevExpress.XtraEditors.SimpleButton simpleButton1;
|
444 |
|
|
public DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
445 |
6a7573b0
|
gaqhf
|
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 |
69b7387a
|
gaqhf
|
private DevExpress.XtraEditors.SimpleButton btnLinkOPC;
|
455 |
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
456 |
0f06870b
|
gaqhf
|
private DevExpress.XtraEditors.LabelControl labelControl1;
|
457 |
|
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
458 |
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
459 |
d6f22c35
|
gaqhf
|
private DevExpress.XtraEditors.SimpleButton btnSymmetry;
|
460 |
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
|
461 |
2b200a6e
|
gaqhf
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
|
462 |
c3e8fa8e
|
gaqhf
|
private DevExpress.XtraEditors.SpinEdit spinEditSymmetry;
|
463 |
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
464 |
29ac1959
|
gaqhf
|
private DevExpress.XtraEditors.SimpleButton btnSpecBreakRelocation;
|
465 |
|
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
466 |
|
|
private DevExpress.XtraLayout.SimpleSeparator simpleSeparator1;
|
467 |
65881d60
|
gaqhf
|
}
|
468 |
|
|
} |