hytos / DTI_PID / APIDConverter / Form / APIDConverter.Designer.cs @ c47ad347
이력 | 보기 | 이력해설 | 다운로드 (29.4 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 | fdb1367e | gaqhf | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(APIDConverter)); |
32 | e3ced1c9 | gaqhf | this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
33 | fdb1367e | gaqhf | this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
34 | a77303ca | gaqhf | this.btnItemMapping = new DevExpress.XtraEditors.SimpleButton(); |
35 | 5781eaba | gaqhf | this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); |
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 | a77303ca | gaqhf | this.btnID2DB = new DevExpress.XtraEditors.SimpleButton(); |
41 | 8562d7dc | gaqhf | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
42 | this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
||
43 | fdb1367e | gaqhf | this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
44 | 8562d7dc | gaqhf | this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
45 | fdb1367e | gaqhf | this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
46 | this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
47 | d327a608 | gaqhf | this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
48 | this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); |
||
49 | 5781eaba | gaqhf | this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); |
50 | a77303ca | gaqhf | this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
51 | 5781eaba | gaqhf | this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); |
52 | a77303ca | gaqhf | this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem(); |
53 | 5781eaba | gaqhf | this.layoutControlGroupID2Project = new DevExpress.XtraLayout.LayoutControlGroup(); |
54 | this.labelID2ProjectName = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
55 | this.labelID2ProjectStatus = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
56 | this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
57 | this.simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
58 | this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
59 | this.labelDBType = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
60 | this.simpleLabelItem7 = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
61 | e3ced1c9 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
62 | fdb1367e | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
63 | this.layoutControl1.SuspendLayout(); |
||
64 | ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).BeginInit(); |
||
65 | ((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).BeginInit(); |
||
66 | 8562d7dc | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
67 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit(); |
||
68 | fdb1367e | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
69 | 8562d7dc | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
70 | fdb1367e | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
71 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
||
72 | d327a608 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
73 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); |
||
74 | 5781eaba | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); |
75 | a77303ca | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); |
76 | 5781eaba | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); |
77 | a77303ca | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit(); |
78 | 5781eaba | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).BeginInit(); |
79 | ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).BeginInit(); |
||
80 | ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).BeginInit(); |
||
81 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit(); |
||
82 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit(); |
||
83 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); |
||
84 | ((System.ComponentModel.ISupportInitialize)(this.labelDBType)).BeginInit(); |
||
85 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).BeginInit(); |
||
86 | 74a0c9d6 | gaqhf | this.SuspendLayout(); |
87 | // |
||
88 | e3ced1c9 | gaqhf | // ribbonControl |
89 | 74a0c9d6 | gaqhf | // |
90 | e3ced1c9 | gaqhf | this.ribbonControl.ExpandCollapseItem.Id = 0; |
91 | this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { |
||
92 | this.ribbonControl.ExpandCollapseItem}); |
||
93 | this.ribbonControl.Location = new System.Drawing.Point(0, 0); |
||
94 | this.ribbonControl.MaxItemId = 1; |
||
95 | this.ribbonControl.Name = "ribbonControl"; |
||
96 | this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; |
||
97 | this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
||
98 | this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
||
99 | this.ribbonControl.ShowToolbarCustomizeItem = false; |
||
100 | 04c6def2 | gaqhf | this.ribbonControl.Size = new System.Drawing.Size(1154, 32); |
101 | e3ced1c9 | gaqhf | this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
102 | 74a0c9d6 | gaqhf | // |
103 | fdb1367e | gaqhf | // layoutControl1 |
104 | // |
||
105 | 5781eaba | gaqhf | this.layoutControl1.Controls.Add(this.btnItemMapping); |
106 | d327a608 | gaqhf | this.layoutControl1.Controls.Add(this.btnRefresh); |
107 | fdb1367e | gaqhf | this.layoutControl1.Controls.Add(this.btnRun); |
108 | this.layoutControl1.Controls.Add(this.gridControlConverter); |
||
109 | this.layoutControl1.Controls.Add(this.btnLoadFile); |
||
110 | 5781eaba | gaqhf | this.layoutControl1.Controls.Add(this.btnID2DB); |
111 | fdb1367e | gaqhf | this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
112 | this.layoutControl1.Location = new System.Drawing.Point(0, 32); |
||
113 | this.layoutControl1.Name = "layoutControl1"; |
||
114 | this.layoutControl1.Root = this.Root; |
||
115 | 04c6def2 | gaqhf | this.layoutControl1.Size = new System.Drawing.Size(1154, 576); |
116 | fdb1367e | gaqhf | this.layoutControl1.TabIndex = 1; |
117 | this.layoutControl1.Text = "layoutControl1"; |
||
118 | // |
||
119 | a77303ca | gaqhf | // btnItemMapping |
120 | // |
||
121 | this.btnItemMapping.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnItemMapping.ImageOptions.SvgImage"))); |
||
122 | 04c6def2 | gaqhf | this.btnItemMapping.Location = new System.Drawing.Point(913, 210); |
123 | a77303ca | gaqhf | this.btnItemMapping.Name = "btnItemMapping"; |
124 | 04c6def2 | gaqhf | this.btnItemMapping.Size = new System.Drawing.Size(217, 36); |
125 | a77303ca | gaqhf | this.btnItemMapping.StyleController = this.layoutControl1; |
126 | this.btnItemMapping.TabIndex = 9; |
||
127 | this.btnItemMapping.Text = "Setting"; |
||
128 | this.btnItemMapping.Click += new System.EventHandler(this.btnItemMapping_Click); |
||
129 | // |
||
130 | 5781eaba | gaqhf | // btnRefresh |
131 | // |
||
132 | this.btnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRefresh.ImageOptions.SvgImage"))); |
||
133 | 04c6def2 | gaqhf | this.btnRefresh.Location = new System.Drawing.Point(165, 58); |
134 | 5781eaba | gaqhf | this.btnRefresh.Name = "btnRefresh"; |
135 | this.btnRefresh.Size = new System.Drawing.Size(99, 36); |
||
136 | this.btnRefresh.StyleController = this.layoutControl1; |
||
137 | this.btnRefresh.TabIndex = 7; |
||
138 | this.btnRefresh.Text = " Refresh "; |
||
139 | this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); |
||
140 | // |
||
141 | 8562d7dc | gaqhf | // btnRun |
142 | fdb1367e | gaqhf | // |
143 | 8562d7dc | gaqhf | this.btnRun.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRun.ImageOptions.SvgImage"))); |
144 | 04c6def2 | gaqhf | this.btnRun.Location = new System.Drawing.Point(796, 58); |
145 | 8562d7dc | gaqhf | this.btnRun.Name = "btnRun"; |
146 | this.btnRun.Size = new System.Drawing.Size(79, 36); |
||
147 | this.btnRun.StyleController = this.layoutControl1; |
||
148 | this.btnRun.TabIndex = 6; |
||
149 | this.btnRun.Text = " Run "; |
||
150 | c7db500b | gaqhf | this.btnRun.Click += new System.EventHandler(this.btnRun_Click); |
151 | 8562d7dc | gaqhf | // |
152 | // gridControlConverter |
||
153 | // |
||
154 | this.gridControlConverter.Location = new System.Drawing.Point(24, 98); |
||
155 | this.gridControlConverter.MainView = this.gridViewConverter; |
||
156 | this.gridControlConverter.MenuManager = this.ribbonControl; |
||
157 | this.gridControlConverter.Name = "gridControlConverter"; |
||
158 | 04c6def2 | gaqhf | this.gridControlConverter.Size = new System.Drawing.Size(851, 454); |
159 | 8562d7dc | gaqhf | this.gridControlConverter.TabIndex = 5; |
160 | this.gridControlConverter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
||
161 | this.gridViewConverter}); |
||
162 | // |
||
163 | // gridViewConverter |
||
164 | // |
||
165 | this.gridViewConverter.GridControl = this.gridControlConverter; |
||
166 | this.gridViewConverter.Name = "gridViewConverter"; |
||
167 | this.gridViewConverter.OptionsView.ShowGroupPanel = false; |
||
168 | fdb1367e | gaqhf | // |
169 | // btnLoadFile |
||
170 | // |
||
171 | 8562d7dc | gaqhf | this.btnLoadFile.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLoadFile.ImageOptions.SvgImage"))); |
172 | fdb1367e | gaqhf | this.btnLoadFile.Location = new System.Drawing.Point(24, 58); |
173 | this.btnLoadFile.Name = "btnLoadFile"; |
||
174 | this.btnLoadFile.Size = new System.Drawing.Size(110, 36); |
||
175 | this.btnLoadFile.StyleController = this.layoutControl1; |
||
176 | this.btnLoadFile.TabIndex = 4; |
||
177 | this.btnLoadFile.Text = " Load Files "; |
||
178 | this.btnLoadFile.Click += new System.EventHandler(this.btnLoadFile_Click); |
||
179 | // |
||
180 | a77303ca | gaqhf | // btnID2DB |
181 | // |
||
182 | this.btnID2DB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnID2DB.ImageOptions.SvgImage"))); |
||
183 | 04c6def2 | gaqhf | this.btnID2DB.Location = new System.Drawing.Point(913, 58); |
184 | a77303ca | gaqhf | this.btnID2DB.Name = "btnID2DB"; |
185 | 04c6def2 | gaqhf | this.btnID2DB.Size = new System.Drawing.Size(217, 36); |
186 | a77303ca | gaqhf | this.btnID2DB.StyleController = this.layoutControl1; |
187 | this.btnID2DB.TabIndex = 15; |
||
188 | this.btnID2DB.Text = "Setting"; |
||
189 | this.btnID2DB.Click += new System.EventHandler(this.btnID2DB_Click); |
||
190 | // |
||
191 | 8562d7dc | gaqhf | // Root |
192 | fdb1367e | gaqhf | // |
193 | 8562d7dc | gaqhf | this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
194 | this.Root.GroupBordersVisible = false; |
||
195 | this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
196 | 5781eaba | gaqhf | this.layoutControlGroup1, |
197 | this.layoutControlGroup3, |
||
198 | this.emptySpaceItem3, |
||
199 | this.splitterItem1, |
||
200 | this.layoutControlGroupID2Project}); |
||
201 | 8562d7dc | gaqhf | this.Root.Name = "Root"; |
202 | 04c6def2 | gaqhf | this.Root.Size = new System.Drawing.Size(1154, 576); |
203 | 8562d7dc | gaqhf | this.Root.TextVisible = false; |
204 | fdb1367e | gaqhf | // |
205 | // layoutControlGroup1 |
||
206 | // |
||
207 | this.layoutControlGroup1.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup1.CaptionImageOptions.SvgImage"))); |
||
208 | this.layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
||
209 | this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
210 | this.layoutControlItem2, |
||
211 | this.layoutControlItem1, |
||
212 | this.emptySpaceItem1, |
||
213 | d327a608 | gaqhf | this.layoutControlItem3, |
214 | this.layoutControlItem4, |
||
215 | this.emptySpaceItem2}); |
||
216 | fdb1367e | gaqhf | this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); |
217 | this.layoutControlGroup1.Name = "layoutControlGroup1"; |
||
218 | 04c6def2 | gaqhf | this.layoutControlGroup1.Size = new System.Drawing.Size(879, 556); |
219 | fdb1367e | gaqhf | this.layoutControlGroup1.Text = "Auto Converter"; |
220 | // |
||
221 | // layoutControlItem2 |
||
222 | // |
||
223 | this.layoutControlItem2.Control = this.gridControlConverter; |
||
224 | this.layoutControlItem2.Location = new System.Drawing.Point(0, 40); |
||
225 | this.layoutControlItem2.Name = "layoutControlItem2"; |
||
226 | 04c6def2 | gaqhf | this.layoutControlItem2.Size = new System.Drawing.Size(855, 458); |
227 | fdb1367e | gaqhf | this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
228 | this.layoutControlItem2.TextVisible = false; |
||
229 | // |
||
230 | 8562d7dc | gaqhf | // layoutControlItem1 |
231 | // |
||
232 | this.layoutControlItem1.Control = this.btnLoadFile; |
||
233 | this.layoutControlItem1.Location = new System.Drawing.Point(0, 0); |
||
234 | this.layoutControlItem1.MaxSize = new System.Drawing.Size(114, 40); |
||
235 | this.layoutControlItem1.MinSize = new System.Drawing.Size(114, 40); |
||
236 | this.layoutControlItem1.Name = "layoutControlItem1"; |
||
237 | this.layoutControlItem1.Size = new System.Drawing.Size(114, 40); |
||
238 | this.layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
239 | this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
||
240 | this.layoutControlItem1.TextVisible = false; |
||
241 | // |
||
242 | fdb1367e | gaqhf | // emptySpaceItem1 |
243 | // |
||
244 | this.emptySpaceItem1.AllowHotTrack = false; |
||
245 | 04c6def2 | gaqhf | this.emptySpaceItem1.Location = new System.Drawing.Point(244, 0); |
246 | fdb1367e | gaqhf | this.emptySpaceItem1.Name = "emptySpaceItem1"; |
247 | 04c6def2 | gaqhf | this.emptySpaceItem1.Size = new System.Drawing.Size(528, 40); |
248 | fdb1367e | gaqhf | this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
249 | // |
||
250 | // layoutControlItem3 |
||
251 | // |
||
252 | this.layoutControlItem3.Control = this.btnRun; |
||
253 | 04c6def2 | gaqhf | this.layoutControlItem3.Location = new System.Drawing.Point(772, 0); |
254 | fdb1367e | gaqhf | this.layoutControlItem3.MaxSize = new System.Drawing.Size(83, 40); |
255 | this.layoutControlItem3.MinSize = new System.Drawing.Size(83, 40); |
||
256 | this.layoutControlItem3.Name = "layoutControlItem3"; |
||
257 | this.layoutControlItem3.Size = new System.Drawing.Size(83, 40); |
||
258 | this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
259 | this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); |
||
260 | this.layoutControlItem3.TextVisible = false; |
||
261 | // |
||
262 | d327a608 | gaqhf | // layoutControlItem4 |
263 | // |
||
264 | this.layoutControlItem4.Control = this.btnRefresh; |
||
265 | 04c6def2 | gaqhf | this.layoutControlItem4.Location = new System.Drawing.Point(141, 0); |
266 | d327a608 | gaqhf | this.layoutControlItem4.MaxSize = new System.Drawing.Size(103, 40); |
267 | this.layoutControlItem4.MinSize = new System.Drawing.Size(103, 40); |
||
268 | this.layoutControlItem4.Name = "layoutControlItem4"; |
||
269 | this.layoutControlItem4.Size = new System.Drawing.Size(103, 40); |
||
270 | this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
271 | this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); |
||
272 | this.layoutControlItem4.TextVisible = false; |
||
273 | // |
||
274 | // emptySpaceItem2 |
||
275 | // |
||
276 | this.emptySpaceItem2.AllowHotTrack = false; |
||
277 | this.emptySpaceItem2.Location = new System.Drawing.Point(114, 0); |
||
278 | this.emptySpaceItem2.Name = "emptySpaceItem2"; |
||
279 | 04c6def2 | gaqhf | this.emptySpaceItem2.Size = new System.Drawing.Size(27, 40); |
280 | d327a608 | gaqhf | this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
281 | // |
||
282 | 5781eaba | gaqhf | // layoutControlGroup3 |
283 | // |
||
284 | this.layoutControlGroup3.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup3.CaptionImageOptions.SvgImage"))); |
||
285 | this.layoutControlGroup3.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
||
286 | this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
287 | this.layoutControlItem6}); |
||
288 | 04c6def2 | gaqhf | this.layoutControlGroup3.Location = new System.Drawing.Point(889, 152); |
289 | 5781eaba | gaqhf | this.layoutControlGroup3.Name = "layoutControlGroup3"; |
290 | 04c6def2 | gaqhf | this.layoutControlGroup3.Size = new System.Drawing.Size(245, 98); |
291 | 5781eaba | gaqhf | this.layoutControlGroup3.Text = "Item Mapping"; |
292 | // |
||
293 | a77303ca | gaqhf | // layoutControlItem6 |
294 | // |
||
295 | this.layoutControlItem6.Control = this.btnItemMapping; |
||
296 | this.layoutControlItem6.Location = new System.Drawing.Point(0, 0); |
||
297 | this.layoutControlItem6.Name = "layoutControlItem6"; |
||
298 | 04c6def2 | gaqhf | this.layoutControlItem6.Size = new System.Drawing.Size(221, 40); |
299 | a77303ca | gaqhf | this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
300 | this.layoutControlItem6.TextVisible = false; |
||
301 | // |
||
302 | 5781eaba | gaqhf | // emptySpaceItem3 |
303 | // |
||
304 | this.emptySpaceItem3.AllowHotTrack = false; |
||
305 | 04c6def2 | gaqhf | this.emptySpaceItem3.Location = new System.Drawing.Point(889, 250); |
306 | 5781eaba | gaqhf | this.emptySpaceItem3.Name = "emptySpaceItem3"; |
307 | 04c6def2 | gaqhf | this.emptySpaceItem3.Size = new System.Drawing.Size(245, 306); |
308 | 5781eaba | gaqhf | this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); |
309 | // |
||
310 | a77303ca | gaqhf | // splitterItem1 |
311 | 5781eaba | gaqhf | // |
312 | a77303ca | gaqhf | this.splitterItem1.AllowHotTrack = true; |
313 | 04c6def2 | gaqhf | this.splitterItem1.Location = new System.Drawing.Point(879, 0); |
314 | a77303ca | gaqhf | this.splitterItem1.Name = "splitterItem1"; |
315 | 04c6def2 | gaqhf | this.splitterItem1.Size = new System.Drawing.Size(10, 556); |
316 | 5781eaba | gaqhf | // |
317 | // layoutControlGroupID2Project |
||
318 | // |
||
319 | this.layoutControlGroupID2Project.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupID2Project.CaptionImageOptions.SvgImage"))); |
||
320 | this.layoutControlGroupID2Project.CustomizationFormText = "ID2 Project"; |
||
321 | this.layoutControlGroupID2Project.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
||
322 | this.layoutControlGroupID2Project.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
323 | this.labelID2ProjectName, |
||
324 | this.labelID2ProjectStatus, |
||
325 | this.simpleLabelItem3, |
||
326 | this.simpleLabelItem4, |
||
327 | this.layoutControlItem7, |
||
328 | this.labelDBType, |
||
329 | this.simpleLabelItem7}); |
||
330 | 04c6def2 | gaqhf | this.layoutControlGroupID2Project.Location = new System.Drawing.Point(889, 0); |
331 | 5781eaba | gaqhf | this.layoutControlGroupID2Project.Name = "layoutControlGroupID2Project"; |
332 | 04c6def2 | gaqhf | this.layoutControlGroupID2Project.Size = new System.Drawing.Size(245, 152); |
333 | 5781eaba | gaqhf | this.layoutControlGroupID2Project.Text = "ID2 Project"; |
334 | // |
||
335 | // labelID2ProjectName |
||
336 | // |
||
337 | this.labelID2ProjectName.AllowHotTrack = false; |
||
338 | this.labelID2ProjectName.CustomizationFormText = "ID2ProjectName"; |
||
339 | this.labelID2ProjectName.Location = new System.Drawing.Point(90, 40); |
||
340 | this.labelID2ProjectName.Name = "labelID2ProjectName"; |
||
341 | 04c6def2 | gaqhf | this.labelID2ProjectName.Size = new System.Drawing.Size(131, 18); |
342 | 5781eaba | gaqhf | this.labelID2ProjectName.Text = "ID2ProjectName"; |
343 | this.labelID2ProjectName.TextSize = new System.Drawing.Size(93, 14); |
||
344 | // |
||
345 | // labelID2ProjectStatus |
||
346 | // |
||
347 | this.labelID2ProjectStatus.AllowHotTrack = false; |
||
348 | this.labelID2ProjectStatus.CustomizationFormText = "ID2ProjectStatus"; |
||
349 | this.labelID2ProjectStatus.Location = new System.Drawing.Point(51, 76); |
||
350 | this.labelID2ProjectStatus.Name = "labelID2ProjectStatus"; |
||
351 | 04c6def2 | gaqhf | this.labelID2ProjectStatus.Size = new System.Drawing.Size(170, 18); |
352 | 5781eaba | gaqhf | this.labelID2ProjectStatus.Text = "ID2ProjectStatus"; |
353 | this.labelID2ProjectStatus.TextSize = new System.Drawing.Size(93, 14); |
||
354 | // |
||
355 | // simpleLabelItem3 |
||
356 | // |
||
357 | this.simpleLabelItem3.AllowHotTrack = false; |
||
358 | this.simpleLabelItem3.CustomizationFormText = "Project Name : "; |
||
359 | this.simpleLabelItem3.Location = new System.Drawing.Point(0, 40); |
||
360 | this.simpleLabelItem3.MaxSize = new System.Drawing.Size(90, 18); |
||
361 | this.simpleLabelItem3.MinSize = new System.Drawing.Size(90, 18); |
||
362 | this.simpleLabelItem3.Name = "simpleLabelItem3"; |
||
363 | this.simpleLabelItem3.Size = new System.Drawing.Size(90, 18); |
||
364 | this.simpleLabelItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
365 | this.simpleLabelItem3.Text = "Project Name : "; |
||
366 | this.simpleLabelItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
367 | this.simpleLabelItem3.TextSize = new System.Drawing.Size(86, 14); |
||
368 | // |
||
369 | // simpleLabelItem4 |
||
370 | // |
||
371 | this.simpleLabelItem4.AllowHotTrack = false; |
||
372 | this.simpleLabelItem4.CustomizationFormText = "Status : "; |
||
373 | this.simpleLabelItem4.Location = new System.Drawing.Point(0, 76); |
||
374 | this.simpleLabelItem4.MaxSize = new System.Drawing.Size(51, 18); |
||
375 | this.simpleLabelItem4.MinSize = new System.Drawing.Size(51, 18); |
||
376 | this.simpleLabelItem4.Name = "simpleLabelItem4"; |
||
377 | this.simpleLabelItem4.Size = new System.Drawing.Size(51, 18); |
||
378 | this.simpleLabelItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
379 | this.simpleLabelItem4.Text = "Status : "; |
||
380 | this.simpleLabelItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
381 | this.simpleLabelItem4.TextSize = new System.Drawing.Size(47, 14); |
||
382 | // |
||
383 | // layoutControlItem7 |
||
384 | // |
||
385 | this.layoutControlItem7.Control = this.btnID2DB; |
||
386 | this.layoutControlItem7.CustomizationFormText = "layoutControlItem7"; |
||
387 | this.layoutControlItem7.Location = new System.Drawing.Point(0, 0); |
||
388 | this.layoutControlItem7.Name = "layoutControlItem7"; |
||
389 | 04c6def2 | gaqhf | this.layoutControlItem7.Size = new System.Drawing.Size(221, 40); |
390 | 5781eaba | gaqhf | this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); |
391 | this.layoutControlItem7.TextVisible = false; |
||
392 | // |
||
393 | // labelDBType |
||
394 | // |
||
395 | this.labelDBType.AllowHotTrack = false; |
||
396 | this.labelDBType.CustomizationFormText = "DB Type"; |
||
397 | this.labelDBType.Location = new System.Drawing.Point(63, 58); |
||
398 | this.labelDBType.MinSize = new System.Drawing.Size(97, 18); |
||
399 | this.labelDBType.Name = "labelDBType"; |
||
400 | 04c6def2 | gaqhf | this.labelDBType.Size = new System.Drawing.Size(158, 18); |
401 | 5781eaba | gaqhf | this.labelDBType.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
402 | this.labelDBType.Text = "DB Type"; |
||
403 | this.labelDBType.TextSize = new System.Drawing.Size(93, 14); |
||
404 | // |
||
405 | // simpleLabelItem7 |
||
406 | // |
||
407 | this.simpleLabelItem7.AllowHotTrack = false; |
||
408 | this.simpleLabelItem7.CustomizationFormText = "DB Type : "; |
||
409 | this.simpleLabelItem7.Location = new System.Drawing.Point(0, 58); |
||
410 | this.simpleLabelItem7.MaxSize = new System.Drawing.Size(63, 18); |
||
411 | this.simpleLabelItem7.MinSize = new System.Drawing.Size(63, 18); |
||
412 | this.simpleLabelItem7.Name = "simpleLabelItem7"; |
||
413 | this.simpleLabelItem7.Size = new System.Drawing.Size(63, 18); |
||
414 | this.simpleLabelItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
415 | this.simpleLabelItem7.Text = "DB Type : "; |
||
416 | this.simpleLabelItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
417 | this.simpleLabelItem7.TextSize = new System.Drawing.Size(59, 14); |
||
418 | // |
||
419 | 74a0c9d6 | gaqhf | // APIDConverter |
420 | // |
||
421 | e3ced1c9 | gaqhf | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
422 | 74a0c9d6 | gaqhf | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
423 | 04c6def2 | gaqhf | this.ClientSize = new System.Drawing.Size(1154, 608); |
424 | fdb1367e | gaqhf | this.Controls.Add(this.layoutControl1); |
425 | e3ced1c9 | gaqhf | this.Controls.Add(this.ribbonControl); |
426 | 74a0c9d6 | gaqhf | this.Name = "APIDConverter"; |
427 | e3ced1c9 | gaqhf | this.Ribbon = this.ribbonControl; |
428 | 74a0c9d6 | gaqhf | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
429 | e3ced1c9 | gaqhf | this.Text = "APID Converter"; |
430 | 8562d7dc | gaqhf | this.Load += new System.EventHandler(this.APIDConverter_Load); |
431 | e3ced1c9 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); |
432 | fdb1367e | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
433 | this.layoutControl1.ResumeLayout(false); |
||
434 | ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).EndInit(); |
||
435 | ((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).EndInit(); |
||
436 | 8562d7dc | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
437 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit(); |
||
438 | fdb1367e | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
439 | 8562d7dc | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
440 | fdb1367e | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
441 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
||
442 | d327a608 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
443 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); |
||
444 | 5781eaba | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); |
445 | a77303ca | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
446 | 5781eaba | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); |
447 | a77303ca | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit(); |
448 | 5781eaba | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).EndInit(); |
449 | ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).EndInit(); |
||
450 | ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).EndInit(); |
||
451 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit(); |
||
452 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit(); |
||
453 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); |
||
454 | ((System.ComponentModel.ISupportInitialize)(this.labelDBType)).EndInit(); |
||
455 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).EndInit(); |
||
456 | 74a0c9d6 | gaqhf | this.ResumeLayout(false); |
457 | e3ced1c9 | gaqhf | this.PerformLayout(); |
458 | 74a0c9d6 | gaqhf | |
459 | } |
||
460 | |||
461 | #endregion |
||
462 | e3ced1c9 | gaqhf | private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; |
463 | fdb1367e | gaqhf | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
464 | private DevExpress.XtraEditors.SimpleButton btnLoadFile; |
||
465 | private DevExpress.XtraLayout.LayoutControlGroup Root; |
||
466 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; |
||
467 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
||
468 | private DevExpress.XtraGrid.GridControl gridControlConverter; |
||
469 | private DevExpress.XtraGrid.Views.Grid.GridView gridViewConverter; |
||
470 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
||
471 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
||
472 | private DevExpress.XtraEditors.SimpleButton btnRun; |
||
473 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
||
474 | d327a608 | gaqhf | private DevExpress.XtraEditors.SimpleButton btnRefresh; |
475 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
||
476 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; |
||
477 | 5781eaba | gaqhf | private DevExpress.XtraLayout.SplitterItem splitterItem1; |
478 | private DevExpress.XtraEditors.SimpleButton btnItemMapping; |
||
479 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; |
||
480 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
||
481 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; |
||
482 | private DevExpress.XtraEditors.SimpleButton btnID2DB; |
||
483 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupID2Project; |
||
484 | private DevExpress.XtraLayout.SimpleLabelItem labelID2ProjectName; |
||
485 | private DevExpress.XtraLayout.SimpleLabelItem labelID2ProjectStatus; |
||
486 | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem3; |
||
487 | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem4; |
||
488 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
||
489 | private DevExpress.XtraLayout.SimpleLabelItem labelDBType; |
||
490 | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem7; |
||
491 | 74a0c9d6 | gaqhf | } |
492 | } |