프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / ConverterDocking.Designer.cs @ e51b485b

이력 | 보기 | 이력해설 | 다운로드 (39.7 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 9fcc54bb gaqhf
            this.btnSegmentBreak = new DevExpress.XtraEditors.SimpleButton();
36
            this.btnPipeRunBreak = new DevExpress.XtraEditors.SimpleButton();
37
            this.btnCreateStreamBreak = new DevExpress.XtraEditors.SimpleButton();
38
            this.btnOPC = new DevExpress.XtraEditors.SimpleButton();
39
            this.textEdit2 = new DevExpress.XtraEditors.TextEdit();
40
            this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
41
            this.btnLinkOPCTest = new DevExpress.XtraEditors.SimpleButton();
42 5a47c65c gaqhf
            this.toggleSwitchSnapGrid = new DevExpress.XtraEditors.ToggleSwitch();
43
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
44
            this.toggleSwitchMoveSymbol = new DevExpress.XtraEditors.ToggleSwitch();
45 29ac1959 gaqhf
            this.btnSpecBreakRelocation = new DevExpress.XtraEditors.SimpleButton();
46 c3e8fa8e gaqhf
            this.spinEditSymmetry = new DevExpress.XtraEditors.SpinEdit();
47 82c7f66d gaqhf
            this.btnSymmetry = new DevExpress.XtraEditors.SimpleButton();
48
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
49 b427ebf9 humkyung
            this.btnLinkOPC = new DevExpress.XtraEditors.SimpleButton();
50 ca214bc3 gaqhf
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
51 e3e2d41f gaqhf
            this.btnSPPIDConverter = new DevExpress.XtraEditors.SimpleButton();
52 65881d60 gaqhf
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
53
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
54 1ba9c671 gaqhf
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
55 9fcc54bb gaqhf
            this.layoutControlGroupConverter = new DevExpress.XtraLayout.LayoutControlGroup();
56 69b7387a gaqhf
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
57
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
58 9fcc54bb gaqhf
            this.layoutControlGroupUtils = new DevExpress.XtraLayout.LayoutControlGroup();
59 d6f22c35 gaqhf
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
60 c3e8fa8e gaqhf
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
61 29ac1959 gaqhf
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
62
            this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
63 9fcc54bb gaqhf
            this.layoutControlGroupShortCut = new DevExpress.XtraLayout.LayoutControlGroup();
64 5a47c65c gaqhf
            this.layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
65 c3e8fa8e gaqhf
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
66 5a47c65c gaqhf
            this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
67
            this.layoutControlGroup6 = new DevExpress.XtraLayout.LayoutControlGroup();
68
            this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
69
            this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem();
70 b53b591f gaqhf
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
71 9fcc54bb gaqhf
            this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
72
            this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem();
73
            this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem();
74
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
75
            this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
76
            this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem();
77
            this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
78
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
79 65881d60 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
80
            this.layoutControl1.SuspendLayout();
81 9fcc54bb gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).BeginInit();
82
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).BeginInit();
83 5a47c65c gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.toggleSwitchSnapGrid.Properties)).BeginInit();
84
            ((System.ComponentModel.ISupportInitialize)(this.toggleSwitchMoveSymbol.Properties)).BeginInit();
85 c3e8fa8e gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.spinEditSymmetry.Properties)).BeginInit();
86 65881d60 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
87
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
88 1ba9c671 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
89 9fcc54bb gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupConverter)).BeginInit();
90 69b7387a gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
91
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
92 9fcc54bb gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupUtils)).BeginInit();
93 d6f22c35 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
94 c3e8fa8e gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
95 29ac1959 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
96
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
97 9fcc54bb gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupShortCut)).BeginInit();
98 5a47c65c gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).BeginInit();
99 c3e8fa8e gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
100 5a47c65c gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
101
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).BeginInit();
102
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
103
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit();
104 b53b591f gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
105 9fcc54bb gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
106
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit();
107
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit();
108
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
109
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
110
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit();
111
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
112 65881d60 gaqhf
            this.SuspendLayout();
113
            // 
114 6a7573b0 gaqhf
            // splashScreenManager
115
            // 
116
            splashScreenManager.ClosingDelay = 500;
117
            // 
118 65881d60 gaqhf
            // layoutControl1
119
            // 
120 9fcc54bb gaqhf
            this.layoutControl1.Controls.Add(this.btnSegmentBreak);
121
            this.layoutControl1.Controls.Add(this.btnPipeRunBreak);
122
            this.layoutControl1.Controls.Add(this.btnCreateStreamBreak);
123
            this.layoutControl1.Controls.Add(this.btnOPC);
124
            this.layoutControl1.Controls.Add(this.textEdit2);
125
            this.layoutControl1.Controls.Add(this.textEdit1);
126 b53b591f gaqhf
            this.layoutControl1.Controls.Add(this.btnLinkOPCTest);
127 5a47c65c gaqhf
            this.layoutControl1.Controls.Add(this.toggleSwitchSnapGrid);
128
            this.layoutControl1.Controls.Add(this.labelControl2);
129
            this.layoutControl1.Controls.Add(this.toggleSwitchMoveSymbol);
130 29ac1959 gaqhf
            this.layoutControl1.Controls.Add(this.btnSpecBreakRelocation);
131 c3e8fa8e gaqhf
            this.layoutControl1.Controls.Add(this.spinEditSymmetry);
132 d6f22c35 gaqhf
            this.layoutControl1.Controls.Add(this.btnSymmetry);
133 0f06870b gaqhf
            this.layoutControl1.Controls.Add(this.labelControl1);
134 69b7387a gaqhf
            this.layoutControl1.Controls.Add(this.btnLinkOPC);
135 1ba9c671 gaqhf
            this.layoutControl1.Controls.Add(this.simpleButton1);
136 e3e2d41f gaqhf
            this.layoutControl1.Controls.Add(this.btnSPPIDConverter);
137 65881d60 gaqhf
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
138
            this.layoutControl1.Location = new System.Drawing.Point(0, 0);
139
            this.layoutControl1.Name = "layoutControl1";
140
            this.layoutControl1.Root = this.Root;
141 5a47c65c gaqhf
            this.layoutControl1.Size = new System.Drawing.Size(250, 744);
142 65881d60 gaqhf
            this.layoutControl1.TabIndex = 0;
143
            this.layoutControl1.Text = "layoutControl1";
144
            // 
145 9fcc54bb gaqhf
            // btnSegmentBreak
146
            // 
147
            this.btnSegmentBreak.Location = new System.Drawing.Point(24, 662);
148
            this.btnSegmentBreak.Name = "btnSegmentBreak";
149
            this.btnSegmentBreak.Size = new System.Drawing.Size(185, 22);
150
            this.btnSegmentBreak.StyleController = this.layoutControl1;
151
            this.btnSegmentBreak.TabIndex = 24;
152
            this.btnSegmentBreak.Text = "Segment Break 자동 생성";
153
            this.btnSegmentBreak.Click += new System.EventHandler(this.btnSegmentBreak_Click);
154
            // 
155
            // btnPipeRunBreak
156
            // 
157
            this.btnPipeRunBreak.Location = new System.Drawing.Point(24, 688);
158
            this.btnPipeRunBreak.Name = "btnPipeRunBreak";
159
            this.btnPipeRunBreak.Size = new System.Drawing.Size(185, 22);
160
            this.btnPipeRunBreak.StyleController = this.layoutControl1;
161
            this.btnPipeRunBreak.TabIndex = 23;
162
            this.btnPipeRunBreak.Text = "Pipe Run Break 자동 생성";
163
            this.btnPipeRunBreak.Click += new System.EventHandler(this.btnPipeRunBreak_Click);
164
            // 
165
            // btnCreateStreamBreak
166
            // 
167
            this.btnCreateStreamBreak.Location = new System.Drawing.Point(24, 588);
168
            this.btnCreateStreamBreak.Name = "btnCreateStreamBreak";
169
            this.btnCreateStreamBreak.Size = new System.Drawing.Size(185, 22);
170
            this.btnCreateStreamBreak.StyleController = this.layoutControl1;
171
            this.btnCreateStreamBreak.TabIndex = 22;
172
            this.btnCreateStreamBreak.Text = "Stream No Break 자동 생성";
173
            this.btnCreateStreamBreak.Click += new System.EventHandler(this.btnCreateStreamBreak_Click);
174
            // 
175
            // btnOPC
176
            // 
177
            this.btnOPC.Location = new System.Drawing.Point(24, 562);
178
            this.btnOPC.Name = "btnOPC";
179
            this.btnOPC.Size = new System.Drawing.Size(185, 22);
180
            this.btnOPC.StyleController = this.layoutControl1;
181
            this.btnOPC.TabIndex = 21;
182
            this.btnOPC.Text = "Flow Direction 자동 부여 by OPC";
183
            this.btnOPC.Click += new System.EventHandler(this.btnOPC_Click);
184
            // 
185
            // textEdit2
186
            // 
187
            this.textEdit2.Location = new System.Drawing.Point(119, 638);
188
            this.textEdit2.Name = "textEdit2";
189
            this.textEdit2.Size = new System.Drawing.Size(90, 20);
190
            this.textEdit2.StyleController = this.layoutControl1;
191
            this.textEdit2.TabIndex = 20;
192
            // 
193
            // textEdit1
194
            // 
195
            this.textEdit1.EditValue = "";
196
            this.textEdit1.Location = new System.Drawing.Point(119, 614);
197
            this.textEdit1.Name = "textEdit1";
198
            this.textEdit1.Size = new System.Drawing.Size(90, 20);
199
            this.textEdit1.StyleController = this.layoutControl1;
200
            this.textEdit1.TabIndex = 19;
201
            // 
202
            // btnLinkOPCTest
203
            // 
204
            this.btnLinkOPCTest.Location = new System.Drawing.Point(24, 510);
205
            this.btnLinkOPCTest.Name = "btnLinkOPCTest";
206
            this.btnLinkOPCTest.Size = new System.Drawing.Size(185, 22);
207
            this.btnLinkOPCTest.StyleController = this.layoutControl1;
208
            this.btnLinkOPCTest.TabIndex = 17;
209
            this.btnLinkOPCTest.Text = "Pair OPC Test";
210
            this.btnLinkOPCTest.Click += new System.EventHandler(this.btnLinkOPCTest_Click);
211
            // 
212 5a47c65c gaqhf
            // toggleSwitchSnapGrid
213
            // 
214 9fcc54bb gaqhf
            this.toggleSwitchSnapGrid.Location = new System.Drawing.Point(36, 344);
215 5a47c65c gaqhf
            this.toggleSwitchSnapGrid.Name = "toggleSwitchSnapGrid";
216
            this.toggleSwitchSnapGrid.Properties.OffText = "Off";
217
            this.toggleSwitchSnapGrid.Properties.OnText = "On";
218 9fcc54bb gaqhf
            this.toggleSwitchSnapGrid.Size = new System.Drawing.Size(161, 19);
219 5a47c65c gaqhf
            this.toggleSwitchSnapGrid.StyleController = this.layoutControl1;
220
            this.toggleSwitchSnapGrid.TabIndex = 16;
221
            this.toggleSwitchSnapGrid.Toggled += new System.EventHandler(this.toggleSwitchSnapGrid_Toggled);
222
            // 
223
            // labelControl2
224
            // 
225 9fcc54bb gaqhf
            this.labelControl2.Location = new System.Drawing.Point(36, 412);
226 5a47c65c gaqhf
            this.labelControl2.Name = "labelControl2";
227
            this.labelControl2.Size = new System.Drawing.Size(106, 14);
228
            this.labelControl2.StyleController = this.layoutControl1;
229
            this.labelControl2.TabIndex = 15;
230
            this.labelControl2.Text = "Key : Shift + Arrow";
231
            // 
232
            // toggleSwitchMoveSymbol
233
            // 
234 9fcc54bb gaqhf
            this.toggleSwitchMoveSymbol.Location = new System.Drawing.Point(36, 430);
235 5a47c65c gaqhf
            this.toggleSwitchMoveSymbol.Name = "toggleSwitchMoveSymbol";
236
            this.toggleSwitchMoveSymbol.Properties.OffText = "Off";
237
            this.toggleSwitchMoveSymbol.Properties.OnText = "On";
238 9fcc54bb gaqhf
            this.toggleSwitchMoveSymbol.Size = new System.Drawing.Size(161, 19);
239 5a47c65c gaqhf
            this.toggleSwitchMoveSymbol.StyleController = this.layoutControl1;
240
            this.toggleSwitchMoveSymbol.TabIndex = 14;
241
            this.toggleSwitchMoveSymbol.Toggled += new System.EventHandler(this.toggleSwitchMoveSymbol_Toggled);
242
            // 
243 29ac1959 gaqhf
            // btnSpecBreakRelocation
244
            // 
245
            this.btnSpecBreakRelocation.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.newrecurringappointment;
246 9fcc54bb gaqhf
            this.btnSpecBreakRelocation.Location = new System.Drawing.Point(24, 208);
247 29ac1959 gaqhf
            this.btnSpecBreakRelocation.Name = "btnSpecBreakRelocation";
248 9fcc54bb gaqhf
            this.btnSpecBreakRelocation.Size = new System.Drawing.Size(185, 36);
249 29ac1959 gaqhf
            this.btnSpecBreakRelocation.StyleController = this.layoutControl1;
250
            this.btnSpecBreakRelocation.TabIndex = 13;
251
            this.btnSpecBreakRelocation.Text = "SpecBreak Relocation";
252
            this.btnSpecBreakRelocation.Click += new System.EventHandler(this.btnSpecBreakRelocation_Click);
253
            // 
254 c3e8fa8e gaqhf
            // spinEditSymmetry
255
            // 
256
            this.spinEditSymmetry.EditValue = new decimal(new int[] {
257
            1,
258
            0,
259
            0,
260
            0});
261 9fcc54bb gaqhf
            this.spinEditSymmetry.Location = new System.Drawing.Point(119, 143);
262 c3e8fa8e gaqhf
            this.spinEditSymmetry.Name = "spinEditSymmetry";
263
            this.spinEditSymmetry.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
264
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
265
            this.spinEditSymmetry.Properties.MaxValue = new decimal(new int[] {
266
            10,
267
            0,
268
            0,
269
            0});
270
            this.spinEditSymmetry.Properties.MinValue = new decimal(new int[] {
271
            1,
272
            0,
273
            0,
274
            0});
275 9fcc54bb gaqhf
            this.spinEditSymmetry.Size = new System.Drawing.Size(90, 20);
276 c3e8fa8e gaqhf
            this.spinEditSymmetry.StyleController = this.layoutControl1;
277
            this.spinEditSymmetry.TabIndex = 12;
278
            // 
279 82c7f66d gaqhf
            // btnSymmetry
280
            // 
281
            this.btnSymmetry.ImageOptions.SvgImage = global::Converter.SPPID.Properties.Resources.productquickcomparisons;
282 9fcc54bb gaqhf
            this.btnSymmetry.Location = new System.Drawing.Point(24, 167);
283 82c7f66d gaqhf
            this.btnSymmetry.Name = "btnSymmetry";
284 9fcc54bb gaqhf
            this.btnSymmetry.Size = new System.Drawing.Size(185, 36);
285 82c7f66d gaqhf
            this.btnSymmetry.StyleController = this.layoutControl1;
286
            this.btnSymmetry.TabIndex = 11;
287
            this.btnSymmetry.Text = "Symbol Symmetry";
288
            this.btnSymmetry.Click += new System.EventHandler(this.btnSymmetry_Click);
289
            // 
290
            // labelControl1
291
            // 
292 9fcc54bb gaqhf
            this.labelControl1.Location = new System.Drawing.Point(36, 326);
293 82c7f66d gaqhf
            this.labelControl1.Name = "labelControl1";
294 5a47c65c gaqhf
            this.labelControl1.Size = new System.Drawing.Size(81, 14);
295 82c7f66d gaqhf
            this.labelControl1.StyleController = this.layoutControl1;
296
            this.labelControl1.TabIndex = 10;
297 5a47c65c gaqhf
            this.labelControl1.Text = "Key : Shift + A";
298 82c7f66d gaqhf
            // 
299 b427ebf9 humkyung
            // btnLinkOPC
300
            // 
301
            this.btnLinkOPC.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLinkOPC.ImageOptions.SvgImage")));
302 9fcc54bb gaqhf
            this.btnLinkOPC.Location = new System.Drawing.Point(24, 58);
303 b427ebf9 humkyung
            this.btnLinkOPC.Name = "btnLinkOPC";
304 9fcc54bb gaqhf
            this.btnLinkOPC.Size = new System.Drawing.Size(185, 36);
305 b427ebf9 humkyung
            this.btnLinkOPC.StyleController = this.layoutControl1;
306
            this.btnLinkOPC.TabIndex = 9;
307
            this.btnLinkOPC.Text = "Link OPC";
308
            this.btnLinkOPC.Click += new System.EventHandler(this.btnLinkOPC_Click);
309
            // 
310 ca214bc3 gaqhf
            // simpleButton1
311
            // 
312 9fcc54bb gaqhf
            this.simpleButton1.Location = new System.Drawing.Point(24, 536);
313 ca214bc3 gaqhf
            this.simpleButton1.Name = "simpleButton1";
314 9fcc54bb gaqhf
            this.simpleButton1.Size = new System.Drawing.Size(185, 22);
315 ca214bc3 gaqhf
            this.simpleButton1.StyleController = this.layoutControl1;
316
            this.simpleButton1.TabIndex = 5;
317
            this.simpleButton1.Text = "simpleButton1";
318
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
319
            // 
320 e3e2d41f gaqhf
            // btnSPPIDConverter
321
            // 
322 d19ae675 gaqhf
            this.btnSPPIDConverter.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDConverter.ImageOptions.SvgImage")));
323 9fcc54bb gaqhf
            this.btnSPPIDConverter.Location = new System.Drawing.Point(24, 18);
324 e3e2d41f gaqhf
            this.btnSPPIDConverter.Name = "btnSPPIDConverter";
325 9fcc54bb gaqhf
            this.btnSPPIDConverter.Size = new System.Drawing.Size(185, 36);
326 e3e2d41f gaqhf
            this.btnSPPIDConverter.StyleController = this.layoutControl1;
327
            this.btnSPPIDConverter.TabIndex = 4;
328 6a7573b0 gaqhf
            this.btnSPPIDConverter.Text = "Open Converter";
329 e3e2d41f gaqhf
            this.btnSPPIDConverter.Click += new System.EventHandler(this.btnConverter_Click);
330
            // 
331 65881d60 gaqhf
            // Root
332
            // 
333
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
334
            this.Root.GroupBordersVisible = false;
335
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
336 1ba9c671 gaqhf
            this.emptySpaceItem1,
337 9fcc54bb gaqhf
            this.layoutControlGroupConverter,
338
            this.layoutControlGroupUtils,
339
            this.layoutControlGroupShortCut,
340
            this.layoutControlGroup1});
341 65881d60 gaqhf
            this.Root.Name = "Root";
342 9fcc54bb gaqhf
            this.Root.Size = new System.Drawing.Size(233, 771);
343 65881d60 gaqhf
            this.Root.TextVisible = false;
344
            // 
345
            // emptySpaceItem1
346
            // 
347
            this.emptySpaceItem1.AllowHotTrack = false;
348 9fcc54bb gaqhf
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 741);
349 65881d60 gaqhf
            this.emptySpaceItem1.Name = "emptySpaceItem1";
350 9fcc54bb gaqhf
            this.emptySpaceItem1.Size = new System.Drawing.Size(213, 10);
351 65881d60 gaqhf
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
352
            // 
353 1ba9c671 gaqhf
            // layoutControlItem2
354
            // 
355
            this.layoutControlItem2.Control = this.simpleButton1;
356 9fcc54bb gaqhf
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 26);
357 1ba9c671 gaqhf
            this.layoutControlItem2.Name = "layoutControlItem2";
358 9fcc54bb gaqhf
            this.layoutControlItem2.Size = new System.Drawing.Size(189, 26);
359 1ba9c671 gaqhf
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
360
            this.layoutControlItem2.TextVisible = false;
361 b427ebf9 humkyung
            this.layoutControlItem2.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.OnlyInCustomization;
362 1ba9c671 gaqhf
            // 
363 9fcc54bb gaqhf
            // layoutControlGroupConverter
364 6a7573b0 gaqhf
            // 
365 9fcc54bb gaqhf
            this.layoutControlGroupConverter.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
366 69b7387a gaqhf
            this.layoutControlItem1,
367
            this.layoutControlItem6});
368 9fcc54bb gaqhf
            this.layoutControlGroupConverter.Location = new System.Drawing.Point(0, 0);
369
            this.layoutControlGroupConverter.Name = "layoutControlGroupConverter";
370
            this.layoutControlGroupConverter.Size = new System.Drawing.Size(213, 125);
371
            this.layoutControlGroupConverter.Text = "Converter";
372 6a7573b0 gaqhf
            // 
373 69b7387a gaqhf
            // layoutControlItem1
374 6a7573b0 gaqhf
            // 
375 69b7387a gaqhf
            this.layoutControlItem1.Control = this.btnSPPIDConverter;
376
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
377
            this.layoutControlItem1.Name = "layoutControlItem1";
378 9fcc54bb gaqhf
            this.layoutControlItem1.Size = new System.Drawing.Size(189, 40);
379 69b7387a gaqhf
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
380
            this.layoutControlItem1.TextVisible = false;
381 6a7573b0 gaqhf
            // 
382 69b7387a gaqhf
            // layoutControlItem6
383
            // 
384
            this.layoutControlItem6.Control = this.btnLinkOPC;
385
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 40);
386
            this.layoutControlItem6.Name = "layoutControlItem6";
387 9fcc54bb gaqhf
            this.layoutControlItem6.Size = new System.Drawing.Size(189, 40);
388 69b7387a gaqhf
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
389
            this.layoutControlItem6.TextVisible = false;
390 ca214bc3 gaqhf
            // 
391 9fcc54bb gaqhf
            // layoutControlGroupUtils
392 0f06870b gaqhf
            // 
393 9fcc54bb gaqhf
            this.layoutControlGroupUtils.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
394 c3e8fa8e gaqhf
            this.layoutControlItem8,
395 29ac1959 gaqhf
            this.layoutControlItem9,
396
            this.layoutControlItem10,
397
            this.simpleSeparator1});
398 9fcc54bb gaqhf
            this.layoutControlGroupUtils.Location = new System.Drawing.Point(0, 125);
399
            this.layoutControlGroupUtils.Name = "layoutControlGroupUtils";
400
            this.layoutControlGroupUtils.Size = new System.Drawing.Size(213, 150);
401
            this.layoutControlGroupUtils.Text = "SPPID Utils";
402 0f06870b gaqhf
            // 
403 d6f22c35 gaqhf
            // layoutControlItem8
404
            // 
405
            this.layoutControlItem8.Control = this.btnSymmetry;
406 c3e8fa8e gaqhf
            this.layoutControlItem8.Location = new System.Drawing.Point(0, 24);
407 d6f22c35 gaqhf
            this.layoutControlItem8.Name = "layoutControlItem8";
408 9fcc54bb gaqhf
            this.layoutControlItem8.Size = new System.Drawing.Size(189, 40);
409 d6f22c35 gaqhf
            this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
410
            this.layoutControlItem8.TextVisible = false;
411
            // 
412 c3e8fa8e gaqhf
            // layoutControlItem9
413 82c7f66d gaqhf
            // 
414 c3e8fa8e gaqhf
            this.layoutControlItem9.Control = this.spinEditSymmetry;
415
            this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
416
            this.layoutControlItem9.Name = "layoutControlItem9";
417 9fcc54bb gaqhf
            this.layoutControlItem9.Size = new System.Drawing.Size(189, 24);
418 c3e8fa8e gaqhf
            this.layoutControlItem9.Text = "Symmetry Count";
419
            this.layoutControlItem9.TextSize = new System.Drawing.Size(92, 14);
420 82c7f66d gaqhf
            // 
421 29ac1959 gaqhf
            // layoutControlItem10
422
            // 
423
            this.layoutControlItem10.Control = this.btnSpecBreakRelocation;
424
            this.layoutControlItem10.Location = new System.Drawing.Point(0, 65);
425
            this.layoutControlItem10.Name = "layoutControlItem10";
426 9fcc54bb gaqhf
            this.layoutControlItem10.Size = new System.Drawing.Size(189, 40);
427 29ac1959 gaqhf
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
428
            this.layoutControlItem10.TextVisible = false;
429
            // 
430
            // simpleSeparator1
431
            // 
432
            this.simpleSeparator1.AllowHotTrack = false;
433
            this.simpleSeparator1.Location = new System.Drawing.Point(0, 64);
434
            this.simpleSeparator1.Name = "simpleSeparator1";
435 9fcc54bb gaqhf
            this.simpleSeparator1.Size = new System.Drawing.Size(189, 1);
436 29ac1959 gaqhf
            // 
437 9fcc54bb gaqhf
            // layoutControlGroupShortCut
438 2b200a6e gaqhf
            // 
439 9fcc54bb gaqhf
            this.layoutControlGroupShortCut.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
440 5a47c65c gaqhf
            this.layoutControlGroup5,
441
            this.layoutControlGroup6});
442 9fcc54bb gaqhf
            this.layoutControlGroupShortCut.Location = new System.Drawing.Point(0, 275);
443
            this.layoutControlGroupShortCut.Name = "layoutControlGroupShortCut";
444
            this.layoutControlGroupShortCut.Size = new System.Drawing.Size(213, 217);
445
            this.layoutControlGroupShortCut.Text = "Keyboard Shortcut";
446 2b200a6e gaqhf
            // 
447 5a47c65c gaqhf
            // layoutControlGroup5
448
            // 
449
            this.layoutControlGroup5.CustomizationFormText = "Snap Grid";
450
            this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
451
            this.layoutControlItem7,
452
            this.layoutControlItem13});
453
            this.layoutControlGroup5.Location = new System.Drawing.Point(0, 0);
454
            this.layoutControlGroup5.Name = "layoutControlGroup5";
455 9fcc54bb gaqhf
            this.layoutControlGroup5.Size = new System.Drawing.Size(189, 86);
456 5a47c65c gaqhf
            this.layoutControlGroup5.Text = "Snap Grid";
457
            // 
458 c3e8fa8e gaqhf
            // layoutControlItem7
459
            // 
460
            this.layoutControlItem7.Control = this.labelControl1;
461
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
462
            this.layoutControlItem7.Name = "layoutControlItem7";
463 9fcc54bb gaqhf
            this.layoutControlItem7.Size = new System.Drawing.Size(165, 18);
464 c3e8fa8e gaqhf
            this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
465
            this.layoutControlItem7.TextVisible = false;
466
            // 
467 5a47c65c gaqhf
            // layoutControlItem13
468
            // 
469
            this.layoutControlItem13.Control = this.toggleSwitchSnapGrid;
470
            this.layoutControlItem13.Location = new System.Drawing.Point(0, 18);
471
            this.layoutControlItem13.Name = "layoutControlItem13";
472 9fcc54bb gaqhf
            this.layoutControlItem13.Size = new System.Drawing.Size(165, 23);
473 5a47c65c gaqhf
            this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
474
            this.layoutControlItem13.TextVisible = false;
475
            // 
476
            // layoutControlGroup6
477
            // 
478
            this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
479
            this.layoutControlItem12,
480
            this.layoutControlItem11});
481
            this.layoutControlGroup6.Location = new System.Drawing.Point(0, 86);
482
            this.layoutControlGroup6.Name = "layoutControlGroup6";
483 9fcc54bb gaqhf
            this.layoutControlGroup6.Size = new System.Drawing.Size(189, 86);
484 5a47c65c gaqhf
            this.layoutControlGroup6.Text = "Move Symbol (Selected)";
485
            // 
486
            // layoutControlItem12
487
            // 
488
            this.layoutControlItem12.Control = this.labelControl2;
489
            this.layoutControlItem12.Location = new System.Drawing.Point(0, 0);
490
            this.layoutControlItem12.Name = "layoutControlItem12";
491 9fcc54bb gaqhf
            this.layoutControlItem12.Size = new System.Drawing.Size(165, 18);
492 5a47c65c gaqhf
            this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
493
            this.layoutControlItem12.TextVisible = false;
494
            // 
495
            // layoutControlItem11
496
            // 
497
            this.layoutControlItem11.Control = this.toggleSwitchMoveSymbol;
498
            this.layoutControlItem11.Location = new System.Drawing.Point(0, 18);
499
            this.layoutControlItem11.Name = "layoutControlItem11";
500 9fcc54bb gaqhf
            this.layoutControlItem11.Size = new System.Drawing.Size(165, 23);
501 5a47c65c gaqhf
            this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
502
            this.layoutControlItem11.TextVisible = false;
503
            // 
504 b53b591f gaqhf
            // layoutControlItem3
505
            // 
506
            this.layoutControlItem3.Control = this.btnLinkOPCTest;
507 9fcc54bb gaqhf
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
508 b53b591f gaqhf
            this.layoutControlItem3.Name = "layoutControlItem3";
509 9fcc54bb gaqhf
            this.layoutControlItem3.Size = new System.Drawing.Size(189, 26);
510 b53b591f gaqhf
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
511
            this.layoutControlItem3.TextVisible = false;
512
            // 
513 9fcc54bb gaqhf
            // layoutControlItem15
514
            // 
515
            this.layoutControlItem15.Control = this.btnOPC;
516
            this.layoutControlItem15.Location = new System.Drawing.Point(0, 52);
517
            this.layoutControlItem15.Name = "layoutControlItem15";
518
            this.layoutControlItem15.Size = new System.Drawing.Size(189, 26);
519
            this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
520
            this.layoutControlItem15.TextVisible = false;
521
            // 
522
            // layoutControlItem16
523
            // 
524
            this.layoutControlItem16.Control = this.btnCreateStreamBreak;
525
            this.layoutControlItem16.Location = new System.Drawing.Point(0, 78);
526
            this.layoutControlItem16.Name = "layoutControlItem16";
527
            this.layoutControlItem16.Size = new System.Drawing.Size(189, 26);
528
            this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0);
529
            this.layoutControlItem16.TextVisible = false;
530
            // 
531
            // layoutControlItem18
532
            // 
533
            this.layoutControlItem18.Control = this.btnSegmentBreak;
534
            this.layoutControlItem18.Location = new System.Drawing.Point(0, 152);
535
            this.layoutControlItem18.Name = "layoutControlItem18";
536
            this.layoutControlItem18.Size = new System.Drawing.Size(189, 26);
537
            this.layoutControlItem18.TextSize = new System.Drawing.Size(0, 0);
538
            this.layoutControlItem18.TextVisible = false;
539
            // 
540
            // layoutControlItem5
541
            // 
542
            this.layoutControlItem5.Control = this.textEdit1;
543
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 104);
544
            this.layoutControlItem5.Name = "layoutControlItem5";
545
            this.layoutControlItem5.Size = new System.Drawing.Size(189, 24);
546
            this.layoutControlItem5.Text = "From";
547
            this.layoutControlItem5.TextSize = new System.Drawing.Size(92, 14);
548
            // 
549
            // layoutControlItem14
550
            // 
551
            this.layoutControlItem14.Control = this.textEdit2;
552
            this.layoutControlItem14.Location = new System.Drawing.Point(0, 128);
553
            this.layoutControlItem14.Name = "layoutControlItem14";
554
            this.layoutControlItem14.Size = new System.Drawing.Size(189, 24);
555
            this.layoutControlItem14.Text = "To";
556
            this.layoutControlItem14.TextSize = new System.Drawing.Size(92, 14);
557
            // 
558
            // layoutControlItem17
559
            // 
560
            this.layoutControlItem17.Control = this.btnPipeRunBreak;
561
            this.layoutControlItem17.Location = new System.Drawing.Point(0, 178);
562
            this.layoutControlItem17.Name = "layoutControlItem17";
563
            this.layoutControlItem17.Size = new System.Drawing.Size(189, 26);
564
            this.layoutControlItem17.TextSize = new System.Drawing.Size(0, 0);
565
            this.layoutControlItem17.TextVisible = false;
566
            // 
567
            // defaultLookAndFeel
568
            // 
569
            this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful";
570
            // 
571
            // layoutControlGroup1
572
            // 
573
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
574
            this.layoutControlItem3,
575
            this.layoutControlItem2,
576
            this.layoutControlItem15,
577
            this.layoutControlItem16,
578
            this.layoutControlItem5,
579
            this.layoutControlItem14,
580
            this.layoutControlItem18,
581
            this.layoutControlItem17});
582
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 492);
583
            this.layoutControlGroup1.Name = "layoutControlGroup1";
584
            this.layoutControlGroup1.Size = new System.Drawing.Size(213, 249);
585
            this.layoutControlGroup1.Text = "Test Source";
586
            // 
587 65881d60 gaqhf
            // ConverterDocking
588
            // 
589
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
590
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
591
            this.Controls.Add(this.layoutControl1);
592
            this.Name = "ConverterDocking";
593 5a47c65c gaqhf
            this.Size = new System.Drawing.Size(250, 744);
594 65881d60 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
595
            this.layoutControl1.ResumeLayout(false);
596 9fcc54bb gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.textEdit2.Properties)).EndInit();
597
            ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
598 5a47c65c gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.toggleSwitchSnapGrid.Properties)).EndInit();
599
            ((System.ComponentModel.ISupportInitialize)(this.toggleSwitchMoveSymbol.Properties)).EndInit();
600 c3e8fa8e gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.spinEditSymmetry.Properties)).EndInit();
601 65881d60 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
602
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
603 1ba9c671 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
604 9fcc54bb gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupConverter)).EndInit();
605 69b7387a gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
606
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
607 9fcc54bb gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupUtils)).EndInit();
608 d6f22c35 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
609 c3e8fa8e gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
610 29ac1959 gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
611
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
612 9fcc54bb gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupShortCut)).EndInit();
613 5a47c65c gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup5)).EndInit();
614 c3e8fa8e gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
615 5a47c65c gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
616
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup6)).EndInit();
617
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
618
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit();
619 b53b591f gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
620 9fcc54bb gaqhf
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
621
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit();
622
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit();
623
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
624
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
625
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit();
626
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
627 65881d60 gaqhf
            this.ResumeLayout(false);
628
629
        }
630
631
        #endregion
632
633
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
634
        private DevExpress.XtraLayout.LayoutControlGroup Root;
635 e3e2d41f gaqhf
        private DevExpress.XtraEditors.SimpleButton btnSPPIDConverter;
636 65881d60 gaqhf
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
637 d19ae675 gaqhf
        private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel;
638 b427ebf9 humkyung
        public DevExpress.XtraEditors.SimpleButton simpleButton1;
639
        public DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
640 6a7573b0 gaqhf
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
641 9fcc54bb gaqhf
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupConverter;
642 69b7387a gaqhf
        private DevExpress.XtraEditors.SimpleButton btnLinkOPC;
643
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
644 0f06870b gaqhf
        private DevExpress.XtraEditors.LabelControl labelControl1;
645 9fcc54bb gaqhf
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupUtils;
646 0f06870b gaqhf
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
647 d6f22c35 gaqhf
        private DevExpress.XtraEditors.SimpleButton btnSymmetry;
648
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
649 9fcc54bb gaqhf
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupShortCut;
650 c3e8fa8e gaqhf
        private DevExpress.XtraEditors.SpinEdit spinEditSymmetry;
651
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
652 29ac1959 gaqhf
        private DevExpress.XtraEditors.SimpleButton btnSpecBreakRelocation;
653
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
654
        private DevExpress.XtraLayout.SimpleSeparator simpleSeparator1;
655 5a47c65c gaqhf
        private DevExpress.XtraEditors.ToggleSwitch toggleSwitchMoveSymbol;
656
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem11;
657
        private DevExpress.XtraEditors.LabelControl labelControl2;
658
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem12;
659
        private DevExpress.XtraEditors.ToggleSwitch toggleSwitchSnapGrid;
660
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
661
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem13;
662
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup6;
663 b53b591f gaqhf
        private DevExpress.XtraEditors.SimpleButton btnLinkOPCTest;
664
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
665 9fcc54bb gaqhf
        private DevExpress.XtraEditors.TextEdit textEdit2;
666
        private DevExpress.XtraEditors.TextEdit textEdit1;
667
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
668
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14;
669
        private DevExpress.XtraEditors.SimpleButton btnOPC;
670
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15;
671
        private DevExpress.XtraEditors.SimpleButton btnCreateStreamBreak;
672
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16;
673
        private DevExpress.XtraEditors.SimpleButton btnPipeRunBreak;
674
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17;
675
        private DevExpress.XtraEditors.SimpleButton btnSegmentBreak;
676
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem18;
677
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
678 65881d60 gaqhf
    }
679
}
클립보드 이미지 추가 (최대 크기: 500 MB)