프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / ID2PSN / Form / EquipmentSetting.Designer.cs @ 333d16cf

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

1 f2a63376 이지연
namespace ID2PSN
2
{
3
    partial class EquipmentSetting
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(EquipmentSetting));
32
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
33
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
34
            this.btnClose = new DevExpress.XtraEditors.SimpleButton();
35
            this.btnSave = new DevExpress.XtraEditors.SimpleButton();
36
            this.xtraTabControlSetting = new DevExpress.XtraTab.XtraTabControl();
37
            this.xtraTabPageNoPocket = new DevExpress.XtraTab.XtraTabPage();
38
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
39
            this.gridEquipment = new DevExpress.XtraGrid.GridControl();
40
            this.gridViewEquipment = new DevExpress.XtraGrid.Views.Grid.GridView();
41
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
42
            this.xtraTabPageAirPinCooler = new DevExpress.XtraTab.XtraTabPage();
43
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
44
            this.gridControlAirFinCooler = new DevExpress.XtraGrid.GridControl();
45
            this.gridViewAirFinCooler = new DevExpress.XtraGrid.Views.Grid.GridView();
46
            this.btnAddValveGroup = new DevExpress.XtraEditors.SimpleButton();
47
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
48
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
49
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
50
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
51
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
52
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
53
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
54
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
55
            this.layoutControl1.SuspendLayout();
56
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlSetting)).BeginInit();
57
            this.xtraTabControlSetting.SuspendLayout();
58
            this.xtraTabPageNoPocket.SuspendLayout();
59
            this.tableLayoutPanel1.SuspendLayout();
60
            ((System.ComponentModel.ISupportInitialize)(this.gridEquipment)).BeginInit();
61
            ((System.ComponentModel.ISupportInitialize)(this.gridViewEquipment)).BeginInit();
62
            this.xtraTabPageAirPinCooler.SuspendLayout();
63
            this.tableLayoutPanel2.SuspendLayout();
64
            ((System.ComponentModel.ISupportInitialize)(this.gridControlAirFinCooler)).BeginInit();
65
            ((System.ComponentModel.ISupportInitialize)(this.gridViewAirFinCooler)).BeginInit();
66
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
67
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
68
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
69
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
70
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
71
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
72
            this.SuspendLayout();
73
            // 
74
            // ribbonControl
75
            // 
76
            this.ribbonControl.ExpandCollapseItem.Id = 0;
77
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
78
            this.ribbonControl.ExpandCollapseItem,
79
            this.ribbonControl.SearchEditItem});
80
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
81
            this.ribbonControl.MaxItemId = 1;
82
            this.ribbonControl.Name = "ribbonControl";
83
            this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
84
            this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
85
            this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
86
            this.ribbonControl.ShowToolbarCustomizeItem = false;
87 d1afd412 이지연
            this.ribbonControl.Size = new System.Drawing.Size(634, 32);
88 f2a63376 이지연
            this.ribbonControl.Toolbar.ShowCustomizeItem = false;
89
            // 
90
            // layoutControl1
91
            // 
92
            this.layoutControl1.Controls.Add(this.btnClose);
93
            this.layoutControl1.Controls.Add(this.btnSave);
94
            this.layoutControl1.Controls.Add(this.xtraTabControlSetting);
95
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
96
            this.layoutControl1.Location = new System.Drawing.Point(0, 32);
97
            this.layoutControl1.Name = "layoutControl1";
98
            this.layoutControl1.OptionsView.UseDefaultDragAndDropRendering = false;
99
            this.layoutControl1.Root = this.Root;
100 d1afd412 이지연
            this.layoutControl1.Size = new System.Drawing.Size(634, 682);
101 f2a63376 이지연
            this.layoutControl1.TabIndex = 1;
102
            this.layoutControl1.Text = "layoutControl1";
103
            // 
104
            // btnClose
105
            // 
106
            this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image")));
107 d1afd412 이지연
            this.btnClose.Location = new System.Drawing.Point(552, 634);
108 f2a63376 이지연
            this.btnClose.Name = "btnClose";
109
            this.btnClose.Size = new System.Drawing.Size(70, 36);
110
            this.btnClose.StyleController = this.layoutControl1;
111
            this.btnClose.TabIndex = 6;
112
            this.btnClose.Text = "Close";
113
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
114
            // 
115
            // btnSave
116
            // 
117
            this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
118 d1afd412 이지연
            this.btnSave.Location = new System.Drawing.Point(460, 634);
119 f2a63376 이지연
            this.btnSave.Name = "btnSave";
120
            this.btnSave.Size = new System.Drawing.Size(68, 36);
121
            this.btnSave.StyleController = this.layoutControl1;
122
            this.btnSave.TabIndex = 5;
123
            this.btnSave.Text = "Save";
124
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
125
            // 
126
            // xtraTabControlSetting
127
            // 
128
            this.xtraTabControlSetting.Location = new System.Drawing.Point(12, 12);
129
            this.xtraTabControlSetting.Name = "xtraTabControlSetting";
130
            this.xtraTabControlSetting.SelectedTabPage = this.xtraTabPageNoPocket;
131 d1afd412 이지연
            this.xtraTabControlSetting.Size = new System.Drawing.Size(610, 618);
132 f2a63376 이지연
            this.xtraTabControlSetting.TabIndex = 4;
133
            this.xtraTabControlSetting.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
134
            this.xtraTabPageNoPocket,
135
            this.xtraTabPageAirPinCooler});
136
            // 
137
            // xtraTabPageNoPocket
138
            // 
139
            this.xtraTabPageNoPocket.Controls.Add(this.tableLayoutPanel1);
140
            this.xtraTabPageNoPocket.Name = "xtraTabPageNoPocket";
141 d1afd412 이지연
            this.xtraTabPageNoPocket.Size = new System.Drawing.Size(608, 592);
142 f2a63376 이지연
            this.xtraTabPageNoPocket.Text = "Equipment for No pocket";
143
            // 
144
            // tableLayoutPanel1
145
            // 
146
            this.tableLayoutPanel1.ColumnCount = 1;
147
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
148
            this.tableLayoutPanel1.Controls.Add(this.gridEquipment, 0, 1);
149
            this.tableLayoutPanel1.Controls.Add(this.simpleButton1, 0, 0);
150
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
151
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
152
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
153
            this.tableLayoutPanel1.RowCount = 2;
154
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
155
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 556F));
156 d1afd412 이지연
            this.tableLayoutPanel1.Size = new System.Drawing.Size(608, 592);
157 f2a63376 이지연
            this.tableLayoutPanel1.TabIndex = 1;
158
            // 
159
            // gridEquipment
160
            // 
161
            this.gridEquipment.Dock = System.Windows.Forms.DockStyle.Fill;
162 d1afd412 이지연
            this.gridEquipment.Location = new System.Drawing.Point(3, 39);
163 f2a63376 이지연
            this.gridEquipment.MainView = this.gridViewEquipment;
164
            this.gridEquipment.MenuManager = this.ribbonControl;
165
            this.gridEquipment.Name = "gridEquipment";
166 d1afd412 이지연
            this.gridEquipment.Size = new System.Drawing.Size(602, 550);
167 f2a63376 이지연
            this.gridEquipment.TabIndex = 5;
168
            this.gridEquipment.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
169
            this.gridViewEquipment});
170
            // 
171
            // gridViewEquipment
172
            // 
173
            this.gridViewEquipment.GridControl = this.gridEquipment;
174
            this.gridViewEquipment.Name = "gridViewEquipment";
175
            this.gridViewEquipment.OptionsView.ShowGroupPanel = false;
176
            // 
177
            // simpleButton1
178
            // 
179
            this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
180 d1afd412 이지연
            this.simpleButton1.Location = new System.Drawing.Point(495, 3);
181 f2a63376 이지연
            this.simpleButton1.Name = "simpleButton1";
182
            this.simpleButton1.Size = new System.Drawing.Size(110, 22);
183
            this.simpleButton1.StyleController = this.layoutControl1;
184
            this.simpleButton1.TabIndex = 3;
185
            this.simpleButton1.Text = " Add Symbol";
186
            this.simpleButton1.Click += new System.EventHandler(this.btnAddSymbol_Click);
187
            // 
188
            // xtraTabPageAirPinCooler
189
            // 
190
            this.xtraTabPageAirPinCooler.Controls.Add(this.tableLayoutPanel2);
191
            this.xtraTabPageAirPinCooler.Name = "xtraTabPageAirPinCooler";
192 d1afd412 이지연
            this.xtraTabPageAirPinCooler.Size = new System.Drawing.Size(608, 592);
193 f2a63376 이지연
            this.xtraTabPageAirPinCooler.Text = "Equipment Grouping Tag";
194
            // 
195
            // tableLayoutPanel2
196
            // 
197
            this.tableLayoutPanel2.ColumnCount = 1;
198
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
199
            this.tableLayoutPanel2.Controls.Add(this.gridControlAirFinCooler, 0, 1);
200
            this.tableLayoutPanel2.Controls.Add(this.btnAddValveGroup, 0, 0);
201
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
202
            this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
203
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
204
            this.tableLayoutPanel2.RowCount = 2;
205
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 4.965754F));
206
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 95.03425F));
207 d1afd412 이지연
            this.tableLayoutPanel2.Size = new System.Drawing.Size(608, 592);
208 f2a63376 이지연
            this.tableLayoutPanel2.TabIndex = 1;
209
            // 
210
            // gridControlAirFinCooler
211
            // 
212
            this.gridControlAirFinCooler.Dock = System.Windows.Forms.DockStyle.Fill;
213
            this.gridControlAirFinCooler.Location = new System.Drawing.Point(3, 32);
214
            this.gridControlAirFinCooler.MainView = this.gridViewAirFinCooler;
215
            this.gridControlAirFinCooler.MenuManager = this.ribbonControl;
216
            this.gridControlAirFinCooler.Name = "gridControlAirFinCooler";
217 d1afd412 이지연
            this.gridControlAirFinCooler.Size = new System.Drawing.Size(602, 557);
218 f2a63376 이지연
            this.gridControlAirFinCooler.TabIndex = 0;
219
            this.gridControlAirFinCooler.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
220
            this.gridViewAirFinCooler});
221
            // 
222
            // gridViewAirFinCooler
223
            // 
224
            this.gridViewAirFinCooler.GridControl = this.gridControlAirFinCooler;
225
            this.gridViewAirFinCooler.Name = "gridViewAirFinCooler";
226
            this.gridViewAirFinCooler.OptionsView.ShowGroupPanel = false;
227
            // 
228
            // btnAddValveGroup
229
            // 
230
            this.btnAddValveGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
231 d1afd412 이지연
            this.btnAddValveGroup.Location = new System.Drawing.Point(495, 3);
232 f2a63376 이지연
            this.btnAddValveGroup.Name = "btnAddValveGroup";
233
            this.btnAddValveGroup.Size = new System.Drawing.Size(110, 22);
234
            this.btnAddValveGroup.StyleController = this.layoutControl1;
235
            this.btnAddValveGroup.TabIndex = 3;
236
            this.btnAddValveGroup.Text = " Add Symbol";
237
            this.btnAddValveGroup.Click += new System.EventHandler(this.btnAddAirSymbol_Click);
238
            // 
239
            // Root
240
            // 
241
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
242
            this.Root.GroupBordersVisible = false;
243
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
244
            this.layoutControlItem1,
245
            this.layoutControlItem2,
246
            this.layoutControlItem3,
247
            this.emptySpaceItem1,
248
            this.emptySpaceItem2});
249
            this.Root.Name = "Root";
250 d1afd412 이지연
            this.Root.Size = new System.Drawing.Size(634, 682);
251 f2a63376 이지연
            this.Root.TextVisible = false;
252
            // 
253
            // layoutControlItem1
254
            // 
255
            this.layoutControlItem1.Control = this.xtraTabControlSetting;
256
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
257
            this.layoutControlItem1.Name = "layoutControlItem1";
258 d1afd412 이지연
            this.layoutControlItem1.Size = new System.Drawing.Size(614, 622);
259 f2a63376 이지연
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
260
            this.layoutControlItem1.TextVisible = false;
261
            // 
262
            // layoutControlItem2
263
            // 
264
            this.layoutControlItem2.Control = this.btnSave;
265 d1afd412 이지연
            this.layoutControlItem2.Location = new System.Drawing.Point(448, 622);
266 f2a63376 이지연
            this.layoutControlItem2.MaxSize = new System.Drawing.Size(72, 40);
267
            this.layoutControlItem2.MinSize = new System.Drawing.Size(72, 40);
268
            this.layoutControlItem2.Name = "layoutControlItem2";
269
            this.layoutControlItem2.Size = new System.Drawing.Size(72, 40);
270
            this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
271
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
272
            this.layoutControlItem2.TextVisible = false;
273
            // 
274
            // layoutControlItem3
275
            // 
276
            this.layoutControlItem3.Control = this.btnClose;
277 d1afd412 이지연
            this.layoutControlItem3.Location = new System.Drawing.Point(540, 622);
278 f2a63376 이지연
            this.layoutControlItem3.MaxSize = new System.Drawing.Size(74, 40);
279
            this.layoutControlItem3.MinSize = new System.Drawing.Size(74, 40);
280
            this.layoutControlItem3.Name = "layoutControlItem3";
281
            this.layoutControlItem3.Size = new System.Drawing.Size(74, 40);
282
            this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
283
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
284
            this.layoutControlItem3.TextVisible = false;
285
            // 
286
            // emptySpaceItem1
287
            // 
288
            this.emptySpaceItem1.AllowHotTrack = false;
289 d1afd412 이지연
            this.emptySpaceItem1.Location = new System.Drawing.Point(520, 622);
290 f2a63376 이지연
            this.emptySpaceItem1.MaxSize = new System.Drawing.Size(20, 40);
291
            this.emptySpaceItem1.MinSize = new System.Drawing.Size(20, 40);
292
            this.emptySpaceItem1.Name = "emptySpaceItem1";
293
            this.emptySpaceItem1.Size = new System.Drawing.Size(20, 40);
294
            this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
295
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
296
            // 
297
            // emptySpaceItem2
298
            // 
299
            this.emptySpaceItem2.AllowHotTrack = false;
300 d1afd412 이지연
            this.emptySpaceItem2.Location = new System.Drawing.Point(0, 622);
301 f2a63376 이지연
            this.emptySpaceItem2.Name = "emptySpaceItem2";
302 d1afd412 이지연
            this.emptySpaceItem2.Size = new System.Drawing.Size(448, 40);
303 f2a63376 이지연
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
304
            // 
305
            // EquipmentSetting
306
            // 
307
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
308
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
309 d1afd412 이지연
            this.ClientSize = new System.Drawing.Size(634, 714);
310 f2a63376 이지연
            this.Controls.Add(this.layoutControl1);
311
            this.Controls.Add(this.ribbonControl);
312
            this.Name = "EquipmentSetting";
313
            this.Ribbon = this.ribbonControl;
314
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
315
            this.Text = "Equipment Setting";
316
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
317
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
318
            this.layoutControl1.ResumeLayout(false);
319
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlSetting)).EndInit();
320
            this.xtraTabControlSetting.ResumeLayout(false);
321
            this.xtraTabPageNoPocket.ResumeLayout(false);
322
            this.tableLayoutPanel1.ResumeLayout(false);
323
            ((System.ComponentModel.ISupportInitialize)(this.gridEquipment)).EndInit();
324
            ((System.ComponentModel.ISupportInitialize)(this.gridViewEquipment)).EndInit();
325
            this.xtraTabPageAirPinCooler.ResumeLayout(false);
326
            this.tableLayoutPanel2.ResumeLayout(false);
327
            ((System.ComponentModel.ISupportInitialize)(this.gridControlAirFinCooler)).EndInit();
328
            ((System.ComponentModel.ISupportInitialize)(this.gridViewAirFinCooler)).EndInit();
329
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
330
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
331
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
332
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
333
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
334
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
335
            this.ResumeLayout(false);
336
            this.PerformLayout();
337
338
        }
339
340
        #endregion
341
342
        private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl;
343
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
344
        private DevExpress.XtraTab.XtraTabControl xtraTabControlSetting;
345
        private DevExpress.XtraTab.XtraTabPage xtraTabPageNoPocket;
346
        private DevExpress.XtraTab.XtraTabPage xtraTabPageAirPinCooler;
347
        private DevExpress.XtraLayout.LayoutControlGroup Root;
348
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
349
        private DevExpress.XtraEditors.SimpleButton btnClose;
350
        private DevExpress.XtraEditors.SimpleButton btnSave;
351
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
352
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
353
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
354
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
355
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
356
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
357
        private DevExpress.XtraEditors.SimpleButton simpleButton1;
358
        private DevExpress.XtraEditors.SimpleButton btnAddValveGroup;
359
        private DevExpress.XtraGrid.GridControl gridEquipment;
360
        private DevExpress.XtraGrid.Views.Grid.GridView gridViewEquipment;
361
        private DevExpress.XtraGrid.GridControl gridControlAirFinCooler;
362
        private DevExpress.XtraGrid.Views.Grid.GridView gridViewAirFinCooler;
363
    }
364
}
클립보드 이미지 추가 (최대 크기: 500 MB)