hytos / DTI_PID / APIDConverter / Form / APIDConverter.Designer.cs @ d327a608
이력 | 보기 | 이력해설 | 다운로드 (15.8 KB)
1 | 74a0c9d6 | gaqhf | 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 | 8bc888c1 | gaqhf | this.components = new System.ComponentModel.Container(); |
32 | fdb1367e | gaqhf | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(APIDConverter)); |
33 | e3ced1c9 | gaqhf | this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
34 | 8bc888c1 | gaqhf | this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
35 | fdb1367e | gaqhf | this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
36 | 8562d7dc | gaqhf | this.btnRun = new DevExpress.XtraEditors.SimpleButton(); |
37 | fdb1367e | gaqhf | this.gridControlConverter = new DevExpress.XtraGrid.GridControl(); |
38 | this.gridViewConverter = new DevExpress.XtraGrid.Views.Grid.GridView(); |
||
39 | 8562d7dc | gaqhf | this.btnLoadFile = new DevExpress.XtraEditors.SimpleButton(); |
40 | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
||
41 | this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
||
42 | fdb1367e | gaqhf | this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
43 | 8562d7dc | gaqhf | this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
44 | fdb1367e | gaqhf | this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
45 | this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
46 | d327a608 | gaqhf | this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); |
47 | this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
48 | this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); |
||
49 | e3ced1c9 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
50 | fdb1367e | gaqhf | ((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 | 8562d7dc | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
55 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); |
||
56 | fdb1367e | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
57 | 8562d7dc | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
58 | fdb1367e | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
59 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
||
60 | d327a608 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
61 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); |
||
62 | 74a0c9d6 | gaqhf | this.SuspendLayout(); |
63 | // |
||
64 | e3ced1c9 | gaqhf | // ribbonControl |
65 | 74a0c9d6 | gaqhf | // |
66 | e3ced1c9 | gaqhf | 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 | fdb1367e | gaqhf | this.ribbonControl.Size = new System.Drawing.Size(856, 32); |
77 | e3ced1c9 | gaqhf | this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
78 | 74a0c9d6 | gaqhf | // |
79 | 8bc888c1 | gaqhf | // defaultLookAndFeel1 |
80 | // |
||
81 | this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2016 Colorful"; |
||
82 | // |
||
83 | fdb1367e | gaqhf | // layoutControl1 |
84 | // |
||
85 | d327a608 | gaqhf | this.layoutControl1.Controls.Add(this.btnRefresh); |
86 | fdb1367e | gaqhf | 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 | 8562d7dc | gaqhf | // btnRun |
98 | fdb1367e | gaqhf | // |
99 | 8562d7dc | gaqhf | 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 | fdb1367e | gaqhf | // |
124 | // btnLoadFile |
||
125 | // |
||
126 | 8562d7dc | gaqhf | this.btnLoadFile.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLoadFile.ImageOptions.SvgImage"))); |
127 | fdb1367e | gaqhf | 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 | 8562d7dc | gaqhf | // Root |
136 | fdb1367e | gaqhf | // |
137 | 8562d7dc | gaqhf | 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 | fdb1367e | gaqhf | // |
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 | d327a608 | gaqhf | this.layoutControlItem3, |
154 | this.layoutControlItem4, |
||
155 | this.emptySpaceItem2}); |
||
156 | fdb1367e | gaqhf | 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 | 8562d7dc | gaqhf | // 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 | fdb1367e | gaqhf | // emptySpaceItem1 |
183 | // |
||
184 | this.emptySpaceItem1.AllowHotTrack = false; |
||
185 | d327a608 | gaqhf | this.emptySpaceItem1.Location = new System.Drawing.Point(235, 0); |
186 | fdb1367e | gaqhf | this.emptySpaceItem1.Name = "emptySpaceItem1"; |
187 | d327a608 | gaqhf | this.emptySpaceItem1.Size = new System.Drawing.Size(494, 40); |
188 | fdb1367e | gaqhf | 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 | d327a608 | gaqhf | // 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 | 74a0c9d6 | gaqhf | // APIDConverter |
233 | // |
||
234 | e3ced1c9 | gaqhf | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
235 | 74a0c9d6 | gaqhf | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
236 | fdb1367e | gaqhf | this.ClientSize = new System.Drawing.Size(856, 469); |
237 | this.Controls.Add(this.layoutControl1); |
||
238 | e3ced1c9 | gaqhf | this.Controls.Add(this.ribbonControl); |
239 | 74a0c9d6 | gaqhf | this.Name = "APIDConverter"; |
240 | e3ced1c9 | gaqhf | this.Ribbon = this.ribbonControl; |
241 | 74a0c9d6 | gaqhf | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
242 | e3ced1c9 | gaqhf | this.Text = "APID Converter"; |
243 | 8562d7dc | gaqhf | this.Load += new System.EventHandler(this.APIDConverter_Load); |
244 | e3ced1c9 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); |
245 | fdb1367e | gaqhf | ((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 | 8562d7dc | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
250 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); |
||
251 | fdb1367e | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
252 | 8562d7dc | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
253 | fdb1367e | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
254 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
||
255 | d327a608 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
256 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); |
||
257 | 74a0c9d6 | gaqhf | this.ResumeLayout(false); |
258 | e3ced1c9 | gaqhf | this.PerformLayout(); |
259 | 74a0c9d6 | gaqhf | |
260 | } |
||
261 | |||
262 | #endregion |
||
263 | e3ced1c9 | gaqhf | private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; |
264 | 8bc888c1 | gaqhf | private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel1; |
265 | fdb1367e | gaqhf | 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 | d327a608 | gaqhf | private DevExpress.XtraEditors.SimpleButton btnRefresh; |
277 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
||
278 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; |
||
279 | 74a0c9d6 | gaqhf | } |
280 | } |