개정판 a77303ca
dev issue #1227 : mapping ui
Change-Id: I9d7d32a36f6fbc20d70beba2825e4bce2d26c8ed
DTI_PID/APIDConverter/Form/APIDConverter.Designer.cs | ||
---|---|---|
28 | 28 |
/// </summary> |
29 | 29 |
private void InitializeComponent() |
30 | 30 |
{ |
31 |
this.components = new System.ComponentModel.Container(); |
|
32 | 31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(APIDConverter)); |
33 | 32 |
this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
34 |
this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
|
35 | 33 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
34 |
this.btnItemMapping = new DevExpress.XtraEditors.SimpleButton(); |
|
36 | 35 |
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); |
37 | 36 |
this.btnRun = new DevExpress.XtraEditors.SimpleButton(); |
38 | 37 |
this.gridControlConverter = new DevExpress.XtraGrid.GridControl(); |
39 | 38 |
this.gridViewConverter = new DevExpress.XtraGrid.Views.Grid.GridView(); |
40 | 39 |
this.btnLoadFile = new DevExpress.XtraEditors.SimpleButton(); |
40 |
this.btnID2DB = new DevExpress.XtraEditors.SimpleButton(); |
|
41 | 41 |
this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
42 | 42 |
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
43 | 43 |
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
... | ... | |
46 | 46 |
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
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 | 49 |
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); |
50 |
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
53 | 51 |
this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); |
54 |
this.btnID2DB = new DevExpress.XtraEditors.SimpleButton();
|
|
52 |
this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
|
|
55 | 53 |
this.layoutControlGroupID2Project = new DevExpress.XtraLayout.LayoutControlGroup(); |
56 | 54 |
this.labelID2ProjectName = new DevExpress.XtraLayout.SimpleLabelItem(); |
57 | 55 |
this.labelID2ProjectStatus = new DevExpress.XtraLayout.SimpleLabelItem(); |
... | ... | |
73 | 71 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
74 | 72 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
75 | 73 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); |
76 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit(); |
|
77 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); |
|
78 | 74 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); |
75 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); |
|
79 | 76 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); |
77 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit(); |
|
80 | 78 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).BeginInit(); |
81 | 79 |
((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).BeginInit(); |
82 | 80 |
((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).BeginInit(); |
... | ... | |
102 | 100 |
this.ribbonControl.Size = new System.Drawing.Size(995, 32); |
103 | 101 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
104 | 102 |
// |
105 |
// defaultLookAndFeel1 |
|
106 |
// |
|
107 |
this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2016 Colorful"; |
|
108 |
// |
|
109 | 103 |
// layoutControl1 |
110 | 104 |
// |
111 | 105 |
this.layoutControl1.Controls.Add(this.btnItemMapping); |
... | ... | |
122 | 116 |
this.layoutControl1.TabIndex = 1; |
123 | 117 |
this.layoutControl1.Text = "layoutControl1"; |
124 | 118 |
// |
119 |
// btnItemMapping |
|
120 |
// |
|
121 |
this.btnItemMapping.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnItemMapping.ImageOptions.SvgImage"))); |
|
122 |
this.btnItemMapping.Location = new System.Drawing.Point(719, 210); |
|
123 |
this.btnItemMapping.Name = "btnItemMapping"; |
|
124 |
this.btnItemMapping.Size = new System.Drawing.Size(252, 36); |
|
125 |
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 |
// |
|
125 | 130 |
// btnRefresh |
126 | 131 |
// |
127 | 132 |
this.btnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRefresh.ImageOptions.SvgImage"))); |
... | ... | |
172 | 177 |
this.btnLoadFile.Text = " Load Files "; |
173 | 178 |
this.btnLoadFile.Click += new System.EventHandler(this.btnLoadFile_Click); |
174 | 179 |
// |
180 |
// btnID2DB |
|
181 |
// |
|
182 |
this.btnID2DB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnID2DB.ImageOptions.SvgImage"))); |
|
183 |
this.btnID2DB.Location = new System.Drawing.Point(719, 58); |
|
184 |
this.btnID2DB.Name = "btnID2DB"; |
|
185 |
this.btnID2DB.Size = new System.Drawing.Size(252, 36); |
|
186 |
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 |
// |
|
175 | 191 |
// Root |
176 | 192 |
// |
177 | 193 |
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
... | ... | |
263 | 279 |
this.emptySpaceItem2.Size = new System.Drawing.Size(20, 40); |
264 | 280 |
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
265 | 281 |
// |
266 |
// splitterItem1 |
|
267 |
// |
|
268 |
this.splitterItem1.AllowHotTrack = true; |
|
269 |
this.splitterItem1.Location = new System.Drawing.Point(683, 0); |
|
270 |
this.splitterItem1.Name = "splitterItem1"; |
|
271 |
this.splitterItem1.Size = new System.Drawing.Size(12, 487); |
|
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(719, 210); |
|
277 |
this.btnItemMapping.Name = "btnItemMapping"; |
|
278 |
this.btnItemMapping.Size = new System.Drawing.Size(252, 36); |
|
279 |
this.btnItemMapping.StyleController = this.layoutControl1; |
|
280 |
this.btnItemMapping.TabIndex = 9; |
|
281 |
this.btnItemMapping.Text = "Setting"; |
|
282 |
this.btnItemMapping.Click += new System.EventHandler(this.btnItemMapping_Click); |
|
283 |
// |
|
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 |
this.layoutControlItem6.Size = new System.Drawing.Size(256, 40); |
|
290 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
|
291 |
this.layoutControlItem6.TextVisible = false; |
|
292 |
// |
|
293 | 282 |
// layoutControlGroup3 |
294 | 283 |
// |
295 | 284 |
this.layoutControlGroup3.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup3.CaptionImageOptions.SvgImage"))); |
... | ... | |
301 | 290 |
this.layoutControlGroup3.Size = new System.Drawing.Size(280, 98); |
302 | 291 |
this.layoutControlGroup3.Text = "Item Mapping"; |
303 | 292 |
// |
293 |
// layoutControlItem6 |
|
294 |
// |
|
295 |
this.layoutControlItem6.Control = this.btnItemMapping; |
|
296 |
this.layoutControlItem6.Location = new System.Drawing.Point(0, 0); |
|
297 |
this.layoutControlItem6.Name = "layoutControlItem6"; |
|
298 |
this.layoutControlItem6.Size = new System.Drawing.Size(256, 40); |
|
299 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
|
300 |
this.layoutControlItem6.TextVisible = false; |
|
301 |
// |
|
304 | 302 |
// emptySpaceItem3 |
305 | 303 |
// |
306 | 304 |
this.emptySpaceItem3.AllowHotTrack = false; |
... | ... | |
309 | 307 |
this.emptySpaceItem3.Size = new System.Drawing.Size(280, 237); |
310 | 308 |
this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); |
311 | 309 |
// |
312 |
// btnID2DB
|
|
310 |
// splitterItem1
|
|
313 | 311 |
// |
314 |
this.btnID2DB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton1.ImageOptions.SvgImage"))); |
|
315 |
this.btnID2DB.Location = new System.Drawing.Point(719, 58); |
|
316 |
this.btnID2DB.Name = "btnID2DB"; |
|
317 |
this.btnID2DB.Size = new System.Drawing.Size(252, 36); |
|
318 |
this.btnID2DB.StyleController = this.layoutControl1; |
|
319 |
this.btnID2DB.TabIndex = 15; |
|
320 |
this.btnID2DB.Text = "Setting"; |
|
321 |
this.btnID2DB.Click += new System.EventHandler(this.btnID2DB_Click); |
|
312 |
this.splitterItem1.AllowHotTrack = true; |
|
313 |
this.splitterItem1.Location = new System.Drawing.Point(683, 0); |
|
314 |
this.splitterItem1.Name = "splitterItem1"; |
|
315 |
this.splitterItem1.Size = new System.Drawing.Size(12, 487); |
|
322 | 316 |
// |
323 | 317 |
// layoutControlGroupID2Project |
324 | 318 |
// |
... | ... | |
393 | 387 |
this.layoutControlItem7.Location = new System.Drawing.Point(0, 0); |
394 | 388 |
this.layoutControlItem7.Name = "layoutControlItem7"; |
395 | 389 |
this.layoutControlItem7.Size = new System.Drawing.Size(256, 40); |
396 |
this.layoutControlItem7.Text = "layoutControlItem7"; |
|
397 | 390 |
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); |
398 | 391 |
this.layoutControlItem7.TextVisible = false; |
399 | 392 |
// |
... | ... | |
448 | 441 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
449 | 442 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
450 | 443 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); |
451 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit(); |
|
452 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
|
453 | 444 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); |
445 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
|
454 | 446 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); |
447 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit(); |
|
455 | 448 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).EndInit(); |
456 | 449 |
((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).EndInit(); |
457 | 450 |
((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).EndInit(); |
... | ... | |
467 | 460 |
|
468 | 461 |
#endregion |
469 | 462 |
private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; |
470 |
private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel1; |
|
471 | 463 |
private DevExpress.XtraLayout.LayoutControl layoutControl1; |
472 | 464 |
private DevExpress.XtraEditors.SimpleButton btnLoadFile; |
473 | 465 |
private DevExpress.XtraLayout.LayoutControlGroup Root; |
내보내기 Unified diff