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