hytos / DTI_PID / APIDConverter / Form / APIDConverter.Designer.cs @ d327a608
이력 | 보기 | 이력해설 | 다운로드 (15.8 KB)
1 |
namespace AVEVA.PID.CustomizationUtility |
---|---|
2 |
{ |
3 |
partial class APIDConverter |
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 |
this.components = new System.ComponentModel.Container(); |
32 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(APIDConverter)); |
33 |
this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
34 |
this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
35 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
36 |
this.btnRun = new DevExpress.XtraEditors.SimpleButton(); |
37 |
this.gridControlConverter = new DevExpress.XtraGrid.GridControl(); |
38 |
this.gridViewConverter = new DevExpress.XtraGrid.Views.Grid.GridView(); |
39 |
this.btnLoadFile = new DevExpress.XtraEditors.SimpleButton(); |
40 |
this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
41 |
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
42 |
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
43 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
44 |
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
45 |
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
46 |
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); |
47 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
48 |
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); |
49 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
50 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
51 |
this.layoutControl1.SuspendLayout(); |
52 |
((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).BeginInit(); |
53 |
((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).BeginInit(); |
54 |
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
55 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); |
56 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
57 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
58 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
59 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
60 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
61 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).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.Location = new System.Drawing.Point(0, 0); |
70 |
this.ribbonControl.MaxItemId = 1; |
71 |
this.ribbonControl.Name = "ribbonControl"; |
72 |
this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; |
73 |
this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
74 |
this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
75 |
this.ribbonControl.ShowToolbarCustomizeItem = false; |
76 |
this.ribbonControl.Size = new System.Drawing.Size(856, 32); |
77 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
78 |
// |
79 |
// defaultLookAndFeel1 |
80 |
// |
81 |
this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2016 Colorful"; |
82 |
// |
83 |
// layoutControl1 |
84 |
// |
85 |
this.layoutControl1.Controls.Add(this.btnRefresh); |
86 |
this.layoutControl1.Controls.Add(this.btnRun); |
87 |
this.layoutControl1.Controls.Add(this.gridControlConverter); |
88 |
this.layoutControl1.Controls.Add(this.btnLoadFile); |
89 |
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
90 |
this.layoutControl1.Location = new System.Drawing.Point(0, 32); |
91 |
this.layoutControl1.Name = "layoutControl1"; |
92 |
this.layoutControl1.Root = this.Root; |
93 |
this.layoutControl1.Size = new System.Drawing.Size(856, 437); |
94 |
this.layoutControl1.TabIndex = 1; |
95 |
this.layoutControl1.Text = "layoutControl1"; |
96 |
// |
97 |
// btnRun |
98 |
// |
99 |
this.btnRun.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRun.ImageOptions.SvgImage"))); |
100 |
this.btnRun.Location = new System.Drawing.Point(753, 58); |
101 |
this.btnRun.Name = "btnRun"; |
102 |
this.btnRun.Size = new System.Drawing.Size(79, 36); |
103 |
this.btnRun.StyleController = this.layoutControl1; |
104 |
this.btnRun.TabIndex = 6; |
105 |
this.btnRun.Text = " Run "; |
106 |
// |
107 |
// gridControlConverter |
108 |
// |
109 |
this.gridControlConverter.Location = new System.Drawing.Point(24, 98); |
110 |
this.gridControlConverter.MainView = this.gridViewConverter; |
111 |
this.gridControlConverter.MenuManager = this.ribbonControl; |
112 |
this.gridControlConverter.Name = "gridControlConverter"; |
113 |
this.gridControlConverter.Size = new System.Drawing.Size(808, 315); |
114 |
this.gridControlConverter.TabIndex = 5; |
115 |
this.gridControlConverter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
116 |
this.gridViewConverter}); |
117 |
// |
118 |
// gridViewConverter |
119 |
// |
120 |
this.gridViewConverter.GridControl = this.gridControlConverter; |
121 |
this.gridViewConverter.Name = "gridViewConverter"; |
122 |
this.gridViewConverter.OptionsView.ShowGroupPanel = false; |
123 |
// |
124 |
// btnLoadFile |
125 |
// |
126 |
this.btnLoadFile.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLoadFile.ImageOptions.SvgImage"))); |
127 |
this.btnLoadFile.Location = new System.Drawing.Point(24, 58); |
128 |
this.btnLoadFile.Name = "btnLoadFile"; |
129 |
this.btnLoadFile.Size = new System.Drawing.Size(110, 36); |
130 |
this.btnLoadFile.StyleController = this.layoutControl1; |
131 |
this.btnLoadFile.TabIndex = 4; |
132 |
this.btnLoadFile.Text = " Load Files "; |
133 |
this.btnLoadFile.Click += new System.EventHandler(this.btnLoadFile_Click); |
134 |
// |
135 |
// Root |
136 |
// |
137 |
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
138 |
this.Root.GroupBordersVisible = false; |
139 |
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
140 |
this.layoutControlGroup1}); |
141 |
this.Root.Name = "Root"; |
142 |
this.Root.Size = new System.Drawing.Size(856, 437); |
143 |
this.Root.TextVisible = false; |
144 |
// |
145 |
// layoutControlGroup1 |
146 |
// |
147 |
this.layoutControlGroup1.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.SvgImage"))); |
148 |
this.layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
149 |
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
150 |
this.layoutControlItem2, |
151 |
this.layoutControlItem1, |
152 |
this.emptySpaceItem1, |
153 |
this.layoutControlItem3, |
154 |
this.layoutControlItem4, |
155 |
this.emptySpaceItem2}); |
156 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); |
157 |
this.layoutControlGroup1.Name = "layoutControlGroup1"; |
158 |
this.layoutControlGroup1.Size = new System.Drawing.Size(836, 417); |
159 |
this.layoutControlGroup1.Text = "Auto Converter"; |
160 |
// |
161 |
// layoutControlItem2 |
162 |
// |
163 |
this.layoutControlItem2.Control = this.gridControlConverter; |
164 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 40); |
165 |
this.layoutControlItem2.Name = "layoutControlItem2"; |
166 |
this.layoutControlItem2.Size = new System.Drawing.Size(812, 319); |
167 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
168 |
this.layoutControlItem2.TextVisible = false; |
169 |
// |
170 |
// layoutControlItem1 |
171 |
// |
172 |
this.layoutControlItem1.Control = this.btnLoadFile; |
173 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
174 |
this.layoutControlItem1.MaxSize = new System.Drawing.Size(114, 40); |
175 |
this.layoutControlItem1.MinSize = new System.Drawing.Size(114, 40); |
176 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
177 |
this.layoutControlItem1.Size = new System.Drawing.Size(114, 40); |
178 |
this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
179 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
180 |
this.layoutControlItem1.TextVisible = false; |
181 |
// |
182 |
// emptySpaceItem1 |
183 |
// |
184 |
this.emptySpaceItem1.AllowHotTrack = false; |
185 |
this.emptySpaceItem1.Location = new System.Drawing.Point(235, 0); |
186 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
187 |
this.emptySpaceItem1.Size = new System.Drawing.Size(494, 40); |
188 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
189 |
// |
190 |
// layoutControlItem3 |
191 |
// |
192 |
this.layoutControlItem3.Control = this.btnRun; |
193 |
this.layoutControlItem3.Location = new System.Drawing.Point(729, 0); |
194 |
this.layoutControlItem3.MaxSize = new System.Drawing.Size(83, 40); |
195 |
this.layoutControlItem3.MinSize = new System.Drawing.Size(83, 40); |
196 |
this.layoutControlItem3.Name = "layoutControlItem3"; |
197 |
this.layoutControlItem3.Size = new System.Drawing.Size(83, 40); |
198 |
this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
199 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); |
200 |
this.layoutControlItem3.TextVisible = false; |
201 |
// |
202 |
// btnRefresh |
203 |
// |
204 |
this.btnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRefresh.ImageOptions.SvgImage"))); |
205 |
this.btnRefresh.Location = new System.Drawing.Point(156, 58); |
206 |
this.btnRefresh.Name = "btnRefresh"; |
207 |
this.btnRefresh.Size = new System.Drawing.Size(99, 36); |
208 |
this.btnRefresh.StyleController = this.layoutControl1; |
209 |
this.btnRefresh.TabIndex = 7; |
210 |
this.btnRefresh.Text = " Refresh "; |
211 |
// |
212 |
// layoutControlItem4 |
213 |
// |
214 |
this.layoutControlItem4.Control = this.btnRefresh; |
215 |
this.layoutControlItem4.Location = new System.Drawing.Point(132, 0); |
216 |
this.layoutControlItem4.MaxSize = new System.Drawing.Size(103, 40); |
217 |
this.layoutControlItem4.MinSize = new System.Drawing.Size(103, 40); |
218 |
this.layoutControlItem4.Name = "layoutControlItem4"; |
219 |
this.layoutControlItem4.Size = new System.Drawing.Size(103, 40); |
220 |
this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
221 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); |
222 |
this.layoutControlItem4.TextVisible = false; |
223 |
// |
224 |
// emptySpaceItem2 |
225 |
// |
226 |
this.emptySpaceItem2.AllowHotTrack = false; |
227 |
this.emptySpaceItem2.Location = new System.Drawing.Point(114, 0); |
228 |
this.emptySpaceItem2.Name = "emptySpaceItem2"; |
229 |
this.emptySpaceItem2.Size = new System.Drawing.Size(18, 40); |
230 |
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
231 |
// |
232 |
// APIDConverter |
233 |
// |
234 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
235 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
236 |
this.ClientSize = new System.Drawing.Size(856, 469); |
237 |
this.Controls.Add(this.layoutControl1); |
238 |
this.Controls.Add(this.ribbonControl); |
239 |
this.Name = "APIDConverter"; |
240 |
this.Ribbon = this.ribbonControl; |
241 |
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
242 |
this.Text = "APID Converter"; |
243 |
this.Load += new System.EventHandler(this.APIDConverter_Load); |
244 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); |
245 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
246 |
this.layoutControl1.ResumeLayout(false); |
247 |
((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).EndInit(); |
248 |
((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).EndInit(); |
249 |
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
250 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); |
251 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
252 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
253 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
254 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
255 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
256 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); |
257 |
this.ResumeLayout(false); |
258 |
this.PerformLayout(); |
259 |
|
260 |
} |
261 |
|
262 |
#endregion |
263 |
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; |
264 |
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel1; |
265 |
private DevExpress.XtraLayout.LayoutControl layoutControl1; |
266 |
private DevExpress.XtraEditors.SimpleButton btnLoadFile; |
267 |
private DevExpress.XtraLayout.LayoutControlGroup Root; |
268 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; |
269 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
270 |
private DevExpress.XtraGrid.GridControl gridControlConverter; |
271 |
private DevExpress.XtraGrid.Views.Grid.GridView gridViewConverter; |
272 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
273 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
274 |
private DevExpress.XtraEditors.SimpleButton btnRun; |
275 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
276 |
private DevExpress.XtraEditors.SimpleButton btnRefresh; |
277 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
278 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; |
279 |
} |
280 |
} |