프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / ID2PSN / Form / PBSSetting.Designer.cs @ 0d8516d2

이력 | 보기 | 이력해설 | 다운로드 (22.8 KB)

1 4a18cb33 LJIYEON
namespace ID2PSN
2
{
3
    partial class PBSSetting
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
24
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PBSSetting));
32
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
33
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
34 3610fd3f LJIYEON
            this.radioGroupPBS1 = new DevExpress.XtraEditors.RadioGroup();
35 4a18cb33 LJIYEON
            this.btnClose = new DevExpress.XtraEditors.SimpleButton();
36
            this.btnSave = new DevExpress.XtraEditors.SimpleButton();
37 3610fd3f LJIYEON
            this.comboBoxEditPBSAttr = new DevExpress.XtraEditors.ComboBoxEdit();
38
            this.spinEditStart = new DevExpress.XtraEditors.SpinEdit();
39
            this.spinEditEnd = new DevExpress.XtraEditors.SpinEdit();
40 4a18cb33 LJIYEON
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
41
            this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
42
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
43
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
44
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
45
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
46
            this.layoutControlItemPBSAttribute = new DevExpress.XtraLayout.LayoutControlItem();
47
            this.layoutControlItemStart = new DevExpress.XtraLayout.LayoutControlItem();
48
            this.layoutControlItemEnd = new DevExpress.XtraLayout.LayoutControlItem();
49
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
50 3610fd3f LJIYEON
            this.checkEditEquipTag = new DevExpress.XtraEditors.CheckEdit();
51
            this.radioGroupPBS = new DevExpress.XtraEditors.RadioGroup();
52 4a18cb33 LJIYEON
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
53
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
54
            this.layoutControl1.SuspendLayout();
55 3610fd3f LJIYEON
            ((System.ComponentModel.ISupportInitialize)(this.radioGroupPBS1.Properties)).BeginInit();
56
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditPBSAttr.Properties)).BeginInit();
57
            ((System.ComponentModel.ISupportInitialize)(this.spinEditStart.Properties)).BeginInit();
58
            ((System.ComponentModel.ISupportInitialize)(this.spinEditEnd.Properties)).BeginInit();
59 4a18cb33 LJIYEON
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
60
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
61
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
62
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
63
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
64
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
65
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemPBSAttribute)).BeginInit();
66
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemStart)).BeginInit();
67
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemEnd)).BeginInit();
68
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
69 3610fd3f LJIYEON
            ((System.ComponentModel.ISupportInitialize)(this.checkEditEquipTag.Properties)).BeginInit();
70
            ((System.ComponentModel.ISupportInitialize)(this.radioGroupPBS.Properties)).BeginInit();
71 4a18cb33 LJIYEON
            this.SuspendLayout();
72
            // 
73
            // ribbonControl
74
            // 
75
            this.ribbonControl.ExpandCollapseItem.Id = 0;
76
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
77
            this.ribbonControl.ExpandCollapseItem,
78
            this.ribbonControl.SearchEditItem});
79
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
80
            this.ribbonControl.MaxItemId = 1;
81
            this.ribbonControl.Name = "ribbonControl";
82
            this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
83
            this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
84
            this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
85
            this.ribbonControl.ShowToolbarCustomizeItem = false;
86 284fa2c9 이지연
            this.ribbonControl.Size = new System.Drawing.Size(310, 32);
87 4a18cb33 LJIYEON
            this.ribbonControl.Toolbar.ShowCustomizeItem = false;
88
            // 
89
            // layoutControl1
90
            // 
91
            this.layoutControl1.Controls.Add(this.radioGroupPBS1);
92
            this.layoutControl1.Controls.Add(this.btnClose);
93
            this.layoutControl1.Controls.Add(this.btnSave);
94
            this.layoutControl1.Controls.Add(this.comboBoxEditPBSAttr);
95
            this.layoutControl1.Controls.Add(this.spinEditStart);
96
            this.layoutControl1.Controls.Add(this.spinEditEnd);
97
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
98
            this.layoutControl1.Location = new System.Drawing.Point(0, 32);
99
            this.layoutControl1.Name = "layoutControl1";
100
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(488, 408, 650, 400);
101
            this.layoutControl1.Root = this.Root;
102 284fa2c9 이지연
            this.layoutControl1.Size = new System.Drawing.Size(310, 248);
103 4a18cb33 LJIYEON
            this.layoutControl1.TabIndex = 1;
104
            this.layoutControl1.Text = "layoutControl1";
105
            // 
106 3610fd3f LJIYEON
            // radioGroupPBS1
107
            // 
108
            this.radioGroupPBS1.AutoSizeInLayoutControl = true;
109
            this.radioGroupPBS1.Location = new System.Drawing.Point(24, 43);
110
            this.radioGroupPBS1.MenuManager = this.ribbonControl;
111
            this.radioGroupPBS1.Name = "radioGroupPBS1";
112
            this.radioGroupPBS1.Properties.Columns = 1;
113
            this.radioGroupPBS1.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
114
            this.radioGroupPBS1.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
115
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Line Number", "Line Number"),
116
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Item Attribute", "Item Attribute"),
117
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Drawing No", "Drawing No"),
118
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Unit Area", "Unit Area"),
119
            new DevExpress.XtraEditors.Controls.RadioGroupItem("No selection (Empty PBS)", "No selection (Empty PBS)")});
120 284fa2c9 이지연
            this.radioGroupPBS1.Size = new System.Drawing.Size(262, 85);
121 3610fd3f LJIYEON
            this.radioGroupPBS1.StyleController = this.layoutControl1;
122
            this.radioGroupPBS1.TabIndex = 19;
123
            this.radioGroupPBS1.SelectedIndexChanged += new System.EventHandler(this.radioGroupPBS_SelectedIndexChanged);
124
            // 
125 4a18cb33 LJIYEON
            // btnClose
126
            // 
127
            this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image")));
128 284fa2c9 이지연
            this.btnClose.Location = new System.Drawing.Point(228, 192);
129 4a18cb33 LJIYEON
            this.btnClose.Name = "btnClose";
130
            this.btnClose.Size = new System.Drawing.Size(70, 36);
131
            this.btnClose.StyleController = this.layoutControl1;
132
            this.btnClose.TabIndex = 5;
133
            this.btnClose.Text = "Close";
134
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
135
            // 
136
            // btnSave
137
            // 
138
            this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
139 284fa2c9 이지연
            this.btnSave.Location = new System.Drawing.Point(136, 192);
140 4a18cb33 LJIYEON
            this.btnSave.Name = "btnSave";
141
            this.btnSave.Size = new System.Drawing.Size(68, 36);
142
            this.btnSave.StyleController = this.layoutControl1;
143
            this.btnSave.TabIndex = 6;
144
            this.btnSave.Text = "Save";
145
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
146
            // 
147 3610fd3f LJIYEON
            // comboBoxEditPBSAttr
148
            // 
149
            this.comboBoxEditPBSAttr.Location = new System.Drawing.Point(84, 132);
150
            this.comboBoxEditPBSAttr.Name = "comboBoxEditPBSAttr";
151
            this.comboBoxEditPBSAttr.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
152
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
153 284fa2c9 이지연
            this.comboBoxEditPBSAttr.Size = new System.Drawing.Size(202, 20);
154 3610fd3f LJIYEON
            this.comboBoxEditPBSAttr.StyleController = this.layoutControl1;
155
            this.comboBoxEditPBSAttr.TabIndex = 14;
156
            // 
157
            // spinEditStart
158
            // 
159
            this.spinEditStart.EditValue = new decimal(new int[] {
160
            1,
161
            0,
162
            0,
163
            0});
164
            this.spinEditStart.Location = new System.Drawing.Point(84, 156);
165
            this.spinEditStart.Name = "spinEditStart";
166
            this.spinEditStart.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
167
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
168
            this.spinEditStart.Properties.MaxValue = new decimal(new int[] {
169
            999,
170
            0,
171
            0,
172
            0});
173
            this.spinEditStart.Properties.MinValue = new decimal(new int[] {
174
            1,
175
            0,
176
            0,
177
            0});
178 284fa2c9 이지연
            this.spinEditStart.Size = new System.Drawing.Size(80, 20);
179 3610fd3f LJIYEON
            this.spinEditStart.StyleController = this.layoutControl1;
180
            this.spinEditStart.TabIndex = 17;
181
            // 
182
            // spinEditEnd
183
            // 
184
            this.spinEditEnd.EditValue = new decimal(new int[] {
185
            2,
186
            0,
187
            0,
188
            0});
189 284fa2c9 이지연
            this.spinEditEnd.Location = new System.Drawing.Point(228, 156);
190 3610fd3f LJIYEON
            this.spinEditEnd.Name = "spinEditEnd";
191
            this.spinEditEnd.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
192
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
193
            this.spinEditEnd.Properties.MaxValue = new decimal(new int[] {
194
            999,
195
            0,
196
            0,
197
            0});
198
            this.spinEditEnd.Properties.MinValue = new decimal(new int[] {
199
            2,
200
            0,
201
            0,
202
            0});
203 284fa2c9 이지연
            this.spinEditEnd.Size = new System.Drawing.Size(58, 20);
204 3610fd3f LJIYEON
            this.spinEditEnd.StyleController = this.layoutControl1;
205
            this.spinEditEnd.TabIndex = 18;
206
            // 
207 4a18cb33 LJIYEON
            // Root
208
            // 
209
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
210
            this.Root.GroupBordersVisible = false;
211
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
212
            this.emptySpaceItem3,
213
            this.layoutControlItem4,
214
            this.layoutControlItem5,
215
            this.emptySpaceItem2,
216
            this.layoutControlGroup2});
217
            this.Root.Name = "Root";
218 284fa2c9 이지연
            this.Root.Size = new System.Drawing.Size(310, 248);
219 4a18cb33 LJIYEON
            this.Root.TextVisible = false;
220
            // 
221
            // emptySpaceItem3
222
            // 
223
            this.emptySpaceItem3.AllowHotTrack = false;
224
            this.emptySpaceItem3.Location = new System.Drawing.Point(0, 180);
225
            this.emptySpaceItem3.Name = "emptySpaceItem3";
226 284fa2c9 이지연
            this.emptySpaceItem3.Size = new System.Drawing.Size(124, 48);
227 4a18cb33 LJIYEON
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
228
            // 
229
            // layoutControlItem4
230
            // 
231
            this.layoutControlItem4.Control = this.btnSave;
232 284fa2c9 이지연
            this.layoutControlItem4.Location = new System.Drawing.Point(124, 180);
233 4a18cb33 LJIYEON
            this.layoutControlItem4.MaxSize = new System.Drawing.Size(72, 40);
234
            this.layoutControlItem4.MinSize = new System.Drawing.Size(72, 40);
235
            this.layoutControlItem4.Name = "layoutControlItem4";
236 284fa2c9 이지연
            this.layoutControlItem4.Size = new System.Drawing.Size(72, 48);
237 4a18cb33 LJIYEON
            this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
238
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
239
            this.layoutControlItem4.TextVisible = false;
240
            // 
241
            // layoutControlItem5
242
            // 
243
            this.layoutControlItem5.Control = this.btnClose;
244 284fa2c9 이지연
            this.layoutControlItem5.Location = new System.Drawing.Point(216, 180);
245 4a18cb33 LJIYEON
            this.layoutControlItem5.MaxSize = new System.Drawing.Size(74, 40);
246
            this.layoutControlItem5.MinSize = new System.Drawing.Size(74, 40);
247
            this.layoutControlItem5.Name = "layoutControlItem5";
248 284fa2c9 이지연
            this.layoutControlItem5.Size = new System.Drawing.Size(74, 48);
249 4a18cb33 LJIYEON
            this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
250
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
251
            this.layoutControlItem5.TextVisible = false;
252
            // 
253
            // emptySpaceItem2
254
            // 
255
            this.emptySpaceItem2.AllowHotTrack = false;
256 284fa2c9 이지연
            this.emptySpaceItem2.Location = new System.Drawing.Point(196, 180);
257 4a18cb33 LJIYEON
            this.emptySpaceItem2.MaxSize = new System.Drawing.Size(20, 40);
258
            this.emptySpaceItem2.MinSize = new System.Drawing.Size(20, 40);
259
            this.emptySpaceItem2.Name = "emptySpaceItem2";
260 284fa2c9 이지연
            this.emptySpaceItem2.Size = new System.Drawing.Size(20, 48);
261 4a18cb33 LJIYEON
            this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
262
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
263
            // 
264
            // layoutControlGroup2
265
            // 
266
            this.layoutControlGroup2.CustomizationFormText = "Keyword Items";
267
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
268
            this.layoutControlItemPBSAttribute,
269
            this.layoutControlItemStart,
270
            this.layoutControlItemEnd,
271
            this.layoutControlItem1});
272
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
273
            this.layoutControlGroup2.Name = "layoutControlGroup2";
274 284fa2c9 이지연
            this.layoutControlGroup2.Size = new System.Drawing.Size(290, 180);
275 4a18cb33 LJIYEON
            this.layoutControlGroup2.Text = "PBS ";
276
            // 
277
            // layoutControlItemPBSAttribute
278
            // 
279
            this.layoutControlItemPBSAttribute.Control = this.comboBoxEditPBSAttr;
280
            this.layoutControlItemPBSAttribute.CustomizationFormText = "Attr Name";
281
            this.layoutControlItemPBSAttribute.Location = new System.Drawing.Point(0, 89);
282
            this.layoutControlItemPBSAttribute.Name = "layoutControlItemPBSAttribute";
283 284fa2c9 이지연
            this.layoutControlItemPBSAttribute.Size = new System.Drawing.Size(266, 24);
284 4a18cb33 LJIYEON
            this.layoutControlItemPBSAttribute.Text = "Attr Name";
285
            this.layoutControlItemPBSAttribute.TextSize = new System.Drawing.Size(57, 14);
286
            // 
287
            // layoutControlItemStart
288
            // 
289
            this.layoutControlItemStart.Control = this.spinEditStart;
290
            this.layoutControlItemStart.CustomizationFormText = "From";
291
            this.layoutControlItemStart.Location = new System.Drawing.Point(0, 113);
292
            this.layoutControlItemStart.Name = "layoutControlItemStart";
293 284fa2c9 이지연
            this.layoutControlItemStart.Size = new System.Drawing.Size(144, 24);
294 4a18cb33 LJIYEON
            this.layoutControlItemStart.Text = "From";
295
            this.layoutControlItemStart.TextSize = new System.Drawing.Size(57, 14);
296
            // 
297
            // layoutControlItemEnd
298
            // 
299
            this.layoutControlItemEnd.Control = this.spinEditEnd;
300
            this.layoutControlItemEnd.CustomizationFormText = "To";
301 284fa2c9 이지연
            this.layoutControlItemEnd.Location = new System.Drawing.Point(144, 113);
302 4a18cb33 LJIYEON
            this.layoutControlItemEnd.Name = "layoutControlItemEnd";
303 284fa2c9 이지연
            this.layoutControlItemEnd.Size = new System.Drawing.Size(122, 24);
304 4a18cb33 LJIYEON
            this.layoutControlItemEnd.Text = "To";
305
            this.layoutControlItemEnd.TextSize = new System.Drawing.Size(57, 14);
306
            // 
307
            // layoutControlItem1
308
            // 
309
            this.layoutControlItem1.Control = this.radioGroupPBS1;
310
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
311
            this.layoutControlItem1.Name = "layoutControlItem1";
312 284fa2c9 이지연
            this.layoutControlItem1.Size = new System.Drawing.Size(266, 89);
313 4a18cb33 LJIYEON
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
314
            this.layoutControlItem1.TextVisible = false;
315
            // 
316 3610fd3f LJIYEON
            // checkEditEquipTag
317
            // 
318
            this.checkEditEquipTag.Location = new System.Drawing.Point(36, 256);
319
            this.checkEditEquipTag.Name = "checkEditEquipTag";
320
            this.checkEditEquipTag.Properties.Caption = "Use ID2 Attribute";
321
            this.checkEditEquipTag.Size = new System.Drawing.Size(224, 19);
322
            this.checkEditEquipTag.TabIndex = 11;
323
            // 
324
            // radioGroupPBS
325
            // 
326
            this.radioGroupPBS.AutoSizeInLayoutControl = true;
327
            this.radioGroupPBS.Location = new System.Drawing.Point(36, 346);
328
            this.radioGroupPBS.Name = "radioGroupPBS";
329
            this.radioGroupPBS.Properties.Columns = 1;
330
            this.radioGroupPBS.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
331
            this.radioGroupPBS.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
332
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Line Number", "Line Number"),
333
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Item Attribute", "Item Attribute"),
334
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Drawing No", "Drawing No"),
335
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Unit Area", "Unit Area"),
336
            new DevExpress.XtraEditors.Controls.RadioGroupItem("No selection (Empty PBS)", "No selection (Empty PBS)")});
337
            this.radioGroupPBS.Size = new System.Drawing.Size(224, 85);
338
            this.radioGroupPBS.TabIndex = 13;
339
            // 
340 4a18cb33 LJIYEON
            // PBSSetting
341
            // 
342
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
343
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
344 284fa2c9 이지연
            this.ClientSize = new System.Drawing.Size(310, 280);
345 4a18cb33 LJIYEON
            this.Controls.Add(this.layoutControl1);
346
            this.Controls.Add(this.ribbonControl);
347
            this.Name = "PBSSetting";
348
            this.Ribbon = this.ribbonControl;
349
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
350
            this.Text = "PBS Setting";
351
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
352
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
353
            this.layoutControl1.ResumeLayout(false);
354 3610fd3f LJIYEON
            ((System.ComponentModel.ISupportInitialize)(this.radioGroupPBS1.Properties)).EndInit();
355
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditPBSAttr.Properties)).EndInit();
356
            ((System.ComponentModel.ISupportInitialize)(this.spinEditStart.Properties)).EndInit();
357
            ((System.ComponentModel.ISupportInitialize)(this.spinEditEnd.Properties)).EndInit();
358 4a18cb33 LJIYEON
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
359
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
360
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
361
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
362
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
363
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
364
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemPBSAttribute)).EndInit();
365
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemStart)).EndInit();
366
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemEnd)).EndInit();
367
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
368 3610fd3f LJIYEON
            ((System.ComponentModel.ISupportInitialize)(this.checkEditEquipTag.Properties)).EndInit();
369
            ((System.ComponentModel.ISupportInitialize)(this.radioGroupPBS.Properties)).EndInit();
370 4a18cb33 LJIYEON
            this.ResumeLayout(false);
371
            this.PerformLayout();
372
373
        }
374
375
        #endregion
376
377
        private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl;
378
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
379
        private DevExpress.XtraLayout.LayoutControlGroup Root;
380
        private DevExpress.XtraEditors.SimpleButton btnClose;
381
        private DevExpress.XtraEditors.SimpleButton btnSave;
382
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
383
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
384
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
385
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
386
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
387
        private DevExpress.XtraEditors.CheckEdit checkEditEquipTag;
388
        private DevExpress.XtraEditors.ComboBoxEdit comboBoxEditPBSAttr;
389
        private DevExpress.XtraEditors.SpinEdit spinEditStart;
390
        private DevExpress.XtraEditors.SpinEdit spinEditEnd;
391
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItemPBSAttribute;
392
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItemStart;
393
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItemEnd;
394
        private DevExpress.XtraEditors.RadioGroup radioGroupPBS;
395
        private DevExpress.XtraEditors.RadioGroup radioGroupPBS1;
396
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
397
    }
398
}
클립보드 이미지 추가 (최대 크기: 500 MB)