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