프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / DTI_PID / SPPIDConverter / ConverterForm.Designer.cs @ 442bd51e

이력 | 보기 | 이력해설 | 다운로드 (47.6 KB)

1
namespace Converter.SPPID
2
{
3
    partial class ConverterForm
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
            this.components = new System.ComponentModel.Container();
32
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterForm));
33
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
34
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
35
            this.btnRefresh = new DevExpress.XtraEditors.SimpleButton();
36
            this.comboBoxEditDefaultTemplate = new DevExpress.XtraEditors.ComboBoxEdit();
37
            this.buttonEditDefaultUnit = new DevExpress.XtraEditors.ButtonEdit();
38
            this.btnRun = new DevExpress.XtraEditors.SimpleButton();
39
            this.btnLoadFile = new DevExpress.XtraEditors.SimpleButton();
40
            this.btnItemMapping = new DevExpress.XtraEditors.SimpleButton();
41
            this.btnSPPIDDB = new DevExpress.XtraEditors.SimpleButton();
42
            this.gridControlConverter = new DevExpress.XtraGrid.GridControl();
43
            this.gridViewConverter = new DevExpress.XtraGrid.Views.Grid.GridView();
44
            this.btnID2Project = new DevExpress.XtraEditors.ButtonEdit();
45
            this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
46
            this.layoutControlGroupSPPIDDB = new DevExpress.XtraLayout.LayoutControlGroup();
47
            this.labelSPPIDPlantName = new DevExpress.XtraLayout.SimpleLabelItem();
48
            this.labelSPPIDDBStatus = new DevExpress.XtraLayout.SimpleLabelItem();
49
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
50
            this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
51
            this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
52
            this.layoutControlGroupItemMapping = new DevExpress.XtraLayout.LayoutControlGroup();
53
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
54
            this.labelItemMappingStatus = new DevExpress.XtraLayout.SimpleLabelItem();
55
            this.simpleLabelItem5 = new DevExpress.XtraLayout.SimpleLabelItem();
56
            this.layoutControlGroupAutoConverter = new DevExpress.XtraLayout.LayoutControlGroup();
57
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
58
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
59
            this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
60
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
61
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
62
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
63
            this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
64
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
65
            this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
66
            this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
67
            this.layoutControlGroupID2Project = new DevExpress.XtraLayout.LayoutControlGroup();
68
            this.labelID2ProjectName = new DevExpress.XtraLayout.SimpleLabelItem();
69
            this.labelID2ProjectStatus = new DevExpress.XtraLayout.SimpleLabelItem();
70
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
71
            this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem();
72
            this.simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem();
73
            this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
74
            this.xtraFolderBrowserDialog = new DevExpress.XtraEditors.XtraFolderBrowserDialog(this.components);
75
            this.xtraOpenFileDialog = new DevExpress.XtraEditors.XtraOpenFileDialog(this.components);
76
            this.checkEditCloseDocument = new DevExpress.XtraEditors.CheckEdit();
77
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
78
            this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
79
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
80
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
81
            this.layoutControl1.SuspendLayout();
82
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditDefaultTemplate.Properties)).BeginInit();
83
            ((System.ComponentModel.ISupportInitialize)(this.buttonEditDefaultUnit.Properties)).BeginInit();
84
            ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).BeginInit();
85
            ((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).BeginInit();
86
            ((System.ComponentModel.ISupportInitialize)(this.btnID2Project.Properties)).BeginInit();
87
            ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
88
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupSPPIDDB)).BeginInit();
89
            ((System.ComponentModel.ISupportInitialize)(this.labelSPPIDPlantName)).BeginInit();
90
            ((System.ComponentModel.ISupportInitialize)(this.labelSPPIDDBStatus)).BeginInit();
91
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
92
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit();
93
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
94
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupItemMapping)).BeginInit();
95
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
96
            ((System.ComponentModel.ISupportInitialize)(this.labelItemMappingStatus)).BeginInit();
97
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem5)).BeginInit();
98
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupAutoConverter)).BeginInit();
99
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
100
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
101
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
102
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
103
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
104
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
105
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
106
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
107
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
108
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
109
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).BeginInit();
110
            ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).BeginInit();
111
            ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).BeginInit();
112
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
113
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit();
114
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit();
115
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit();
116
            ((System.ComponentModel.ISupportInitialize)(this.checkEditCloseDocument.Properties)).BeginInit();
117
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
118
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
119
            this.SuspendLayout();
120
            // 
121
            // ribbonControl
122
            // 
123
            this.ribbonControl.ExpandCollapseItem.Id = 0;
124
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
125
            this.ribbonControl.ExpandCollapseItem});
126
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
127
            this.ribbonControl.MaxItemId = 1;
128
            this.ribbonControl.Name = "ribbonControl";
129
            this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
130
            this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
131
            this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
132
            this.ribbonControl.ShowToolbarCustomizeItem = false;
133
            this.ribbonControl.Size = new System.Drawing.Size(1234, 27);
134
            this.ribbonControl.Toolbar.ShowCustomizeItem = false;
135
            // 
136
            // layoutControl1
137
            // 
138
            this.layoutControl1.Controls.Add(this.checkEditCloseDocument);
139
            this.layoutControl1.Controls.Add(this.btnRefresh);
140
            this.layoutControl1.Controls.Add(this.comboBoxEditDefaultTemplate);
141
            this.layoutControl1.Controls.Add(this.buttonEditDefaultUnit);
142
            this.layoutControl1.Controls.Add(this.btnRun);
143
            this.layoutControl1.Controls.Add(this.btnLoadFile);
144
            this.layoutControl1.Controls.Add(this.btnItemMapping);
145
            this.layoutControl1.Controls.Add(this.btnSPPIDDB);
146
            this.layoutControl1.Controls.Add(this.gridControlConverter);
147
            this.layoutControl1.Controls.Add(this.btnID2Project);
148
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
149
            this.layoutControl1.Location = new System.Drawing.Point(0, 27);
150
            this.layoutControl1.Name = "layoutControl1";
151
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(982, 292, 650, 400);
152
            this.layoutControl1.Root = this.Root;
153
            this.layoutControl1.Size = new System.Drawing.Size(1234, 570);
154
            this.layoutControl1.TabIndex = 1;
155
            this.layoutControl1.Text = "layoutControl1";
156
            // 
157
            // btnRefresh
158
            // 
159
            this.btnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRefresh.ImageOptions.SvgImage")));
160
            this.btnRefresh.Location = new System.Drawing.Point(155, 64);
161
            this.btnRefresh.Name = "btnRefresh";
162
            this.btnRefresh.Size = new System.Drawing.Size(101, 38);
163
            this.btnRefresh.StyleController = this.layoutControl1;
164
            this.btnRefresh.TabIndex = 13;
165
            this.btnRefresh.Text = "  Refresh  ";
166
            this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
167
            // 
168
            // comboBoxEditDefaultTemplate
169
            // 
170
            this.comboBoxEditDefaultTemplate.Location = new System.Drawing.Point(642, 82);
171
            this.comboBoxEditDefaultTemplate.MenuManager = this.ribbonControl;
172
            this.comboBoxEditDefaultTemplate.Name = "comboBoxEditDefaultTemplate";
173
            this.comboBoxEditDefaultTemplate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
174
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
175
            this.comboBoxEditDefaultTemplate.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
176
            this.comboBoxEditDefaultTemplate.Size = new System.Drawing.Size(88, 20);
177
            this.comboBoxEditDefaultTemplate.StyleController = this.layoutControl1;
178
            this.comboBoxEditDefaultTemplate.TabIndex = 12;
179
            this.comboBoxEditDefaultTemplate.SelectedIndexChanged += new System.EventHandler(this.comboBoxEditDefaultTemplate_SelectedIndexChanged);
180
            // 
181
            // buttonEditDefaultUnit
182
            // 
183
            this.buttonEditDefaultUnit.Location = new System.Drawing.Point(393, 82);
184
            this.buttonEditDefaultUnit.MenuManager = this.ribbonControl;
185
            this.buttonEditDefaultUnit.Name = "buttonEditDefaultUnit";
186
            this.buttonEditDefaultUnit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
187
            new DevExpress.XtraEditors.Controls.EditorButton()});
188
            this.buttonEditDefaultUnit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
189
            this.buttonEditDefaultUnit.Size = new System.Drawing.Size(145, 20);
190
            this.buttonEditDefaultUnit.StyleController = this.layoutControl1;
191
            this.buttonEditDefaultUnit.TabIndex = 11;
192
            this.buttonEditDefaultUnit.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.buttonEditDefaulUnit_ButtonClick);
193
            this.buttonEditDefaultUnit.TextChanged += new System.EventHandler(this.buttonEditDefaultUnit_TextChanged);
194
            // 
195
            // btnRun
196
            // 
197
            this.btnRun.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRun.ImageOptions.SvgImage")));
198
            this.btnRun.Location = new System.Drawing.Point(859, 64);
199
            this.btnRun.Name = "btnRun";
200
            this.btnRun.Size = new System.Drawing.Size(79, 36);
201
            this.btnRun.StyleController = this.layoutControl1;
202
            this.btnRun.TabIndex = 9;
203
            this.btnRun.Text = "  Run  ";
204
            this.btnRun.Click += new System.EventHandler(this.btnRun_Click);
205
            // 
206
            // btnLoadFile
207
            // 
208
            this.btnLoadFile.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLoadFile.ImageOptions.SvgImage")));
209
            this.btnLoadFile.Location = new System.Drawing.Point(24, 64);
210
            this.btnLoadFile.Name = "btnLoadFile";
211
            this.btnLoadFile.Size = new System.Drawing.Size(110, 36);
212
            this.btnLoadFile.StyleController = this.layoutControl1;
213
            this.btnLoadFile.TabIndex = 8;
214
            this.btnLoadFile.Text = "  Load Files  ";
215
            this.btnLoadFile.Click += new System.EventHandler(this.btnLoadFile_Click);
216
            // 
217
            // btnItemMapping
218
            // 
219
            this.btnItemMapping.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnItemMapping.ImageOptions.SvgImage")));
220
            this.btnItemMapping.Location = new System.Drawing.Point(971, 330);
221
            this.btnItemMapping.Name = "btnItemMapping";
222
            this.btnItemMapping.Size = new System.Drawing.Size(239, 38);
223
            this.btnItemMapping.StyleController = this.layoutControl1;
224
            this.btnItemMapping.TabIndex = 7;
225
            this.btnItemMapping.Text = "Item Mapping Setting";
226
            this.btnItemMapping.Click += new System.EventHandler(this.btnItemMapping_Click);
227
            // 
228
            // btnSPPIDDB
229
            // 
230
            this.btnSPPIDDB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDDB.ImageOptions.SvgImage")));
231
            this.btnSPPIDDB.Location = new System.Drawing.Point(971, 188);
232
            this.btnSPPIDDB.Name = "btnSPPIDDB";
233
            this.btnSPPIDDB.Size = new System.Drawing.Size(239, 38);
234
            this.btnSPPIDDB.StyleController = this.layoutControl1;
235
            this.btnSPPIDDB.TabIndex = 5;
236
            this.btnSPPIDDB.Text = "Setting";
237
            this.btnSPPIDDB.Click += new System.EventHandler(this.btnSPPIDDB_Click);
238
            // 
239
            // gridControlConverter
240
            // 
241
            this.gridControlConverter.Location = new System.Drawing.Point(24, 106);
242
            this.gridControlConverter.MainView = this.gridViewConverter;
243
            this.gridControlConverter.MenuManager = this.ribbonControl;
244
            this.gridControlConverter.Name = "gridControlConverter";
245
            this.gridControlConverter.Size = new System.Drawing.Size(914, 440);
246
            this.gridControlConverter.TabIndex = 4;
247
            this.gridControlConverter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
248
            this.gridViewConverter});
249
            // 
250
            // gridViewConverter
251
            // 
252
            this.gridViewConverter.GridControl = this.gridControlConverter;
253
            this.gridViewConverter.Name = "gridViewConverter";
254
            this.gridViewConverter.OptionsView.ShowGroupPanel = false;
255
            this.gridViewConverter.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridViewConverter_RowCellClick);
256
            this.gridViewConverter.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridViewConverter_SelectionChanged);
257
            // 
258
            // btnID2Project
259
            // 
260
            this.btnID2Project.Location = new System.Drawing.Point(1009, 64);
261
            this.btnID2Project.MenuManager = this.ribbonControl;
262
            this.btnID2Project.Name = "btnID2Project";
263
            this.btnID2Project.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
264
            new DevExpress.XtraEditors.Controls.EditorButton()});
265
            this.btnID2Project.Properties.ReadOnly = true;
266
            this.btnID2Project.Size = new System.Drawing.Size(201, 20);
267
            this.btnID2Project.StyleController = this.layoutControl1;
268
            this.btnID2Project.TabIndex = 10;
269
            this.btnID2Project.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnID2Project_ButtonClick);
270
            // 
271
            // Root
272
            // 
273
            this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
274
            this.Root.GroupBordersVisible = false;
275
            this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
276
            this.layoutControlGroupSPPIDDB,
277
            this.layoutControlGroupItemMapping,
278
            this.layoutControlGroupAutoConverter,
279
            this.emptySpaceItem1,
280
            this.layoutControlGroupID2Project,
281
            this.splitterItem1});
282
            this.Root.Name = "Root";
283
            this.Root.Size = new System.Drawing.Size(1234, 570);
284
            this.Root.TextVisible = false;
285
            // 
286
            // layoutControlGroupSPPIDDB
287
            // 
288
            this.layoutControlGroupSPPIDDB.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupSPPIDDB.CaptionImageOptions.SvgImage")));
289
            this.layoutControlGroupSPPIDDB.GroupStyle = DevExpress.Utils.GroupStyle.Card;
290
            this.layoutControlGroupSPPIDDB.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
291
            this.labelSPPIDPlantName,
292
            this.labelSPPIDDBStatus,
293
            this.layoutControlItem2,
294
            this.simpleLabelItem2,
295
            this.simpleLabelItem1});
296
            this.layoutControlGroupSPPIDDB.Location = new System.Drawing.Point(947, 124);
297
            this.layoutControlGroupSPPIDDB.Name = "layoutControlGroupSPPIDDB";
298
            this.layoutControlGroupSPPIDDB.Size = new System.Drawing.Size(267, 142);
299
            this.layoutControlGroupSPPIDDB.Text = "SPPID DB";
300
            // 
301
            // labelSPPIDPlantName
302
            // 
303
            this.labelSPPIDPlantName.AllowHotTrack = false;
304
            this.labelSPPIDPlantName.AppearanceItemCaption.Options.UseForeColor = true;
305
            this.labelSPPIDPlantName.Location = new System.Drawing.Point(78, 42);
306
            this.labelSPPIDPlantName.Name = "labelSPPIDPlantName";
307
            this.labelSPPIDPlantName.Size = new System.Drawing.Size(165, 18);
308
            this.labelSPPIDPlantName.Text = "SPPIDPlantName";
309
            this.labelSPPIDPlantName.TextSize = new System.Drawing.Size(93, 14);
310
            // 
311
            // labelSPPIDDBStatus
312
            // 
313
            this.labelSPPIDDBStatus.AllowHotTrack = false;
314
            this.labelSPPIDDBStatus.AppearanceItemCaption.Options.UseForeColor = true;
315
            this.labelSPPIDDBStatus.Location = new System.Drawing.Point(51, 60);
316
            this.labelSPPIDDBStatus.Name = "labelSPPIDDBStatus";
317
            this.labelSPPIDDBStatus.Size = new System.Drawing.Size(192, 18);
318
            this.labelSPPIDDBStatus.Text = "SPPIDDBStatus";
319
            this.labelSPPIDDBStatus.TextSize = new System.Drawing.Size(93, 14);
320
            // 
321
            // layoutControlItem2
322
            // 
323
            this.layoutControlItem2.Control = this.btnSPPIDDB;
324
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
325
            this.layoutControlItem2.Name = "layoutControlItem2";
326
            this.layoutControlItem2.Size = new System.Drawing.Size(243, 42);
327
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
328
            this.layoutControlItem2.TextVisible = false;
329
            // 
330
            // simpleLabelItem2
331
            // 
332
            this.simpleLabelItem2.AllowHotTrack = false;
333
            this.simpleLabelItem2.AppearanceItemCaption.Options.UseForeColor = true;
334
            this.simpleLabelItem2.Location = new System.Drawing.Point(0, 60);
335
            this.simpleLabelItem2.MaxSize = new System.Drawing.Size(51, 18);
336
            this.simpleLabelItem2.MinSize = new System.Drawing.Size(51, 18);
337
            this.simpleLabelItem2.Name = "simpleLabelItem2";
338
            this.simpleLabelItem2.Size = new System.Drawing.Size(51, 18);
339
            this.simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
340
            this.simpleLabelItem2.Text = "Status : ";
341
            this.simpleLabelItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
342
            this.simpleLabelItem2.TextSize = new System.Drawing.Size(47, 14);
343
            // 
344
            // simpleLabelItem1
345
            // 
346
            this.simpleLabelItem1.AllowHotTrack = false;
347
            this.simpleLabelItem1.AppearanceItemCaption.Options.UseForeColor = true;
348
            this.simpleLabelItem1.Location = new System.Drawing.Point(0, 42);
349
            this.simpleLabelItem1.MaxSize = new System.Drawing.Size(78, 18);
350
            this.simpleLabelItem1.MinSize = new System.Drawing.Size(78, 18);
351
            this.simpleLabelItem1.Name = "simpleLabelItem1";
352
            this.simpleLabelItem1.Size = new System.Drawing.Size(78, 18);
353
            this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
354
            this.simpleLabelItem1.Text = "Plant Name : ";
355
            this.simpleLabelItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
356
            this.simpleLabelItem1.TextSize = new System.Drawing.Size(74, 14);
357
            // 
358
            // layoutControlGroupItemMapping
359
            // 
360
            this.layoutControlGroupItemMapping.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupItemMapping.CaptionImageOptions.SvgImage")));
361
            this.layoutControlGroupItemMapping.GroupStyle = DevExpress.Utils.GroupStyle.Card;
362
            this.layoutControlGroupItemMapping.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
363
            this.layoutControlItem4,
364
            this.labelItemMappingStatus,
365
            this.simpleLabelItem5});
366
            this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(947, 266);
367
            this.layoutControlGroupItemMapping.Name = "layoutControlGroupItemMapping";
368
            this.layoutControlGroupItemMapping.Size = new System.Drawing.Size(267, 124);
369
            this.layoutControlGroupItemMapping.Text = "Item Mapping";
370
            // 
371
            // layoutControlItem4
372
            // 
373
            this.layoutControlItem4.Control = this.btnItemMapping;
374
            this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
375
            this.layoutControlItem4.Name = "layoutControlItem4";
376
            this.layoutControlItem4.Size = new System.Drawing.Size(243, 42);
377
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
378
            this.layoutControlItem4.TextVisible = false;
379
            // 
380
            // labelItemMappingStatus
381
            // 
382
            this.labelItemMappingStatus.AllowHotTrack = false;
383
            this.labelItemMappingStatus.AppearanceItemCaption.Options.UseForeColor = true;
384
            this.labelItemMappingStatus.Location = new System.Drawing.Point(51, 42);
385
            this.labelItemMappingStatus.Name = "labelItemMappingStatus";
386
            this.labelItemMappingStatus.Size = new System.Drawing.Size(192, 18);
387
            this.labelItemMappingStatus.Text = "MappingStatus";
388
            this.labelItemMappingStatus.TextSize = new System.Drawing.Size(93, 14);
389
            // 
390
            // simpleLabelItem5
391
            // 
392
            this.simpleLabelItem5.AllowHotTrack = false;
393
            this.simpleLabelItem5.AppearanceItemCaption.Options.UseForeColor = true;
394
            this.simpleLabelItem5.Location = new System.Drawing.Point(0, 42);
395
            this.simpleLabelItem5.MaxSize = new System.Drawing.Size(51, 18);
396
            this.simpleLabelItem5.MinSize = new System.Drawing.Size(51, 18);
397
            this.simpleLabelItem5.Name = "simpleLabelItem5";
398
            this.simpleLabelItem5.Size = new System.Drawing.Size(51, 18);
399
            this.simpleLabelItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
400
            this.simpleLabelItem5.Text = "Status : ";
401
            this.simpleLabelItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
402
            this.simpleLabelItem5.TextSize = new System.Drawing.Size(47, 14);
403
            // 
404
            // layoutControlGroupAutoConverter
405
            // 
406
            this.layoutControlGroupAutoConverter.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupAutoConverter.CaptionImageOptions.SvgImage")));
407
            this.layoutControlGroupAutoConverter.GroupStyle = DevExpress.Utils.GroupStyle.Card;
408
            this.layoutControlGroupAutoConverter.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
409
            this.layoutControlItem1,
410
            this.layoutControlItem5,
411
            this.emptySpaceItem2,
412
            this.layoutControlItem6,
413
            this.layoutControlItem3,
414
            this.layoutControlItem8,
415
            this.emptySpaceItem3,
416
            this.layoutControlItem9,
417
            this.emptySpaceItem4,
418
            this.layoutControlItem10,
419
            this.emptySpaceItem5});
420
            this.layoutControlGroupAutoConverter.Location = new System.Drawing.Point(0, 0);
421
            this.layoutControlGroupAutoConverter.Name = "layoutControlGroupAutoConverter";
422
            this.layoutControlGroupAutoConverter.Size = new System.Drawing.Size(942, 550);
423
            this.layoutControlGroupAutoConverter.Text = "Auto Converter";
424
            // 
425
            // layoutControlItem1
426
            // 
427
            this.layoutControlItem1.Control = this.gridControlConverter;
428
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 42);
429
            this.layoutControlItem1.Name = "layoutControlItem1";
430
            this.layoutControlItem1.Size = new System.Drawing.Size(918, 444);
431
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
432
            this.layoutControlItem1.TextVisible = false;
433
            // 
434
            // layoutControlItem5
435
            // 
436
            this.layoutControlItem5.Control = this.btnLoadFile;
437
            this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
438
            this.layoutControlItem5.MaxSize = new System.Drawing.Size(114, 40);
439
            this.layoutControlItem5.MinSize = new System.Drawing.Size(114, 40);
440
            this.layoutControlItem5.Name = "layoutControlItem5";
441
            this.layoutControlItem5.Size = new System.Drawing.Size(114, 42);
442
            this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
443
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
444
            this.layoutControlItem5.TextVisible = false;
445
            // 
446
            // emptySpaceItem2
447
            // 
448
            this.emptySpaceItem2.AllowHotTrack = false;
449
            this.emptySpaceItem2.Location = new System.Drawing.Point(236, 0);
450
            this.emptySpaceItem2.Name = "emptySpaceItem2";
451
            this.emptySpaceItem2.Size = new System.Drawing.Size(599, 18);
452
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
453
            // 
454
            // layoutControlItem6
455
            // 
456
            this.layoutControlItem6.Control = this.btnRun;
457
            this.layoutControlItem6.Location = new System.Drawing.Point(835, 0);
458
            this.layoutControlItem6.MaxSize = new System.Drawing.Size(83, 40);
459
            this.layoutControlItem6.MinSize = new System.Drawing.Size(83, 40);
460
            this.layoutControlItem6.Name = "layoutControlItem6";
461
            this.layoutControlItem6.Size = new System.Drawing.Size(83, 42);
462
            this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
463
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
464
            this.layoutControlItem6.TextVisible = false;
465
            // 
466
            // layoutControlItem3
467
            // 
468
            this.layoutControlItem3.Control = this.buttonEditDefaultUnit;
469
            this.layoutControlItem3.Location = new System.Drawing.Point(299, 18);
470
            this.layoutControlItem3.Name = "layoutControlItem3";
471
            this.layoutControlItem3.Size = new System.Drawing.Size(219, 24);
472
            this.layoutControlItem3.Text = "Default Unit";
473
            this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
474
            this.layoutControlItem3.TextSize = new System.Drawing.Size(65, 14);
475
            this.layoutControlItem3.TextToControlDistance = 5;
476
            // 
477
            // layoutControlItem8
478
            // 
479
            this.layoutControlItem8.Control = this.comboBoxEditDefaultTemplate;
480
            this.layoutControlItem8.Location = new System.Drawing.Point(518, 18);
481
            this.layoutControlItem8.Name = "layoutControlItem8";
482
            this.layoutControlItem8.Size = new System.Drawing.Size(192, 24);
483
            this.layoutControlItem8.Text = "Default Template";
484
            this.layoutControlItem8.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
485
            this.layoutControlItem8.TextSize = new System.Drawing.Size(95, 14);
486
            this.layoutControlItem8.TextToControlDistance = 5;
487
            // 
488
            // emptySpaceItem3
489
            // 
490
            this.emptySpaceItem3.AllowHotTrack = false;
491
            this.emptySpaceItem3.Location = new System.Drawing.Point(236, 18);
492
            this.emptySpaceItem3.Name = "emptySpaceItem3";
493
            this.emptySpaceItem3.Size = new System.Drawing.Size(63, 24);
494
            this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
495
            // 
496
            // layoutControlItem9
497
            // 
498
            this.layoutControlItem9.Control = this.btnRefresh;
499
            this.layoutControlItem9.Location = new System.Drawing.Point(131, 0);
500
            this.layoutControlItem9.MaxSize = new System.Drawing.Size(105, 42);
501
            this.layoutControlItem9.MinSize = new System.Drawing.Size(105, 42);
502
            this.layoutControlItem9.Name = "layoutControlItem9";
503
            this.layoutControlItem9.Size = new System.Drawing.Size(105, 42);
504
            this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
505
            this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
506
            this.layoutControlItem9.TextVisible = false;
507
            // 
508
            // emptySpaceItem4
509
            // 
510
            this.emptySpaceItem4.AllowHotTrack = false;
511
            this.emptySpaceItem4.Location = new System.Drawing.Point(114, 0);
512
            this.emptySpaceItem4.Name = "emptySpaceItem4";
513
            this.emptySpaceItem4.Size = new System.Drawing.Size(17, 42);
514
            this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
515
            // 
516
            // emptySpaceItem1
517
            // 
518
            this.emptySpaceItem1.AllowHotTrack = false;
519
            this.emptySpaceItem1.Location = new System.Drawing.Point(947, 390);
520
            this.emptySpaceItem1.Name = "emptySpaceItem1";
521
            this.emptySpaceItem1.Size = new System.Drawing.Size(267, 160);
522
            this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
523
            // 
524
            // layoutControlGroupID2Project
525
            // 
526
            this.layoutControlGroupID2Project.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupID2Project.CaptionImageOptions.SvgImage")));
527
            this.layoutControlGroupID2Project.GroupStyle = DevExpress.Utils.GroupStyle.Card;
528
            this.layoutControlGroupID2Project.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
529
            this.labelID2ProjectName,
530
            this.labelID2ProjectStatus,
531
            this.layoutControlItem7,
532
            this.simpleLabelItem3,
533
            this.simpleLabelItem4});
534
            this.layoutControlGroupID2Project.Location = new System.Drawing.Point(947, 0);
535
            this.layoutControlGroupID2Project.Name = "layoutControlGroupID2Project";
536
            this.layoutControlGroupID2Project.Size = new System.Drawing.Size(267, 124);
537
            this.layoutControlGroupID2Project.Text = "ID2 Project";
538
            // 
539
            // labelID2ProjectName
540
            // 
541
            this.labelID2ProjectName.AllowHotTrack = false;
542
            this.labelID2ProjectName.AppearanceItemCaption.Options.UseForeColor = true;
543
            this.labelID2ProjectName.Location = new System.Drawing.Point(90, 24);
544
            this.labelID2ProjectName.Name = "labelID2ProjectName";
545
            this.labelID2ProjectName.Size = new System.Drawing.Size(153, 18);
546
            this.labelID2ProjectName.Text = "ID2ProjectName";
547
            this.labelID2ProjectName.TextSize = new System.Drawing.Size(93, 14);
548
            // 
549
            // labelID2ProjectStatus
550
            // 
551
            this.labelID2ProjectStatus.AllowHotTrack = false;
552
            this.labelID2ProjectStatus.AppearanceItemCaption.Options.UseForeColor = true;
553
            this.labelID2ProjectStatus.Location = new System.Drawing.Point(51, 42);
554
            this.labelID2ProjectStatus.Name = "labelID2ProjectStatus";
555
            this.labelID2ProjectStatus.Size = new System.Drawing.Size(192, 18);
556
            this.labelID2ProjectStatus.Text = "ID2ProjectStatus";
557
            this.labelID2ProjectStatus.TextSize = new System.Drawing.Size(93, 14);
558
            // 
559
            // layoutControlItem7
560
            // 
561
            this.layoutControlItem7.Control = this.btnID2Project;
562
            this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
563
            this.layoutControlItem7.Name = "layoutControlItem7";
564
            this.layoutControlItem7.Size = new System.Drawing.Size(243, 24);
565
            this.layoutControlItem7.Text = "Path :";
566
            this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
567
            this.layoutControlItem7.TextSize = new System.Drawing.Size(33, 14);
568
            this.layoutControlItem7.TextToControlDistance = 5;
569
            // 
570
            // simpleLabelItem3
571
            // 
572
            this.simpleLabelItem3.AllowHotTrack = false;
573
            this.simpleLabelItem3.AppearanceItemCaption.Options.UseForeColor = true;
574
            this.simpleLabelItem3.Location = new System.Drawing.Point(0, 24);
575
            this.simpleLabelItem3.MaxSize = new System.Drawing.Size(90, 18);
576
            this.simpleLabelItem3.MinSize = new System.Drawing.Size(90, 18);
577
            this.simpleLabelItem3.Name = "simpleLabelItem3";
578
            this.simpleLabelItem3.Size = new System.Drawing.Size(90, 18);
579
            this.simpleLabelItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
580
            this.simpleLabelItem3.Text = "Project Name : ";
581
            this.simpleLabelItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
582
            this.simpleLabelItem3.TextSize = new System.Drawing.Size(86, 14);
583
            // 
584
            // simpleLabelItem4
585
            // 
586
            this.simpleLabelItem4.AllowHotTrack = false;
587
            this.simpleLabelItem4.AppearanceItemCaption.Options.UseForeColor = true;
588
            this.simpleLabelItem4.Location = new System.Drawing.Point(0, 42);
589
            this.simpleLabelItem4.MaxSize = new System.Drawing.Size(51, 18);
590
            this.simpleLabelItem4.MinSize = new System.Drawing.Size(51, 18);
591
            this.simpleLabelItem4.Name = "simpleLabelItem4";
592
            this.simpleLabelItem4.Size = new System.Drawing.Size(51, 18);
593
            this.simpleLabelItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
594
            this.simpleLabelItem4.Text = "Status : ";
595
            this.simpleLabelItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
596
            this.simpleLabelItem4.TextSize = new System.Drawing.Size(47, 14);
597
            // 
598
            // splitterItem1
599
            // 
600
            this.splitterItem1.AllowHotTrack = true;
601
            this.splitterItem1.Location = new System.Drawing.Point(942, 0);
602
            this.splitterItem1.Name = "splitterItem1";
603
            this.splitterItem1.Size = new System.Drawing.Size(5, 550);
604
            // 
605
            // xtraFolderBrowserDialog
606
            // 
607
            this.xtraFolderBrowserDialog.DialogStyle = DevExpress.Utils.CommonDialogs.FolderBrowserDialogStyle.Wide;
608
            this.xtraFolderBrowserDialog.SelectedPath = "xtraFolderBrowserDialog1";
609
            // 
610
            // xtraOpenFileDialog
611
            // 
612
            this.xtraOpenFileDialog.FileName = "xtraOpenFileDialog1";
613
            this.xtraOpenFileDialog.Filter = "Xml Files(*.xml)|*.xml";
614
            this.xtraOpenFileDialog.Multiselect = true;
615
            // 
616
            // checkEditCloseDocument
617
            // 
618
            this.checkEditCloseDocument.Location = new System.Drawing.Point(744, 82);
619
            this.checkEditCloseDocument.MenuManager = this.ribbonControl;
620
            this.checkEditCloseDocument.Name = "checkEditCloseDocument";
621
            this.checkEditCloseDocument.Properties.Caption = "Close Document";
622
            this.checkEditCloseDocument.Size = new System.Drawing.Size(111, 19);
623
            this.checkEditCloseDocument.StyleController = this.layoutControl1;
624
            this.checkEditCloseDocument.TabIndex = 14;
625
            // 
626
            // layoutControlItem10
627
            // 
628
            this.layoutControlItem10.Control = this.checkEditCloseDocument;
629
            this.layoutControlItem10.Location = new System.Drawing.Point(720, 18);
630
            this.layoutControlItem10.MaxSize = new System.Drawing.Size(115, 24);
631
            this.layoutControlItem10.MinSize = new System.Drawing.Size(115, 24);
632
            this.layoutControlItem10.Name = "layoutControlItem10";
633
            this.layoutControlItem10.Size = new System.Drawing.Size(115, 24);
634
            this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
635
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
636
            this.layoutControlItem10.TextVisible = false;
637
            // 
638
            // emptySpaceItem5
639
            // 
640
            this.emptySpaceItem5.AllowHotTrack = false;
641
            this.emptySpaceItem5.Location = new System.Drawing.Point(710, 18);
642
            this.emptySpaceItem5.Name = "emptySpaceItem5";
643
            this.emptySpaceItem5.Size = new System.Drawing.Size(10, 24);
644
            this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
645
            // 
646
            // ConverterForm
647
            // 
648
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
649
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
650
            this.ClientSize = new System.Drawing.Size(1234, 597);
651
            this.Controls.Add(this.layoutControl1);
652
            this.Controls.Add(this.ribbonControl);
653
            this.Name = "ConverterForm";
654
            this.Ribbon = this.ribbonControl;
655
            this.ShowIcon = false;
656
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
657
            this.Text = "SPPID Converter";
658
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
659
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
660
            this.layoutControl1.ResumeLayout(false);
661
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditDefaultTemplate.Properties)).EndInit();
662
            ((System.ComponentModel.ISupportInitialize)(this.buttonEditDefaultUnit.Properties)).EndInit();
663
            ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).EndInit();
664
            ((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).EndInit();
665
            ((System.ComponentModel.ISupportInitialize)(this.btnID2Project.Properties)).EndInit();
666
            ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
667
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupSPPIDDB)).EndInit();
668
            ((System.ComponentModel.ISupportInitialize)(this.labelSPPIDPlantName)).EndInit();
669
            ((System.ComponentModel.ISupportInitialize)(this.labelSPPIDDBStatus)).EndInit();
670
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
671
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit();
672
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
673
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupItemMapping)).EndInit();
674
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
675
            ((System.ComponentModel.ISupportInitialize)(this.labelItemMappingStatus)).EndInit();
676
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem5)).EndInit();
677
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupAutoConverter)).EndInit();
678
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
679
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
680
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
681
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
682
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
683
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
684
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
685
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
686
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
687
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
688
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).EndInit();
689
            ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).EndInit();
690
            ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).EndInit();
691
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
692
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit();
693
            ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit();
694
            ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit();
695
            ((System.ComponentModel.ISupportInitialize)(this.checkEditCloseDocument.Properties)).EndInit();
696
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
697
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
698
            this.ResumeLayout(false);
699
            this.PerformLayout();
700

    
701
        }
702

    
703
        #endregion
704
        private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl;
705
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
706
        private DevExpress.XtraEditors.SimpleButton btnSPPIDDB;
707
        private DevExpress.XtraGrid.GridControl gridControlConverter;
708
        private DevExpress.XtraGrid.Views.Grid.GridView gridViewConverter;
709
        private DevExpress.XtraLayout.LayoutControlGroup Root;
710
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupAutoConverter;
711
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
712
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupSPPIDDB;
713
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
714
        private DevExpress.XtraEditors.SimpleButton btnItemMapping;
715
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
716
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupID2Project;
717
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupItemMapping;
718
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
719
        private DevExpress.XtraEditors.SimpleButton btnRun;
720
        private DevExpress.XtraEditors.SimpleButton btnLoadFile;
721
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
722
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;
723
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
724
        private DevExpress.XtraLayout.SimpleLabelItem labelSPPIDPlantName;
725
        private DevExpress.XtraLayout.SimpleLabelItem labelSPPIDDBStatus;
726
        private DevExpress.XtraLayout.SimpleLabelItem labelID2ProjectName;
727
        private DevExpress.XtraLayout.SimpleLabelItem labelID2ProjectStatus;
728
        private DevExpress.XtraLayout.SimpleLabelItem labelItemMappingStatus;
729
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
730
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
731
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem3;
732
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem4;
733
        private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem5;
734
        private DevExpress.XtraLayout.SplitterItem splitterItem1;
735
        private DevExpress.XtraEditors.ButtonEdit btnID2Project;
736
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
737
        private DevExpress.XtraEditors.XtraFolderBrowserDialog xtraFolderBrowserDialog;
738
        private DevExpress.XtraEditors.XtraOpenFileDialog xtraOpenFileDialog;
739
        private DevExpress.XtraEditors.ComboBoxEdit comboBoxEditDefaultTemplate;
740
        private DevExpress.XtraEditors.ButtonEdit buttonEditDefaultUnit;
741
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
742
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
743
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
744
        private DevExpress.XtraEditors.SimpleButton btnRefresh;
745
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
746
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem4;
747
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
748
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem5;
749
        public DevExpress.XtraEditors.CheckEdit checkEditCloseDocument;
750
    }
751
}
클립보드 이미지 추가 (최대 크기: 500 MB)