프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / ID2PSN / Form / EquipmentNoPocketSetting.Designer.cs @ 528aa878

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

1 88c1965b gaqhf
namespace ID2PSN
2
{
3
    partial class EquipmentNoPocketSetting
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(EquipmentNoPocketSetting));
32
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
33
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
34
            this.gridEquipment = new DevExpress.XtraGrid.GridControl();
35
            this.gridViewEquipment = new DevExpress.XtraGrid.Views.Grid.GridView();
36
            this.btnClose = new DevExpress.XtraEditors.SimpleButton();
37
            this.btnSave = new DevExpress.XtraEditors.SimpleButton();
38
            this.btnAddValveGroup = new DevExpress.XtraEditors.SimpleButton();
39
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
40
            this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
41
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
42
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
43
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
44
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
45
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
46
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
47
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
48
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
49
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
50
            this.layoutControl1.SuspendLayout();
51
            ((System.ComponentModel.ISupportInitialize)(this.gridEquipment)).BeginInit();
52
            ((System.ComponentModel.ISupportInitialize)(this.gridViewEquipment)).BeginInit();
53
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
54
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
55
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
56
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
57
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
58
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
59
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
60
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
61
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
62
            this.SuspendLayout();
63
            // 
64
            // ribbonControl
65
            // 
66
            this.ribbonControl.ExpandCollapseItem.Id = 0;
67
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
68
            this.ribbonControl.ExpandCollapseItem,
69
            this.ribbonControl.SearchEditItem});
70
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
71
            this.ribbonControl.MaxItemId = 1;
72
            this.ribbonControl.Name = "ribbonControl";
73
            this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
74
            this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
75
            this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
76
            this.ribbonControl.ShowToolbarCustomizeItem = false;
77 528aa878 이지연
            this.ribbonControl.Size = new System.Drawing.Size(647, 32);
78 88c1965b gaqhf
            this.ribbonControl.Toolbar.ShowCustomizeItem = false;
79
            // 
80
            // layoutControl1
81
            // 
82
            this.layoutControl1.Controls.Add(this.gridEquipment);
83
            this.layoutControl1.Controls.Add(this.btnClose);
84
            this.layoutControl1.Controls.Add(this.btnSave);
85
            this.layoutControl1.Controls.Add(this.btnAddValveGroup);
86
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
87
            this.layoutControl1.Location = new System.Drawing.Point(0, 32);
88
            this.layoutControl1.Name = "layoutControl1";
89
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(488, 408, 650, 400);
90
            this.layoutControl1.Root = this.Root;
91 528aa878 이지연
            this.layoutControl1.Size = new System.Drawing.Size(647, 651);
92 88c1965b gaqhf
            this.layoutControl1.TabIndex = 1;
93
            this.layoutControl1.Text = "layoutControl1";
94
            // 
95
            // gridEquipment
96
            // 
97
            this.gridEquipment.Location = new System.Drawing.Point(24, 69);
98
            this.gridEquipment.MainView = this.gridViewEquipment;
99
            this.gridEquipment.MenuManager = this.ribbonControl;
100
            this.gridEquipment.Name = "gridEquipment";
101 528aa878 이지연
            this.gridEquipment.Size = new System.Drawing.Size(599, 518);
102 88c1965b gaqhf
            this.gridEquipment.TabIndex = 4;
103
            this.gridEquipment.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
104
            this.gridViewEquipment});
105
            // 
106
            // gridViewEquipment
107
            // 
108
            this.gridViewEquipment.GridControl = this.gridEquipment;
109
            this.gridViewEquipment.Name = "gridViewEquipment";
110
            this.gridViewEquipment.OptionsView.ShowGroupPanel = false;
111
            // 
112
            // btnClose
113
            // 
114
            this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image")));
115 528aa878 이지연
            this.btnClose.Location = new System.Drawing.Point(565, 603);
116 88c1965b gaqhf
            this.btnClose.Name = "btnClose";
117
            this.btnClose.Size = new System.Drawing.Size(70, 36);
118
            this.btnClose.StyleController = this.layoutControl1;
119
            this.btnClose.TabIndex = 5;
120
            this.btnClose.Text = "Close";
121
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
122
            // 
123
            // btnSave
124
            // 
125
            this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
126 528aa878 이지연
            this.btnSave.Location = new System.Drawing.Point(473, 603);
127 88c1965b gaqhf
            this.btnSave.Name = "btnSave";
128
            this.btnSave.Size = new System.Drawing.Size(68, 36);
129
            this.btnSave.StyleController = this.layoutControl1;
130
            this.btnSave.TabIndex = 6;
131
            this.btnSave.Text = "Save";
132
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
133
            // 
134
            // btnAddValveGroup
135
            // 
136 528aa878 이지연
            this.btnAddValveGroup.Location = new System.Drawing.Point(490, 43);
137 88c1965b gaqhf
            this.btnAddValveGroup.Name = "btnAddValveGroup";
138 528aa878 이지연
            this.btnAddValveGroup.Size = new System.Drawing.Size(133, 22);
139 88c1965b gaqhf
            this.btnAddValveGroup.StyleController = this.layoutControl1;
140
            this.btnAddValveGroup.TabIndex = 2;
141
            this.btnAddValveGroup.Text = " Add Equipment";
142
            this.btnAddValveGroup.Click += new System.EventHandler(this.btnAddSymbol_Click);
143
            // 
144
            // Root
145
            // 
146
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
147
            this.Root.GroupBordersVisible = false;
148
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
149
            this.emptySpaceItem3,
150
            this.layoutControlItem4,
151
            this.layoutControlItem5,
152
            this.emptySpaceItem2,
153
            this.layoutControlGroup2});
154
            this.Root.Name = "Root";
155 528aa878 이지연
            this.Root.Size = new System.Drawing.Size(647, 651);
156 88c1965b gaqhf
            this.Root.TextVisible = false;
157
            // 
158
            // emptySpaceItem3
159
            // 
160
            this.emptySpaceItem3.AllowHotTrack = false;
161 528aa878 이지연
            this.emptySpaceItem3.Location = new System.Drawing.Point(0, 591);
162 88c1965b gaqhf
            this.emptySpaceItem3.Name = "emptySpaceItem3";
163 528aa878 이지연
            this.emptySpaceItem3.Size = new System.Drawing.Size(461, 40);
164 88c1965b gaqhf
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
165
            // 
166
            // layoutControlItem4
167
            // 
168
            this.layoutControlItem4.Control = this.btnSave;
169 528aa878 이지연
            this.layoutControlItem4.Location = new System.Drawing.Point(461, 591);
170 88c1965b gaqhf
            this.layoutControlItem4.MaxSize = new System.Drawing.Size(72, 40);
171
            this.layoutControlItem4.MinSize = new System.Drawing.Size(72, 40);
172
            this.layoutControlItem4.Name = "layoutControlItem4";
173
            this.layoutControlItem4.Size = new System.Drawing.Size(72, 40);
174
            this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
175
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
176
            this.layoutControlItem4.TextVisible = false;
177
            // 
178
            // layoutControlItem5
179
            // 
180
            this.layoutControlItem5.Control = this.btnClose;
181 528aa878 이지연
            this.layoutControlItem5.Location = new System.Drawing.Point(553, 591);
182 88c1965b gaqhf
            this.layoutControlItem5.MaxSize = new System.Drawing.Size(74, 40);
183
            this.layoutControlItem5.MinSize = new System.Drawing.Size(74, 40);
184
            this.layoutControlItem5.Name = "layoutControlItem5";
185
            this.layoutControlItem5.Size = new System.Drawing.Size(74, 40);
186
            this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
187
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
188
            this.layoutControlItem5.TextVisible = false;
189
            // 
190
            // emptySpaceItem2
191
            // 
192
            this.emptySpaceItem2.AllowHotTrack = false;
193 528aa878 이지연
            this.emptySpaceItem2.Location = new System.Drawing.Point(533, 591);
194 88c1965b gaqhf
            this.emptySpaceItem2.MaxSize = new System.Drawing.Size(20, 40);
195
            this.emptySpaceItem2.MinSize = new System.Drawing.Size(20, 40);
196
            this.emptySpaceItem2.Name = "emptySpaceItem2";
197
            this.emptySpaceItem2.Size = new System.Drawing.Size(20, 40);
198
            this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
199
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
200
            // 
201
            // layoutControlGroup2
202
            // 
203
            this.layoutControlGroup2.CustomizationFormText = "Valve Group Items";
204
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
205
            this.layoutControlItem6,
206
            this.layoutControlItem3,
207
            this.emptySpaceItem1});
208
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
209
            this.layoutControlGroup2.Name = "layoutControlGroup2";
210 528aa878 이지연
            this.layoutControlGroup2.Size = new System.Drawing.Size(627, 591);
211 88c1965b gaqhf
            this.layoutControlGroup2.Text = "Equipment No Pocket Items";
212
            // 
213
            // layoutControlItem6
214
            // 
215
            this.layoutControlItem6.Control = this.gridEquipment;
216
            this.layoutControlItem6.Location = new System.Drawing.Point(0, 26);
217
            this.layoutControlItem6.Name = "layoutControlItem6";
218 528aa878 이지연
            this.layoutControlItem6.Size = new System.Drawing.Size(603, 522);
219 88c1965b gaqhf
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
220
            this.layoutControlItem6.TextVisible = false;
221
            // 
222
            // layoutControlItem3
223
            // 
224
            this.layoutControlItem3.Control = this.btnAddValveGroup;
225 528aa878 이지연
            this.layoutControlItem3.Location = new System.Drawing.Point(466, 0);
226 88c1965b gaqhf
            this.layoutControlItem3.Name = "layoutControlItem3";
227 528aa878 이지연
            this.layoutControlItem3.Size = new System.Drawing.Size(137, 26);
228 88c1965b gaqhf
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
229
            this.layoutControlItem3.TextVisible = false;
230
            // 
231
            // emptySpaceItem1
232
            // 
233
            this.emptySpaceItem1.AllowHotTrack = false;
234
            this.emptySpaceItem1.Location = new System.Drawing.Point(0, 0);
235
            this.emptySpaceItem1.Name = "emptySpaceItem1";
236 528aa878 이지연
            this.emptySpaceItem1.Size = new System.Drawing.Size(466, 26);
237 88c1965b gaqhf
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
238
            // 
239
            // EquipmentNoPocketSetting
240
            // 
241
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
242
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
243 528aa878 이지연
            this.ClientSize = new System.Drawing.Size(647, 683);
244 88c1965b gaqhf
            this.Controls.Add(this.layoutControl1);
245
            this.Controls.Add(this.ribbonControl);
246
            this.Name = "EquipmentNoPocketSetting";
247
            this.Ribbon = this.ribbonControl;
248
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
249
            this.Text = "Equipment No Pocket Setting";
250
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
251
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
252
            this.layoutControl1.ResumeLayout(false);
253
            ((System.ComponentModel.ISupportInitialize)(this.gridEquipment)).EndInit();
254
            ((System.ComponentModel.ISupportInitialize)(this.gridViewEquipment)).EndInit();
255
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
256
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
257
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
258
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
259
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
260
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
261
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
262
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
263
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
264
            this.ResumeLayout(false);
265
            this.PerformLayout();
266
267
        }
268
269
        #endregion
270
271
        private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl;
272
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
273
        private DevExpress.XtraLayout.LayoutControlGroup Root;
274
        private DevExpress.XtraEditors.SimpleButton btnAddValveGroup;
275
        private DevExpress.XtraEditors.SimpleButton btnClose;
276
        private DevExpress.XtraEditors.SimpleButton btnSave;
277
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
278
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
279
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
280
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
281
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
282
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
283
        private DevExpress.XtraGrid.GridControl gridEquipment;
284
        private DevExpress.XtraGrid.Views.Grid.GridView gridViewEquipment;
285
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
286
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
287
    }
288
}
클립보드 이미지 추가 (최대 크기: 500 MB)