hytos / DTI_PID / ID2PSN / Form / MultiwaySetting.Designer.cs @ 954de090
이력 | 보기 | 이력해설 | 다운로드 (19.2 KB)
1 | a2ab8a90 | 이지연 | namespace ID2PSN |
---|---|---|---|
2 | { |
||
3 | partial class MultiwaySetting |
||
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(MultiwaySetting)); |
||
32 | this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
||
33 | this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
||
34 | this.labelControlToolTip = new DevExpress.XtraEditors.LabelControl(); |
||
35 | this.gridControlMultiway = new DevExpress.XtraGrid.GridControl(); |
||
36 | this.gridViewMultiway = new DevExpress.XtraGrid.Views.Grid.GridView(); |
||
37 | this.btnClose = new DevExpress.XtraEditors.SimpleButton(); |
||
38 | this.btnSave = new DevExpress.XtraEditors.SimpleButton(); |
||
39 | this.btnAddSymbol = new DevExpress.XtraEditors.SimpleButton(); |
||
40 | 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.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
47 | this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
48 | this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
||
49 | this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
50 | this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem(); |
||
51 | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
||
52 | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
||
53 | this.layoutControl1.SuspendLayout(); |
||
54 | ((System.ComponentModel.ISupportInitialize)(this.gridControlMultiway)).BeginInit(); |
||
55 | ((System.ComponentModel.ISupportInitialize)(this.gridViewMultiway)).BeginInit(); |
||
56 | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
||
57 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); |
||
58 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
||
59 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); |
||
60 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); |
||
61 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit(); |
||
62 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); |
||
63 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
||
64 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
||
65 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); |
||
66 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit(); |
||
67 | this.SuspendLayout(); |
||
68 | // |
||
69 | // ribbonControl |
||
70 | // |
||
71 | this.ribbonControl.ExpandCollapseItem.Id = 0; |
||
72 | this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { |
||
73 | this.ribbonControl.ExpandCollapseItem, |
||
74 | this.ribbonControl.SearchEditItem}); |
||
75 | this.ribbonControl.Location = new System.Drawing.Point(0, 0); |
||
76 | this.ribbonControl.MaxItemId = 1; |
||
77 | this.ribbonControl.Name = "ribbonControl"; |
||
78 | this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; |
||
79 | this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
||
80 | this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
||
81 | this.ribbonControl.ShowToolbarCustomizeItem = false; |
||
82 | this.ribbonControl.Size = new System.Drawing.Size(488, 32); |
||
83 | this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
||
84 | // |
||
85 | // layoutControl1 |
||
86 | // |
||
87 | this.layoutControl1.Controls.Add(this.labelControlToolTip); |
||
88 | this.layoutControl1.Controls.Add(this.gridControlMultiway); |
||
89 | this.layoutControl1.Controls.Add(this.btnClose); |
||
90 | this.layoutControl1.Controls.Add(this.btnSave); |
||
91 | this.layoutControl1.Controls.Add(this.btnAddSymbol); |
||
92 | this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
||
93 | this.layoutControl1.Location = new System.Drawing.Point(0, 32); |
||
94 | this.layoutControl1.Name = "layoutControl1"; |
||
95 | this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(488, 408, 650, 400); |
||
96 | this.layoutControl1.Root = this.Root; |
||
97 | this.layoutControl1.Size = new System.Drawing.Size(488, 643); |
||
98 | this.layoutControl1.TabIndex = 1; |
||
99 | this.layoutControl1.Text = "layoutControl1"; |
||
100 | // |
||
101 | // labelControlToolTip |
||
102 | // |
||
103 | this.labelControlToolTip.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None; |
||
104 | this.labelControlToolTip.ImageAlignToText = DevExpress.XtraEditors.ImageAlignToText.RightCenter; |
||
105 | this.labelControlToolTip.ImageOptions.Alignment = System.Drawing.ContentAlignment.MiddleLeft; |
||
106 | this.labelControlToolTip.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("labelControlToolTip.ImageOptions.Image"))); |
||
107 | this.labelControlToolTip.Location = new System.Drawing.Point(406, 12); |
||
108 | this.labelControlToolTip.Name = "labelControlToolTip"; |
||
109 | this.labelControlToolTip.Size = new System.Drawing.Size(70, 16); |
||
110 | this.labelControlToolTip.StyleController = this.layoutControl1; |
||
111 | this.labelControlToolTip.TabIndex = 7; |
||
112 | this.labelControlToolTip.Text = "Tool Tip"; |
||
113 | // |
||
114 | // gridControlMultiway |
||
115 | // |
||
116 | this.gridControlMultiway.Location = new System.Drawing.Point(24, 89); |
||
117 | this.gridControlMultiway.MainView = this.gridViewMultiway; |
||
118 | this.gridControlMultiway.MenuManager = this.ribbonControl; |
||
119 | this.gridControlMultiway.Name = "gridControlMultiway"; |
||
120 | this.gridControlMultiway.Size = new System.Drawing.Size(440, 490); |
||
121 | this.gridControlMultiway.TabIndex = 4; |
||
122 | this.gridControlMultiway.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
||
123 | this.gridViewMultiway}); |
||
124 | // |
||
125 | // gridViewMultiway |
||
126 | // |
||
127 | this.gridViewMultiway.GridControl = this.gridControlMultiway; |
||
128 | this.gridViewMultiway.Name = "gridViewMultiway"; |
||
129 | this.gridViewMultiway.OptionsView.ShowGroupPanel = false; |
||
130 | // |
||
131 | // btnClose |
||
132 | // |
||
133 | this.btnClose.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.ImageOptions.Image"))); |
||
134 | this.btnClose.Location = new System.Drawing.Point(406, 595); |
||
135 | this.btnClose.Name = "btnClose"; |
||
136 | this.btnClose.Size = new System.Drawing.Size(70, 36); |
||
137 | this.btnClose.StyleController = this.layoutControl1; |
||
138 | this.btnClose.TabIndex = 5; |
||
139 | this.btnClose.Text = "Close"; |
||
140 | this.btnClose.Click += new System.EventHandler(this.btnClose_Click); |
||
141 | // |
||
142 | // btnSave |
||
143 | // |
||
144 | this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image"))); |
||
145 | this.btnSave.Location = new System.Drawing.Point(314, 595); |
||
146 | this.btnSave.Name = "btnSave"; |
||
147 | this.btnSave.Size = new System.Drawing.Size(68, 36); |
||
148 | this.btnSave.StyleController = this.layoutControl1; |
||
149 | this.btnSave.TabIndex = 6; |
||
150 | this.btnSave.Text = "Save"; |
||
151 | this.btnSave.Click += new System.EventHandler(this.btnSave_Click); |
||
152 | // |
||
153 | // btnAddSymbol |
||
154 | // |
||
155 | this.btnAddSymbol.Location = new System.Drawing.Point(370, 63); |
||
156 | this.btnAddSymbol.Name = "btnAddSymbol"; |
||
157 | this.btnAddSymbol.Size = new System.Drawing.Size(94, 22); |
||
158 | this.btnAddSymbol.StyleController = this.layoutControl1; |
||
159 | this.btnAddSymbol.TabIndex = 2; |
||
160 | this.btnAddSymbol.Text = " Add Symbol"; |
||
161 | this.btnAddSymbol.Click += new System.EventHandler(this.btnAddSymbol_Click); |
||
162 | // |
||
163 | // Root |
||
164 | // |
||
165 | this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
||
166 | this.Root.GroupBordersVisible = false; |
||
167 | this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
168 | this.emptySpaceItem3, |
||
169 | this.layoutControlItem4, |
||
170 | this.layoutControlItem5, |
||
171 | this.emptySpaceItem2, |
||
172 | this.layoutControlGroup2, |
||
173 | this.layoutControlItem7, |
||
174 | this.emptySpaceItem5}); |
||
175 | this.Root.Name = "Root"; |
||
176 | this.Root.Size = new System.Drawing.Size(488, 643); |
||
177 | this.Root.TextVisible = false; |
||
178 | // |
||
179 | // emptySpaceItem3 |
||
180 | // |
||
181 | this.emptySpaceItem3.AllowHotTrack = false; |
||
182 | this.emptySpaceItem3.Location = new System.Drawing.Point(0, 583); |
||
183 | this.emptySpaceItem3.Name = "emptySpaceItem3"; |
||
184 | this.emptySpaceItem3.Size = new System.Drawing.Size(302, 40); |
||
185 | this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); |
||
186 | // |
||
187 | // layoutControlItem4 |
||
188 | // |
||
189 | this.layoutControlItem4.Control = this.btnSave; |
||
190 | this.layoutControlItem4.Location = new System.Drawing.Point(302, 583); |
||
191 | this.layoutControlItem4.MaxSize = new System.Drawing.Size(72, 40); |
||
192 | this.layoutControlItem4.MinSize = new System.Drawing.Size(72, 40); |
||
193 | this.layoutControlItem4.Name = "layoutControlItem4"; |
||
194 | this.layoutControlItem4.Size = new System.Drawing.Size(72, 40); |
||
195 | this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
196 | this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); |
||
197 | this.layoutControlItem4.TextVisible = false; |
||
198 | // |
||
199 | // layoutControlItem5 |
||
200 | // |
||
201 | this.layoutControlItem5.Control = this.btnClose; |
||
202 | this.layoutControlItem5.Location = new System.Drawing.Point(394, 583); |
||
203 | this.layoutControlItem5.MaxSize = new System.Drawing.Size(74, 40); |
||
204 | this.layoutControlItem5.MinSize = new System.Drawing.Size(74, 40); |
||
205 | this.layoutControlItem5.Name = "layoutControlItem5"; |
||
206 | this.layoutControlItem5.Size = new System.Drawing.Size(74, 40); |
||
207 | this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
208 | this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); |
||
209 | this.layoutControlItem5.TextVisible = false; |
||
210 | // |
||
211 | // emptySpaceItem2 |
||
212 | // |
||
213 | this.emptySpaceItem2.AllowHotTrack = false; |
||
214 | this.emptySpaceItem2.Location = new System.Drawing.Point(374, 583); |
||
215 | this.emptySpaceItem2.MaxSize = new System.Drawing.Size(20, 40); |
||
216 | this.emptySpaceItem2.MinSize = new System.Drawing.Size(20, 40); |
||
217 | this.emptySpaceItem2.Name = "emptySpaceItem2"; |
||
218 | this.emptySpaceItem2.Size = new System.Drawing.Size(20, 40); |
||
219 | this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
220 | this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
||
221 | // |
||
222 | // layoutControlGroup2 |
||
223 | // |
||
224 | this.layoutControlGroup2.CustomizationFormText = "Multiway Items"; |
||
225 | this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
226 | this.layoutControlItem6, |
||
227 | this.layoutControlItem3, |
||
228 | this.emptySpaceItem1}); |
||
229 | this.layoutControlGroup2.Location = new System.Drawing.Point(0, 20); |
||
230 | this.layoutControlGroup2.Name = "layoutControlGroup2"; |
||
231 | this.layoutControlGroup2.Size = new System.Drawing.Size(468, 563); |
||
232 | this.layoutControlGroup2.Text = "Multiway Items"; |
||
233 | // |
||
234 | // layoutControlItem6 |
||
235 | // |
||
236 | this.layoutControlItem6.Control = this.gridControlMultiway; |
||
237 | this.layoutControlItem6.Location = new System.Drawing.Point(0, 26); |
||
238 | this.layoutControlItem6.Name = "layoutControlItem6"; |
||
239 | this.layoutControlItem6.Size = new System.Drawing.Size(444, 494); |
||
240 | this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
||
241 | this.layoutControlItem6.TextVisible = false; |
||
242 | // |
||
243 | // layoutControlItem3 |
||
244 | // |
||
245 | this.layoutControlItem3.Control = this.btnAddSymbol; |
||
246 | this.layoutControlItem3.Location = new System.Drawing.Point(346, 0); |
||
247 | this.layoutControlItem3.Name = "layoutControlItem3"; |
||
248 | this.layoutControlItem3.Size = new System.Drawing.Size(98, 26); |
||
249 | this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); |
||
250 | this.layoutControlItem3.TextVisible = false; |
||
251 | // |
||
252 | // emptySpaceItem1 |
||
253 | // |
||
254 | this.emptySpaceItem1.AllowHotTrack = false; |
||
255 | this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem3"; |
||
256 | this.emptySpaceItem1.Location = new System.Drawing.Point(0, 0); |
||
257 | this.emptySpaceItem1.Name = "emptySpaceItem1"; |
||
258 | this.emptySpaceItem1.Size = new System.Drawing.Size(346, 26); |
||
259 | this.emptySpaceItem1.Text = "emptySpaceItem3"; |
||
260 | this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
||
261 | // |
||
262 | // layoutControlItem7 |
||
263 | // |
||
264 | this.layoutControlItem7.Control = this.labelControlToolTip; |
||
265 | this.layoutControlItem7.Location = new System.Drawing.Point(394, 0); |
||
266 | this.layoutControlItem7.MaxSize = new System.Drawing.Size(74, 20); |
||
267 | this.layoutControlItem7.MinSize = new System.Drawing.Size(74, 20); |
||
268 | this.layoutControlItem7.Name = "layoutControlItem7"; |
||
269 | this.layoutControlItem7.Size = new System.Drawing.Size(74, 20); |
||
270 | this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
271 | this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); |
||
272 | this.layoutControlItem7.TextVisible = false; |
||
273 | // |
||
274 | // emptySpaceItem5 |
||
275 | // |
||
276 | this.emptySpaceItem5.AllowHotTrack = false; |
||
277 | this.emptySpaceItem5.Location = new System.Drawing.Point(0, 0); |
||
278 | this.emptySpaceItem5.Name = "emptySpaceItem5"; |
||
279 | this.emptySpaceItem5.Size = new System.Drawing.Size(394, 20); |
||
280 | this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0); |
||
281 | // |
||
282 | // MultiwaySetting |
||
283 | // |
||
284 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
||
285 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
286 | this.ClientSize = new System.Drawing.Size(488, 675); |
||
287 | this.Controls.Add(this.layoutControl1); |
||
288 | this.Controls.Add(this.ribbonControl); |
||
289 | this.Name = "MultiwaySetting"; |
||
290 | this.Ribbon = this.ribbonControl; |
||
291 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
||
292 | this.Text = "Multiway Symbol Setting"; |
||
293 | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); |
||
294 | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
||
295 | this.layoutControl1.ResumeLayout(false); |
||
296 | ((System.ComponentModel.ISupportInitialize)(this.gridControlMultiway)).EndInit(); |
||
297 | ((System.ComponentModel.ISupportInitialize)(this.gridViewMultiway)).EndInit(); |
||
298 | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
||
299 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); |
||
300 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
||
301 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); |
||
302 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); |
||
303 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit(); |
||
304 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
||
305 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
||
306 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
||
307 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); |
||
308 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit(); |
||
309 | this.ResumeLayout(false); |
||
310 | this.PerformLayout(); |
||
311 | |||
312 | } |
||
313 | |||
314 | #endregion |
||
315 | |||
316 | private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; |
||
317 | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
||
318 | private DevExpress.XtraLayout.LayoutControlGroup Root; |
||
319 | private DevExpress.XtraEditors.SimpleButton btnAddSymbol; |
||
320 | private DevExpress.XtraEditors.SimpleButton btnClose; |
||
321 | private DevExpress.XtraEditors.SimpleButton btnSave; |
||
322 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
||
323 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
||
324 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; |
||
325 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; |
||
326 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2; |
||
327 | private DevExpress.XtraEditors.LabelControl labelControlToolTip; |
||
328 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
||
329 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5; |
||
330 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
||
331 | private DevExpress.XtraGrid.GridControl gridControlMultiway; |
||
332 | private DevExpress.XtraGrid.Views.Grid.GridView gridViewMultiway; |
||
333 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
||
334 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
||
335 | } |
||
336 | } |