개정판 5781eaba
dev issue #1226 : dev converter form
Change-Id: Ibe78d0d7c3c9f459374810c9d54e3bd6ba26e336
DTI_PID/APIDConverter/Form/APIDConverter.Designer.cs | ||
---|---|---|
33 | 33 |
this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
34 | 34 |
this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
35 | 35 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
36 |
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); |
|
36 | 37 |
this.btnRun = new DevExpress.XtraEditors.SimpleButton(); |
37 | 38 |
this.gridControlConverter = new DevExpress.XtraGrid.GridControl(); |
38 | 39 |
this.gridViewConverter = new DevExpress.XtraGrid.Views.Grid.GridView(); |
... | ... | |
43 | 44 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
44 | 45 |
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
45 | 46 |
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
46 |
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); |
|
47 | 47 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
48 | 48 |
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); |
49 |
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(); |
|
49 | 63 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
50 | 64 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
51 | 65 |
this.layoutControl1.SuspendLayout(); |
... | ... | |
59 | 73 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
60 | 74 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
61 | 75 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); |
76 |
((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(); |
|
62 | 88 |
this.SuspendLayout(); |
63 | 89 |
// |
64 | 90 |
// ribbonControl |
... | ... | |
73 | 99 |
this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
74 | 100 |
this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
75 | 101 |
this.ribbonControl.ShowToolbarCustomizeItem = false; |
76 |
this.ribbonControl.Size = new System.Drawing.Size(856, 32);
|
|
102 |
this.ribbonControl.Size = new System.Drawing.Size(962, 32);
|
|
77 | 103 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
78 | 104 |
// |
79 | 105 |
// defaultLookAndFeel1 |
... | ... | |
82 | 108 |
// |
83 | 109 |
// layoutControl1 |
84 | 110 |
// |
111 |
this.layoutControl1.Controls.Add(this.btnItemMapping); |
|
85 | 112 |
this.layoutControl1.Controls.Add(this.btnRefresh); |
86 | 113 |
this.layoutControl1.Controls.Add(this.btnRun); |
87 | 114 |
this.layoutControl1.Controls.Add(this.gridControlConverter); |
88 | 115 |
this.layoutControl1.Controls.Add(this.btnLoadFile); |
116 |
this.layoutControl1.Controls.Add(this.btnID2DB); |
|
89 | 117 |
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
90 | 118 |
this.layoutControl1.Location = new System.Drawing.Point(0, 32); |
91 | 119 |
this.layoutControl1.Name = "layoutControl1"; |
92 | 120 |
this.layoutControl1.Root = this.Root; |
93 |
this.layoutControl1.Size = new System.Drawing.Size(856, 437);
|
|
121 |
this.layoutControl1.Size = new System.Drawing.Size(962, 504);
|
|
94 | 122 |
this.layoutControl1.TabIndex = 1; |
95 | 123 |
this.layoutControl1.Text = "layoutControl1"; |
96 | 124 |
// |
125 |
// btnRefresh |
|
126 |
// |
|
127 |
this.btnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRefresh.ImageOptions.SvgImage"))); |
|
128 |
this.btnRefresh.Location = new System.Drawing.Point(157, 58); |
|
129 |
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 |
// |
|
97 | 136 |
// btnRun |
98 | 137 |
// |
99 | 138 |
this.btnRun.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRun.ImageOptions.SvgImage"))); |
100 |
this.btnRun.Location = new System.Drawing.Point(753, 58);
|
|
139 |
this.btnRun.Location = new System.Drawing.Point(577, 58);
|
|
101 | 140 |
this.btnRun.Name = "btnRun"; |
102 | 141 |
this.btnRun.Size = new System.Drawing.Size(79, 36); |
103 | 142 |
this.btnRun.StyleController = this.layoutControl1; |
... | ... | |
111 | 150 |
this.gridControlConverter.MainView = this.gridViewConverter; |
112 | 151 |
this.gridControlConverter.MenuManager = this.ribbonControl; |
113 | 152 |
this.gridControlConverter.Name = "gridControlConverter"; |
114 |
this.gridControlConverter.Size = new System.Drawing.Size(808, 315);
|
|
153 |
this.gridControlConverter.Size = new System.Drawing.Size(632, 382);
|
|
115 | 154 |
this.gridControlConverter.TabIndex = 5; |
116 | 155 |
this.gridControlConverter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
117 | 156 |
this.gridViewConverter}); |
... | ... | |
138 | 177 |
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
139 | 178 |
this.Root.GroupBordersVisible = false; |
140 | 179 |
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
141 |
this.layoutControlGroup1}); |
|
180 |
this.layoutControlGroup1, |
|
181 |
this.layoutControlGroup3, |
|
182 |
this.emptySpaceItem3, |
|
183 |
this.splitterItem1, |
|
184 |
this.layoutControlGroupID2Project}); |
|
142 | 185 |
this.Root.Name = "Root"; |
143 |
this.Root.Size = new System.Drawing.Size(856, 437);
|
|
186 |
this.Root.Size = new System.Drawing.Size(962, 504);
|
|
144 | 187 |
this.Root.TextVisible = false; |
145 | 188 |
// |
146 | 189 |
// layoutControlGroup1 |
... | ... | |
156 | 199 |
this.emptySpaceItem2}); |
157 | 200 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); |
158 | 201 |
this.layoutControlGroup1.Name = "layoutControlGroup1"; |
159 |
this.layoutControlGroup1.Size = new System.Drawing.Size(836, 417);
|
|
202 |
this.layoutControlGroup1.Size = new System.Drawing.Size(660, 484);
|
|
160 | 203 |
this.layoutControlGroup1.Text = "Auto Converter"; |
161 | 204 |
// |
162 | 205 |
// layoutControlItem2 |
... | ... | |
164 | 207 |
this.layoutControlItem2.Control = this.gridControlConverter; |
165 | 208 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 40); |
166 | 209 |
this.layoutControlItem2.Name = "layoutControlItem2"; |
167 |
this.layoutControlItem2.Size = new System.Drawing.Size(812, 319);
|
|
210 |
this.layoutControlItem2.Size = new System.Drawing.Size(636, 386);
|
|
168 | 211 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
169 | 212 |
this.layoutControlItem2.TextVisible = false; |
170 | 213 |
// |
... | ... | |
183 | 226 |
// emptySpaceItem1 |
184 | 227 |
// |
185 | 228 |
this.emptySpaceItem1.AllowHotTrack = false; |
186 |
this.emptySpaceItem1.Location = new System.Drawing.Point(235, 0);
|
|
229 |
this.emptySpaceItem1.Location = new System.Drawing.Point(236, 0);
|
|
187 | 230 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
188 |
this.emptySpaceItem1.Size = new System.Drawing.Size(494, 40);
|
|
231 |
this.emptySpaceItem1.Size = new System.Drawing.Size(317, 40);
|
|
189 | 232 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
190 | 233 |
// |
191 | 234 |
// layoutControlItem3 |
192 | 235 |
// |
193 | 236 |
this.layoutControlItem3.Control = this.btnRun; |
194 |
this.layoutControlItem3.Location = new System.Drawing.Point(729, 0);
|
|
237 |
this.layoutControlItem3.Location = new System.Drawing.Point(553, 0);
|
|
195 | 238 |
this.layoutControlItem3.MaxSize = new System.Drawing.Size(83, 40); |
196 | 239 |
this.layoutControlItem3.MinSize = new System.Drawing.Size(83, 40); |
197 | 240 |
this.layoutControlItem3.Name = "layoutControlItem3"; |
... | ... | |
200 | 243 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); |
201 | 244 |
this.layoutControlItem3.TextVisible = false; |
202 | 245 |
// |
203 |
// btnRefresh |
|
204 |
// |
|
205 |
this.btnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRefresh.ImageOptions.SvgImage"))); |
|
206 |
this.btnRefresh.Location = new System.Drawing.Point(156, 58); |
|
207 |
this.btnRefresh.Name = "btnRefresh"; |
|
208 |
this.btnRefresh.Size = new System.Drawing.Size(99, 36); |
|
209 |
this.btnRefresh.StyleController = this.layoutControl1; |
|
210 |
this.btnRefresh.TabIndex = 7; |
|
211 |
this.btnRefresh.Text = " Refresh "; |
|
212 |
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); |
|
213 |
// |
|
214 | 246 |
// layoutControlItem4 |
215 | 247 |
// |
216 | 248 |
this.layoutControlItem4.Control = this.btnRefresh; |
217 |
this.layoutControlItem4.Location = new System.Drawing.Point(132, 0);
|
|
249 |
this.layoutControlItem4.Location = new System.Drawing.Point(133, 0);
|
|
218 | 250 |
this.layoutControlItem4.MaxSize = new System.Drawing.Size(103, 40); |
219 | 251 |
this.layoutControlItem4.MinSize = new System.Drawing.Size(103, 40); |
220 | 252 |
this.layoutControlItem4.Name = "layoutControlItem4"; |
... | ... | |
228 | 260 |
this.emptySpaceItem2.AllowHotTrack = false; |
229 | 261 |
this.emptySpaceItem2.Location = new System.Drawing.Point(114, 0); |
230 | 262 |
this.emptySpaceItem2.Name = "emptySpaceItem2"; |
231 |
this.emptySpaceItem2.Size = new System.Drawing.Size(18, 40);
|
|
263 |
this.emptySpaceItem2.Size = new System.Drawing.Size(19, 40);
|
|
232 | 264 |
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
233 | 265 |
// |
266 |
// splitterItem1 |
|
267 |
// |
|
268 |
this.splitterItem1.AllowHotTrack = true; |
|
269 |
this.splitterItem1.Location = new System.Drawing.Point(660, 0); |
|
270 |
this.splitterItem1.Name = "splitterItem1"; |
|
271 |
this.splitterItem1.Size = new System.Drawing.Size(12, 484); |
|
272 |
// |
|
273 |
// btnItemMapping |
|
274 |
// |
|
275 |
this.btnItemMapping.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton2.ImageOptions.SvgImage"))); |
|
276 |
this.btnItemMapping.Location = new System.Drawing.Point(696, 210); |
|
277 |
this.btnItemMapping.Name = "btnItemMapping"; |
|
278 |
this.btnItemMapping.Size = new System.Drawing.Size(242, 36); |
|
279 |
this.btnItemMapping.StyleController = this.layoutControl1; |
|
280 |
this.btnItemMapping.TabIndex = 9; |
|
281 |
this.btnItemMapping.Text = "Setting"; |
|
282 |
// |
|
283 |
// layoutControlItem6 |
|
284 |
// |
|
285 |
this.layoutControlItem6.Control = this.btnItemMapping; |
|
286 |
this.layoutControlItem6.Location = new System.Drawing.Point(0, 0); |
|
287 |
this.layoutControlItem6.Name = "layoutControlItem6"; |
|
288 |
this.layoutControlItem6.Size = new System.Drawing.Size(246, 40); |
|
289 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
|
290 |
this.layoutControlItem6.TextVisible = false; |
|
291 |
// |
|
292 |
// layoutControlGroup3 |
|
293 |
// |
|
294 |
this.layoutControlGroup3.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup3.CaptionImageOptions.SvgImage"))); |
|
295 |
this.layoutControlGroup3.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
|
296 |
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
|
297 |
this.layoutControlItem6}); |
|
298 |
this.layoutControlGroup3.Location = new System.Drawing.Point(672, 152); |
|
299 |
this.layoutControlGroup3.Name = "layoutControlGroup3"; |
|
300 |
this.layoutControlGroup3.Size = new System.Drawing.Size(270, 98); |
|
301 |
this.layoutControlGroup3.Text = "Item Mapping"; |
|
302 |
// |
|
303 |
// emptySpaceItem3 |
|
304 |
// |
|
305 |
this.emptySpaceItem3.AllowHotTrack = false; |
|
306 |
this.emptySpaceItem3.Location = new System.Drawing.Point(672, 250); |
|
307 |
this.emptySpaceItem3.Name = "emptySpaceItem3"; |
|
308 |
this.emptySpaceItem3.Size = new System.Drawing.Size(270, 234); |
|
309 |
this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); |
|
310 |
// |
|
311 |
// btnID2DB |
|
312 |
// |
|
313 |
this.btnID2DB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton1.ImageOptions.SvgImage"))); |
|
314 |
this.btnID2DB.Location = new System.Drawing.Point(696, 58); |
|
315 |
this.btnID2DB.Name = "btnID2DB"; |
|
316 |
this.btnID2DB.Size = new System.Drawing.Size(242, 36); |
|
317 |
this.btnID2DB.StyleController = this.layoutControl1; |
|
318 |
this.btnID2DB.TabIndex = 15; |
|
319 |
this.btnID2DB.Text = "Setting"; |
|
320 |
// |
|
321 |
// layoutControlGroupID2Project |
|
322 |
// |
|
323 |
this.layoutControlGroupID2Project.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupID2Project.CaptionImageOptions.SvgImage"))); |
|
324 |
this.layoutControlGroupID2Project.CustomizationFormText = "ID2 Project"; |
|
325 |
this.layoutControlGroupID2Project.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
|
326 |
this.layoutControlGroupID2Project.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
|
327 |
this.labelID2ProjectName, |
|
328 |
this.labelID2ProjectStatus, |
|
329 |
this.simpleLabelItem3, |
|
330 |
this.simpleLabelItem4, |
|
331 |
this.layoutControlItem7, |
|
332 |
this.labelDBType, |
|
333 |
this.simpleLabelItem7}); |
|
334 |
this.layoutControlGroupID2Project.Location = new System.Drawing.Point(672, 0); |
|
335 |
this.layoutControlGroupID2Project.Name = "layoutControlGroupID2Project"; |
|
336 |
this.layoutControlGroupID2Project.Size = new System.Drawing.Size(270, 152); |
|
337 |
this.layoutControlGroupID2Project.Text = "ID2 Project"; |
|
338 |
// |
|
339 |
// labelID2ProjectName |
|
340 |
// |
|
341 |
this.labelID2ProjectName.AllowHotTrack = false; |
|
342 |
this.labelID2ProjectName.CustomizationFormText = "ID2ProjectName"; |
|
343 |
this.labelID2ProjectName.Location = new System.Drawing.Point(90, 40); |
|
344 |
this.labelID2ProjectName.Name = "labelID2ProjectName"; |
|
345 |
this.labelID2ProjectName.Size = new System.Drawing.Size(156, 18); |
|
346 |
this.labelID2ProjectName.Text = "ID2ProjectName"; |
|
347 |
this.labelID2ProjectName.TextSize = new System.Drawing.Size(93, 14); |
|
348 |
// |
|
349 |
// labelID2ProjectStatus |
|
350 |
// |
|
351 |
this.labelID2ProjectStatus.AllowHotTrack = false; |
|
352 |
this.labelID2ProjectStatus.CustomizationFormText = "ID2ProjectStatus"; |
|
353 |
this.labelID2ProjectStatus.Location = new System.Drawing.Point(51, 76); |
|
354 |
this.labelID2ProjectStatus.Name = "labelID2ProjectStatus"; |
|
355 |
this.labelID2ProjectStatus.Size = new System.Drawing.Size(195, 18); |
|
356 |
this.labelID2ProjectStatus.Text = "ID2ProjectStatus"; |
|
357 |
this.labelID2ProjectStatus.TextSize = new System.Drawing.Size(93, 14); |
|
358 |
// |
|
359 |
// simpleLabelItem3 |
|
360 |
// |
|
361 |
this.simpleLabelItem3.AllowHotTrack = false; |
|
362 |
this.simpleLabelItem3.CustomizationFormText = "Project Name : "; |
|
363 |
this.simpleLabelItem3.Location = new System.Drawing.Point(0, 40); |
|
364 |
this.simpleLabelItem3.MaxSize = new System.Drawing.Size(90, 18); |
|
365 |
this.simpleLabelItem3.MinSize = new System.Drawing.Size(90, 18); |
|
366 |
this.simpleLabelItem3.Name = "simpleLabelItem3"; |
|
367 |
this.simpleLabelItem3.Size = new System.Drawing.Size(90, 18); |
|
368 |
this.simpleLabelItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
|
369 |
this.simpleLabelItem3.Text = "Project Name : "; |
|
370 |
this.simpleLabelItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
|
371 |
this.simpleLabelItem3.TextSize = new System.Drawing.Size(86, 14); |
|
372 |
// |
|
373 |
// simpleLabelItem4 |
|
374 |
// |
|
375 |
this.simpleLabelItem4.AllowHotTrack = false; |
|
376 |
this.simpleLabelItem4.CustomizationFormText = "Status : "; |
|
377 |
this.simpleLabelItem4.Location = new System.Drawing.Point(0, 76); |
|
378 |
this.simpleLabelItem4.MaxSize = new System.Drawing.Size(51, 18); |
|
379 |
this.simpleLabelItem4.MinSize = new System.Drawing.Size(51, 18); |
|
380 |
this.simpleLabelItem4.Name = "simpleLabelItem4"; |
|
381 |
this.simpleLabelItem4.Size = new System.Drawing.Size(51, 18); |
|
382 |
this.simpleLabelItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
|
383 |
this.simpleLabelItem4.Text = "Status : "; |
|
384 |
this.simpleLabelItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
|
385 |
this.simpleLabelItem4.TextSize = new System.Drawing.Size(47, 14); |
|
386 |
// |
|
387 |
// layoutControlItem7 |
|
388 |
// |
|
389 |
this.layoutControlItem7.Control = this.btnID2DB; |
|
390 |
this.layoutControlItem7.CustomizationFormText = "layoutControlItem7"; |
|
391 |
this.layoutControlItem7.Location = new System.Drawing.Point(0, 0); |
|
392 |
this.layoutControlItem7.Name = "layoutControlItem7"; |
|
393 |
this.layoutControlItem7.Size = new System.Drawing.Size(246, 40); |
|
394 |
this.layoutControlItem7.Text = "layoutControlItem7"; |
|
395 |
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); |
|
396 |
this.layoutControlItem7.TextVisible = false; |
|
397 |
// |
|
398 |
// labelDBType |
|
399 |
// |
|
400 |
this.labelDBType.AllowHotTrack = false; |
|
401 |
this.labelDBType.CustomizationFormText = "DB Type"; |
|
402 |
this.labelDBType.Location = new System.Drawing.Point(63, 58); |
|
403 |
this.labelDBType.MinSize = new System.Drawing.Size(97, 18); |
|
404 |
this.labelDBType.Name = "labelDBType"; |
|
405 |
this.labelDBType.Size = new System.Drawing.Size(183, 18); |
|
406 |
this.labelDBType.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
|
407 |
this.labelDBType.Text = "DB Type"; |
|
408 |
this.labelDBType.TextSize = new System.Drawing.Size(93, 14); |
|
409 |
// |
|
410 |
// simpleLabelItem7 |
|
411 |
// |
|
412 |
this.simpleLabelItem7.AllowHotTrack = false; |
|
413 |
this.simpleLabelItem7.CustomizationFormText = "DB Type : "; |
|
414 |
this.simpleLabelItem7.Location = new System.Drawing.Point(0, 58); |
|
415 |
this.simpleLabelItem7.MaxSize = new System.Drawing.Size(63, 18); |
|
416 |
this.simpleLabelItem7.MinSize = new System.Drawing.Size(63, 18); |
|
417 |
this.simpleLabelItem7.Name = "simpleLabelItem7"; |
|
418 |
this.simpleLabelItem7.Size = new System.Drawing.Size(63, 18); |
|
419 |
this.simpleLabelItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
|
420 |
this.simpleLabelItem7.Text = "DB Type : "; |
|
421 |
this.simpleLabelItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
|
422 |
this.simpleLabelItem7.TextSize = new System.Drawing.Size(59, 14); |
|
423 |
// |
|
234 | 424 |
// APIDConverter |
235 | 425 |
// |
236 | 426 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
237 | 427 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
238 |
this.ClientSize = new System.Drawing.Size(856, 469);
|
|
428 |
this.ClientSize = new System.Drawing.Size(962, 536);
|
|
239 | 429 |
this.Controls.Add(this.layoutControl1); |
240 | 430 |
this.Controls.Add(this.ribbonControl); |
241 | 431 |
this.Name = "APIDConverter"; |
... | ... | |
256 | 446 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
257 | 447 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
258 | 448 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); |
449 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit(); |
|
450 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
|
451 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); |
|
452 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); |
|
453 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).EndInit(); |
|
454 |
((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).EndInit(); |
|
455 |
((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).EndInit(); |
|
456 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit(); |
|
457 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit(); |
|
458 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); |
|
459 |
((System.ComponentModel.ISupportInitialize)(this.labelDBType)).EndInit(); |
|
460 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).EndInit(); |
|
259 | 461 |
this.ResumeLayout(false); |
260 | 462 |
this.PerformLayout(); |
261 | 463 |
|
... | ... | |
278 | 480 |
private DevExpress.XtraEditors.SimpleButton btnRefresh; |
279 | 481 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
280 | 482 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; |
483 |
private DevExpress.XtraLayout.SplitterItem splitterItem1; |
|
484 |
private DevExpress.XtraEditors.SimpleButton btnItemMapping; |
|
485 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; |
|
486 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
|
487 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; |
|
488 |
private DevExpress.XtraEditors.SimpleButton btnID2DB; |
|
489 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupID2Project; |
|
490 |
private DevExpress.XtraLayout.SimpleLabelItem labelID2ProjectName; |
|
491 |
private DevExpress.XtraLayout.SimpleLabelItem labelID2ProjectStatus; |
|
492 |
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem3; |
|
493 |
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem4; |
|
494 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
|
495 |
private DevExpress.XtraLayout.SimpleLabelItem labelDBType; |
|
496 |
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem7; |
|
281 | 497 |
} |
282 | 498 |
} |
내보내기 Unified diff