hytos / DTI_PID / SPPIDConverter / ConverterForm.Designer.cs @ b9e9f4c8
이력 | 보기 | 이력해설 | 다운로드 (37.9 KB)
1 | b8e2644e | gaqhf | namespace Converter.SPPID |
---|---|---|---|
2 | 96a2080c | gaqhf | { |
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 | 0d8062b2 | gaqhf | this.components = new System.ComponentModel.Container(); |
32 | f1232880 | gaqhf | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConverterForm)); |
33 | 0d8062b2 | gaqhf | this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
34 | 96a2080c | gaqhf | this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
35 | this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
||
36 | this.btnRun = new DevExpress.XtraEditors.SimpleButton(); |
||
37 | this.btnLoadFile = new DevExpress.XtraEditors.SimpleButton(); |
||
38 | this.btnItemMapping = new DevExpress.XtraEditors.SimpleButton(); |
||
39 | this.btnSPPIDDB = new DevExpress.XtraEditors.SimpleButton(); |
||
40 | 1278ba59 | gaqhf | this.gridControlConverter = new DevExpress.XtraGrid.GridControl(); |
41 | this.gridViewConverter = new DevExpress.XtraGrid.Views.Grid.GridView(); |
||
42 | 23eb98bf | gaqhf | this.btnID2Project = new DevExpress.XtraEditors.ButtonEdit(); |
43 | 96a2080c | gaqhf | this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
44 | this.layoutControlGroupSPPIDDB = new DevExpress.XtraLayout.LayoutControlGroup(); |
||
45 | this.labelSPPIDPlantName = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
46 | this.labelSPPIDDBStatus = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
47 | this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
48 | 063e3ac4 | gaqhf | this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem(); |
49 | 23eb98bf | gaqhf | this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); |
50 | 96a2080c | gaqhf | this.layoutControlGroupItemMapping = new DevExpress.XtraLayout.LayoutControlGroup(); |
51 | this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
52 | this.labelItemMappingStatus = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
53 | this.simpleLabelItem5 = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
54 | 23eb98bf | gaqhf | this.layoutControlGroupAutoConverter = new DevExpress.XtraLayout.LayoutControlGroup(); |
55 | this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
56 | this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
57 | this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); |
||
58 | this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
59 | 063e3ac4 | gaqhf | this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
60 | 0d8062b2 | gaqhf | this.layoutControlGroupID2Project = new DevExpress.XtraLayout.LayoutControlGroup(); |
61 | this.labelID2ProjectName = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
62 | this.labelID2ProjectStatus = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
63 | this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
||
64 | this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
65 | this.simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem(); |
||
66 | b159a99b | gaqhf | this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem(); |
67 | 0d8062b2 | gaqhf | this.xtraFolderBrowserDialog = new DevExpress.XtraEditors.XtraFolderBrowserDialog(this.components); |
68 | this.xtraOpenFileDialog = new DevExpress.XtraEditors.XtraOpenFileDialog(this.components); |
||
69 | f1232880 | gaqhf | this.commandControl = new Ingr.RAD2D.MacroControls.CmdCtrl.IgCommand(); |
70 | 96a2080c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
71 | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
||
72 | this.layoutControl1.SuspendLayout(); |
||
73 | 1278ba59 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).BeginInit(); |
74 | ((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).BeginInit(); |
||
75 | 23eb98bf | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.btnID2Project.Properties)).BeginInit(); |
76 | 96a2080c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); |
77 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupSPPIDDB)).BeginInit(); |
||
78 | ((System.ComponentModel.ISupportInitialize)(this.labelSPPIDPlantName)).BeginInit(); |
||
79 | ((System.ComponentModel.ISupportInitialize)(this.labelSPPIDDBStatus)).BeginInit(); |
||
80 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
||
81 | 063e3ac4 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit(); |
82 | 23eb98bf | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit(); |
83 | 96a2080c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupItemMapping)).BeginInit(); |
84 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
||
85 | ((System.ComponentModel.ISupportInitialize)(this.labelItemMappingStatus)).BeginInit(); |
||
86 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem5)).BeginInit(); |
||
87 | 23eb98bf | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupAutoConverter)).BeginInit(); |
88 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); |
||
89 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); |
||
90 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); |
||
91 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); |
||
92 | 063e3ac4 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
93 | 0d8062b2 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).BeginInit(); |
94 | ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).BeginInit(); |
||
95 | ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).BeginInit(); |
||
96 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); |
||
97 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit(); |
||
98 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit(); |
||
99 | b159a99b | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit(); |
100 | f1232880 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.commandControl)).BeginInit(); |
101 | 96a2080c | gaqhf | this.SuspendLayout(); |
102 | // |
||
103 | // defaultLookAndFeel |
||
104 | // |
||
105 | this.defaultLookAndFeel.LookAndFeel.SkinName = "Office 2019 Colorful"; |
||
106 | // |
||
107 | // ribbonControl |
||
108 | // |
||
109 | this.ribbonControl.ExpandCollapseItem.Id = 0; |
||
110 | this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] { |
||
111 | this.ribbonControl.ExpandCollapseItem}); |
||
112 | this.ribbonControl.Location = new System.Drawing.Point(0, 0); |
||
113 | this.ribbonControl.MaxItemId = 1; |
||
114 | this.ribbonControl.Name = "ribbonControl"; |
||
115 | this.ribbonControl.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; |
||
116 | this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
||
117 | this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
||
118 | this.ribbonControl.ShowToolbarCustomizeItem = false; |
||
119 | 0d8062b2 | gaqhf | this.ribbonControl.Size = new System.Drawing.Size(1226, 32); |
120 | 96a2080c | gaqhf | this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
121 | // |
||
122 | // layoutControl1 |
||
123 | // |
||
124 | this.layoutControl1.Controls.Add(this.btnRun); |
||
125 | this.layoutControl1.Controls.Add(this.btnLoadFile); |
||
126 | this.layoutControl1.Controls.Add(this.btnItemMapping); |
||
127 | this.layoutControl1.Controls.Add(this.btnSPPIDDB); |
||
128 | 1278ba59 | gaqhf | this.layoutControl1.Controls.Add(this.gridControlConverter); |
129 | 23eb98bf | gaqhf | this.layoutControl1.Controls.Add(this.btnID2Project); |
130 | 96a2080c | gaqhf | this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
131 | this.layoutControl1.Location = new System.Drawing.Point(0, 32); |
||
132 | this.layoutControl1.Name = "layoutControl1"; |
||
133 | this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(982, 292, 650, 400); |
||
134 | this.layoutControl1.Root = this.Root; |
||
135 | 635a8747 | gaqhf | this.layoutControl1.Size = new System.Drawing.Size(1226, 561); |
136 | 96a2080c | gaqhf | this.layoutControl1.TabIndex = 1; |
137 | this.layoutControl1.Text = "layoutControl1"; |
||
138 | // |
||
139 | // btnRun |
||
140 | // |
||
141 | 0a1f51fb | gaqhf | this.btnRun.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRun.ImageOptions.SvgImage"))); |
142 | 0d8062b2 | gaqhf | this.btnRun.Location = new System.Drawing.Point(849, 58); |
143 | 96a2080c | gaqhf | this.btnRun.Name = "btnRun"; |
144 | df4559fc | gaqhf | this.btnRun.Size = new System.Drawing.Size(79, 36); |
145 | 96a2080c | gaqhf | this.btnRun.StyleController = this.layoutControl1; |
146 | this.btnRun.TabIndex = 9; |
||
147 | df4559fc | gaqhf | this.btnRun.Text = " Run "; |
148 | 1278ba59 | gaqhf | this.btnRun.Click += new System.EventHandler(this.btnRun_Click); |
149 | 96a2080c | gaqhf | // |
150 | // btnLoadFile |
||
151 | // |
||
152 | 0a1f51fb | gaqhf | this.btnLoadFile.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnLoadFile.ImageOptions.SvgImage"))); |
153 | 96a2080c | gaqhf | this.btnLoadFile.Location = new System.Drawing.Point(24, 58); |
154 | this.btnLoadFile.Name = "btnLoadFile"; |
||
155 | df4559fc | gaqhf | this.btnLoadFile.Size = new System.Drawing.Size(110, 36); |
156 | 96a2080c | gaqhf | this.btnLoadFile.StyleController = this.layoutControl1; |
157 | this.btnLoadFile.TabIndex = 8; |
||
158 | df4559fc | gaqhf | this.btnLoadFile.Text = " Load Files "; |
159 | 1278ba59 | gaqhf | this.btnLoadFile.Click += new System.EventHandler(this.btnLoadFile_Click); |
160 | 96a2080c | gaqhf | // |
161 | // btnItemMapping |
||
162 | // |
||
163 | 0a1f51fb | gaqhf | this.btnItemMapping.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnItemMapping.ImageOptions.SvgImage"))); |
164 | 0d8062b2 | gaqhf | this.btnItemMapping.Location = new System.Drawing.Point(966, 310); |
165 | 96a2080c | gaqhf | this.btnItemMapping.Name = "btnItemMapping"; |
166 | 0d8062b2 | gaqhf | this.btnItemMapping.Size = new System.Drawing.Size(236, 36); |
167 | 96a2080c | gaqhf | this.btnItemMapping.StyleController = this.layoutControl1; |
168 | this.btnItemMapping.TabIndex = 7; |
||
169 | df4559fc | gaqhf | this.btnItemMapping.Text = "Item Mapping Setting"; |
170 | this.btnItemMapping.Click += new System.EventHandler(this.btnItemMapping_Click); |
||
171 | 96a2080c | gaqhf | // |
172 | // btnSPPIDDB |
||
173 | // |
||
174 | 0a1f51fb | gaqhf | this.btnSPPIDDB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSPPIDDB.ImageOptions.SvgImage"))); |
175 | 0d8062b2 | gaqhf | this.btnSPPIDDB.Location = new System.Drawing.Point(966, 176); |
176 | 96a2080c | gaqhf | this.btnSPPIDDB.Name = "btnSPPIDDB"; |
177 | 0d8062b2 | gaqhf | this.btnSPPIDDB.Size = new System.Drawing.Size(236, 36); |
178 | 96a2080c | gaqhf | this.btnSPPIDDB.StyleController = this.layoutControl1; |
179 | this.btnSPPIDDB.TabIndex = 5; |
||
180 | this.btnSPPIDDB.Text = "Setting"; |
||
181 | 23eb98bf | gaqhf | this.btnSPPIDDB.Click += new System.EventHandler(this.btnSPPIDDB_Click); |
182 | 96a2080c | gaqhf | // |
183 | 1278ba59 | gaqhf | // gridControlConverter |
184 | 96a2080c | gaqhf | // |
185 | 1278ba59 | gaqhf | this.gridControlConverter.Location = new System.Drawing.Point(24, 98); |
186 | this.gridControlConverter.MainView = this.gridViewConverter; |
||
187 | this.gridControlConverter.MenuManager = this.ribbonControl; |
||
188 | this.gridControlConverter.Name = "gridControlConverter"; |
||
189 | 635a8747 | gaqhf | this.gridControlConverter.Size = new System.Drawing.Size(904, 439); |
190 | 1278ba59 | gaqhf | this.gridControlConverter.TabIndex = 4; |
191 | this.gridControlConverter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
||
192 | this.gridViewConverter}); |
||
193 | 96a2080c | gaqhf | // |
194 | 1278ba59 | gaqhf | // gridViewConverter |
195 | 96a2080c | gaqhf | // |
196 | 1278ba59 | gaqhf | this.gridViewConverter.GridControl = this.gridControlConverter; |
197 | this.gridViewConverter.Name = "gridViewConverter"; |
||
198 | this.gridViewConverter.OptionsView.ShowGroupPanel = false; |
||
199 | 635a8747 | gaqhf | this.gridViewConverter.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gridViewConverter_RowCellClick); |
200 | 4314b3f3 | gaqhf | this.gridViewConverter.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridViewConverter_SelectionChanged); |
201 | 96a2080c | gaqhf | // |
202 | 23eb98bf | gaqhf | // btnID2Project |
203 | 96a2080c | gaqhf | // |
204 | 0d8062b2 | gaqhf | this.btnID2Project.Location = new System.Drawing.Point(1004, 58); |
205 | 23eb98bf | gaqhf | this.btnID2Project.MenuManager = this.ribbonControl; |
206 | this.btnID2Project.Name = "btnID2Project"; |
||
207 | this.btnID2Project.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
||
208 | 96a2080c | gaqhf | new DevExpress.XtraEditors.Controls.EditorButton()}); |
209 | 23eb98bf | gaqhf | this.btnID2Project.Properties.ReadOnly = true; |
210 | 0d8062b2 | gaqhf | this.btnID2Project.Size = new System.Drawing.Size(198, 20); |
211 | 23eb98bf | gaqhf | this.btnID2Project.StyleController = this.layoutControl1; |
212 | this.btnID2Project.TabIndex = 10; |
||
213 | this.btnID2Project.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnID2Project_ButtonClick); |
||
214 | 96a2080c | gaqhf | // |
215 | // Root |
||
216 | // |
||
217 | this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
||
218 | this.Root.GroupBordersVisible = false; |
||
219 | this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
220 | this.layoutControlGroupSPPIDDB, |
||
221 | this.layoutControlGroupItemMapping, |
||
222 | 23eb98bf | gaqhf | this.layoutControlGroupAutoConverter, |
223 | b159a99b | gaqhf | this.emptySpaceItem1, |
224 | ebd79b4d | gaqhf | this.layoutControlGroupID2Project, |
225 | b159a99b | gaqhf | this.splitterItem1}); |
226 | 96a2080c | gaqhf | this.Root.Name = "Root"; |
227 | 635a8747 | gaqhf | this.Root.Size = new System.Drawing.Size(1226, 561); |
228 | 96a2080c | gaqhf | this.Root.TextVisible = false; |
229 | // |
||
230 | // layoutControlGroupSPPIDDB |
||
231 | // |
||
232 | 0a1f51fb | gaqhf | this.layoutControlGroupSPPIDDB.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupSPPIDDB.CaptionImageOptions.SvgImage"))); |
233 | 96a2080c | gaqhf | this.layoutControlGroupSPPIDDB.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
234 | this.layoutControlGroupSPPIDDB.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
235 | this.labelSPPIDPlantName, |
||
236 | this.labelSPPIDDBStatus, |
||
237 | this.layoutControlItem2, |
||
238 | 23eb98bf | gaqhf | this.simpleLabelItem2, |
239 | this.simpleLabelItem1}); |
||
240 | 0d8062b2 | gaqhf | this.layoutControlGroupSPPIDDB.Location = new System.Drawing.Point(942, 118); |
241 | 96a2080c | gaqhf | this.layoutControlGroupSPPIDDB.Name = "layoutControlGroupSPPIDDB"; |
242 | 0d8062b2 | gaqhf | this.layoutControlGroupSPPIDDB.Size = new System.Drawing.Size(264, 134); |
243 | 96a2080c | gaqhf | this.layoutControlGroupSPPIDDB.Text = "SPPID DB"; |
244 | // |
||
245 | // labelSPPIDPlantName |
||
246 | // |
||
247 | this.labelSPPIDPlantName.AllowHotTrack = false; |
||
248 | 23eb98bf | gaqhf | this.labelSPPIDPlantName.AppearanceItemCaption.Options.UseForeColor = true; |
249 | 063e3ac4 | gaqhf | this.labelSPPIDPlantName.Location = new System.Drawing.Point(78, 40); |
250 | 96a2080c | gaqhf | this.labelSPPIDPlantName.Name = "labelSPPIDPlantName"; |
251 | 0d8062b2 | gaqhf | this.labelSPPIDPlantName.Size = new System.Drawing.Size(162, 18); |
252 | 96a2080c | gaqhf | this.labelSPPIDPlantName.Text = "SPPIDPlantName"; |
253 | this.labelSPPIDPlantName.TextSize = new System.Drawing.Size(93, 14); |
||
254 | // |
||
255 | // labelSPPIDDBStatus |
||
256 | // |
||
257 | this.labelSPPIDDBStatus.AllowHotTrack = false; |
||
258 | 23eb98bf | gaqhf | this.labelSPPIDDBStatus.AppearanceItemCaption.Options.UseForeColor = true; |
259 | 063e3ac4 | gaqhf | this.labelSPPIDDBStatus.Location = new System.Drawing.Point(51, 58); |
260 | 96a2080c | gaqhf | this.labelSPPIDDBStatus.Name = "labelSPPIDDBStatus"; |
261 | 0d8062b2 | gaqhf | this.labelSPPIDDBStatus.Size = new System.Drawing.Size(189, 18); |
262 | 96a2080c | gaqhf | this.labelSPPIDDBStatus.Text = "SPPIDDBStatus"; |
263 | this.labelSPPIDDBStatus.TextSize = new System.Drawing.Size(93, 14); |
||
264 | // |
||
265 | // layoutControlItem2 |
||
266 | // |
||
267 | this.layoutControlItem2.Control = this.btnSPPIDDB; |
||
268 | this.layoutControlItem2.Location = new System.Drawing.Point(0, 0); |
||
269 | this.layoutControlItem2.Name = "layoutControlItem2"; |
||
270 | 0d8062b2 | gaqhf | this.layoutControlItem2.Size = new System.Drawing.Size(240, 40); |
271 | 96a2080c | gaqhf | this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
272 | this.layoutControlItem2.TextVisible = false; |
||
273 | // |
||
274 | 063e3ac4 | gaqhf | // simpleLabelItem2 |
275 | // |
||
276 | this.simpleLabelItem2.AllowHotTrack = false; |
||
277 | 23eb98bf | gaqhf | this.simpleLabelItem2.AppearanceItemCaption.Options.UseForeColor = true; |
278 | 063e3ac4 | gaqhf | this.simpleLabelItem2.Location = new System.Drawing.Point(0, 58); |
279 | this.simpleLabelItem2.MaxSize = new System.Drawing.Size(51, 18); |
||
280 | this.simpleLabelItem2.MinSize = new System.Drawing.Size(51, 18); |
||
281 | this.simpleLabelItem2.Name = "simpleLabelItem2"; |
||
282 | this.simpleLabelItem2.Size = new System.Drawing.Size(51, 18); |
||
283 | this.simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
284 | this.simpleLabelItem2.Text = "Status : "; |
||
285 | this.simpleLabelItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
286 | this.simpleLabelItem2.TextSize = new System.Drawing.Size(47, 14); |
||
287 | // |
||
288 | 23eb98bf | gaqhf | // simpleLabelItem1 |
289 | // |
||
290 | this.simpleLabelItem1.AllowHotTrack = false; |
||
291 | this.simpleLabelItem1.AppearanceItemCaption.Options.UseForeColor = true; |
||
292 | this.simpleLabelItem1.Location = new System.Drawing.Point(0, 40); |
||
293 | this.simpleLabelItem1.MaxSize = new System.Drawing.Size(78, 18); |
||
294 | this.simpleLabelItem1.MinSize = new System.Drawing.Size(78, 18); |
||
295 | this.simpleLabelItem1.Name = "simpleLabelItem1"; |
||
296 | this.simpleLabelItem1.Size = new System.Drawing.Size(78, 18); |
||
297 | this.simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
298 | this.simpleLabelItem1.Text = "Plant Name : "; |
||
299 | this.simpleLabelItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
300 | this.simpleLabelItem1.TextSize = new System.Drawing.Size(74, 14); |
||
301 | // |
||
302 | 96a2080c | gaqhf | // layoutControlGroupItemMapping |
303 | // |
||
304 | 0a1f51fb | gaqhf | this.layoutControlGroupItemMapping.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupItemMapping.CaptionImageOptions.SvgImage"))); |
305 | 96a2080c | gaqhf | this.layoutControlGroupItemMapping.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
306 | this.layoutControlGroupItemMapping.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
307 | this.layoutControlItem4, |
||
308 | this.labelItemMappingStatus, |
||
309 | this.simpleLabelItem5}); |
||
310 | 0d8062b2 | gaqhf | this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(942, 252); |
311 | 96a2080c | gaqhf | this.layoutControlGroupItemMapping.Name = "layoutControlGroupItemMapping"; |
312 | 0d8062b2 | gaqhf | this.layoutControlGroupItemMapping.Size = new System.Drawing.Size(264, 116); |
313 | 96a2080c | gaqhf | this.layoutControlGroupItemMapping.Text = "Item Mapping"; |
314 | // |
||
315 | // layoutControlItem4 |
||
316 | // |
||
317 | this.layoutControlItem4.Control = this.btnItemMapping; |
||
318 | this.layoutControlItem4.Location = new System.Drawing.Point(0, 0); |
||
319 | this.layoutControlItem4.Name = "layoutControlItem4"; |
||
320 | 0d8062b2 | gaqhf | this.layoutControlItem4.Size = new System.Drawing.Size(240, 40); |
321 | 96a2080c | gaqhf | this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); |
322 | this.layoutControlItem4.TextVisible = false; |
||
323 | // |
||
324 | // labelItemMappingStatus |
||
325 | // |
||
326 | this.labelItemMappingStatus.AllowHotTrack = false; |
||
327 | 23eb98bf | gaqhf | this.labelItemMappingStatus.AppearanceItemCaption.Options.UseForeColor = true; |
328 | 063e3ac4 | gaqhf | this.labelItemMappingStatus.Location = new System.Drawing.Point(51, 40); |
329 | 96a2080c | gaqhf | this.labelItemMappingStatus.Name = "labelItemMappingStatus"; |
330 | 0d8062b2 | gaqhf | this.labelItemMappingStatus.Size = new System.Drawing.Size(189, 18); |
331 | 96a2080c | gaqhf | this.labelItemMappingStatus.Text = "MappingStatus"; |
332 | this.labelItemMappingStatus.TextSize = new System.Drawing.Size(93, 14); |
||
333 | // |
||
334 | // simpleLabelItem5 |
||
335 | // |
||
336 | this.simpleLabelItem5.AllowHotTrack = false; |
||
337 | 23eb98bf | gaqhf | this.simpleLabelItem5.AppearanceItemCaption.Options.UseForeColor = true; |
338 | 96a2080c | gaqhf | this.simpleLabelItem5.Location = new System.Drawing.Point(0, 40); |
339 | 063e3ac4 | gaqhf | this.simpleLabelItem5.MaxSize = new System.Drawing.Size(51, 18); |
340 | this.simpleLabelItem5.MinSize = new System.Drawing.Size(51, 18); |
||
341 | 96a2080c | gaqhf | this.simpleLabelItem5.Name = "simpleLabelItem5"; |
342 | 063e3ac4 | gaqhf | this.simpleLabelItem5.Size = new System.Drawing.Size(51, 18); |
343 | this.simpleLabelItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
344 | 96a2080c | gaqhf | this.simpleLabelItem5.Text = "Status : "; |
345 | this.simpleLabelItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
346 | this.simpleLabelItem5.TextSize = new System.Drawing.Size(47, 14); |
||
347 | // |
||
348 | 23eb98bf | gaqhf | // layoutControlGroupAutoConverter |
349 | // |
||
350 | 0a1f51fb | gaqhf | this.layoutControlGroupAutoConverter.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupAutoConverter.CaptionImageOptions.SvgImage"))); |
351 | 23eb98bf | gaqhf | this.layoutControlGroupAutoConverter.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
352 | this.layoutControlGroupAutoConverter.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
353 | this.layoutControlItem1, |
||
354 | this.layoutControlItem5, |
||
355 | this.emptySpaceItem2, |
||
356 | this.layoutControlItem6}); |
||
357 | this.layoutControlGroupAutoConverter.Location = new System.Drawing.Point(0, 0); |
||
358 | this.layoutControlGroupAutoConverter.Name = "layoutControlGroupAutoConverter"; |
||
359 | 635a8747 | gaqhf | this.layoutControlGroupAutoConverter.Size = new System.Drawing.Size(932, 541); |
360 | 23eb98bf | gaqhf | this.layoutControlGroupAutoConverter.Text = "Auto Converter"; |
361 | // |
||
362 | // layoutControlItem1 |
||
363 | // |
||
364 | this.layoutControlItem1.Control = this.gridControlConverter; |
||
365 | this.layoutControlItem1.Location = new System.Drawing.Point(0, 40); |
||
366 | this.layoutControlItem1.Name = "layoutControlItem1"; |
||
367 | 635a8747 | gaqhf | this.layoutControlItem1.Size = new System.Drawing.Size(908, 443); |
368 | 23eb98bf | gaqhf | this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
369 | this.layoutControlItem1.TextVisible = false; |
||
370 | // |
||
371 | // layoutControlItem5 |
||
372 | // |
||
373 | this.layoutControlItem5.Control = this.btnLoadFile; |
||
374 | this.layoutControlItem5.Location = new System.Drawing.Point(0, 0); |
||
375 | df4559fc | gaqhf | this.layoutControlItem5.MaxSize = new System.Drawing.Size(114, 40); |
376 | this.layoutControlItem5.MinSize = new System.Drawing.Size(114, 40); |
||
377 | 23eb98bf | gaqhf | this.layoutControlItem5.Name = "layoutControlItem5"; |
378 | df4559fc | gaqhf | this.layoutControlItem5.Size = new System.Drawing.Size(114, 40); |
379 | 23eb98bf | gaqhf | this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
380 | this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); |
||
381 | this.layoutControlItem5.TextVisible = false; |
||
382 | // |
||
383 | // emptySpaceItem2 |
||
384 | // |
||
385 | this.emptySpaceItem2.AllowHotTrack = false; |
||
386 | df4559fc | gaqhf | this.emptySpaceItem2.Location = new System.Drawing.Point(114, 0); |
387 | 23eb98bf | gaqhf | this.emptySpaceItem2.Name = "emptySpaceItem2"; |
388 | 0d8062b2 | gaqhf | this.emptySpaceItem2.Size = new System.Drawing.Size(711, 40); |
389 | 23eb98bf | gaqhf | this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
390 | // |
||
391 | // layoutControlItem6 |
||
392 | // |
||
393 | this.layoutControlItem6.Control = this.btnRun; |
||
394 | 0d8062b2 | gaqhf | this.layoutControlItem6.Location = new System.Drawing.Point(825, 0); |
395 | df4559fc | gaqhf | this.layoutControlItem6.MaxSize = new System.Drawing.Size(83, 40); |
396 | this.layoutControlItem6.MinSize = new System.Drawing.Size(83, 40); |
||
397 | 23eb98bf | gaqhf | this.layoutControlItem6.Name = "layoutControlItem6"; |
398 | df4559fc | gaqhf | this.layoutControlItem6.Size = new System.Drawing.Size(83, 40); |
399 | 23eb98bf | gaqhf | this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
400 | this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
||
401 | this.layoutControlItem6.TextVisible = false; |
||
402 | // |
||
403 | 063e3ac4 | gaqhf | // emptySpaceItem1 |
404 | // |
||
405 | this.emptySpaceItem1.AllowHotTrack = false; |
||
406 | 0d8062b2 | gaqhf | this.emptySpaceItem1.Location = new System.Drawing.Point(942, 368); |
407 | 063e3ac4 | gaqhf | this.emptySpaceItem1.Name = "emptySpaceItem1"; |
408 | 635a8747 | gaqhf | this.emptySpaceItem1.Size = new System.Drawing.Size(264, 173); |
409 | 063e3ac4 | gaqhf | this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
410 | // |
||
411 | 0d8062b2 | gaqhf | // layoutControlGroupID2Project |
412 | // |
||
413 | 0a1f51fb | gaqhf | this.layoutControlGroupID2Project.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupID2Project.CaptionImageOptions.SvgImage"))); |
414 | 0d8062b2 | gaqhf | this.layoutControlGroupID2Project.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
415 | this.layoutControlGroupID2Project.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
||
416 | this.labelID2ProjectName, |
||
417 | this.labelID2ProjectStatus, |
||
418 | this.layoutControlItem7, |
||
419 | this.simpleLabelItem3, |
||
420 | this.simpleLabelItem4}); |
||
421 | this.layoutControlGroupID2Project.Location = new System.Drawing.Point(942, 0); |
||
422 | this.layoutControlGroupID2Project.Name = "layoutControlGroupID2Project"; |
||
423 | this.layoutControlGroupID2Project.Size = new System.Drawing.Size(264, 118); |
||
424 | this.layoutControlGroupID2Project.Text = "ID2 Project"; |
||
425 | // |
||
426 | // labelID2ProjectName |
||
427 | // |
||
428 | this.labelID2ProjectName.AllowHotTrack = false; |
||
429 | this.labelID2ProjectName.AppearanceItemCaption.Options.UseForeColor = true; |
||
430 | this.labelID2ProjectName.Location = new System.Drawing.Point(90, 24); |
||
431 | this.labelID2ProjectName.Name = "labelID2ProjectName"; |
||
432 | this.labelID2ProjectName.Size = new System.Drawing.Size(150, 18); |
||
433 | this.labelID2ProjectName.Text = "ID2ProjectName"; |
||
434 | this.labelID2ProjectName.TextSize = new System.Drawing.Size(93, 14); |
||
435 | // |
||
436 | // labelID2ProjectStatus |
||
437 | // |
||
438 | this.labelID2ProjectStatus.AllowHotTrack = false; |
||
439 | this.labelID2ProjectStatus.AppearanceItemCaption.Options.UseForeColor = true; |
||
440 | this.labelID2ProjectStatus.Location = new System.Drawing.Point(51, 42); |
||
441 | this.labelID2ProjectStatus.Name = "labelID2ProjectStatus"; |
||
442 | this.labelID2ProjectStatus.Size = new System.Drawing.Size(189, 18); |
||
443 | this.labelID2ProjectStatus.Text = "ID2ProjectStatus"; |
||
444 | this.labelID2ProjectStatus.TextSize = new System.Drawing.Size(93, 14); |
||
445 | // |
||
446 | // layoutControlItem7 |
||
447 | // |
||
448 | this.layoutControlItem7.Control = this.btnID2Project; |
||
449 | this.layoutControlItem7.Location = new System.Drawing.Point(0, 0); |
||
450 | this.layoutControlItem7.Name = "layoutControlItem7"; |
||
451 | this.layoutControlItem7.Size = new System.Drawing.Size(240, 24); |
||
452 | this.layoutControlItem7.Text = "Path :"; |
||
453 | this.layoutControlItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
454 | this.layoutControlItem7.TextSize = new System.Drawing.Size(33, 14); |
||
455 | this.layoutControlItem7.TextToControlDistance = 5; |
||
456 | // |
||
457 | // simpleLabelItem3 |
||
458 | // |
||
459 | this.simpleLabelItem3.AllowHotTrack = false; |
||
460 | this.simpleLabelItem3.AppearanceItemCaption.Options.UseForeColor = true; |
||
461 | this.simpleLabelItem3.Location = new System.Drawing.Point(0, 24); |
||
462 | this.simpleLabelItem3.MaxSize = new System.Drawing.Size(90, 18); |
||
463 | this.simpleLabelItem3.MinSize = new System.Drawing.Size(90, 18); |
||
464 | this.simpleLabelItem3.Name = "simpleLabelItem3"; |
||
465 | this.simpleLabelItem3.Size = new System.Drawing.Size(90, 18); |
||
466 | this.simpleLabelItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
467 | this.simpleLabelItem3.Text = "Project Name : "; |
||
468 | this.simpleLabelItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
469 | this.simpleLabelItem3.TextSize = new System.Drawing.Size(86, 14); |
||
470 | // |
||
471 | // simpleLabelItem4 |
||
472 | // |
||
473 | this.simpleLabelItem4.AllowHotTrack = false; |
||
474 | this.simpleLabelItem4.AppearanceItemCaption.Options.UseForeColor = true; |
||
475 | this.simpleLabelItem4.Location = new System.Drawing.Point(0, 42); |
||
476 | this.simpleLabelItem4.MaxSize = new System.Drawing.Size(51, 18); |
||
477 | this.simpleLabelItem4.MinSize = new System.Drawing.Size(51, 18); |
||
478 | this.simpleLabelItem4.Name = "simpleLabelItem4"; |
||
479 | this.simpleLabelItem4.Size = new System.Drawing.Size(51, 18); |
||
480 | this.simpleLabelItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
||
481 | this.simpleLabelItem4.Text = "Status : "; |
||
482 | this.simpleLabelItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
||
483 | this.simpleLabelItem4.TextSize = new System.Drawing.Size(47, 14); |
||
484 | // |
||
485 | b159a99b | gaqhf | // splitterItem1 |
486 | // |
||
487 | this.splitterItem1.AllowHotTrack = true; |
||
488 | 0d8062b2 | gaqhf | this.splitterItem1.Location = new System.Drawing.Point(932, 0); |
489 | b159a99b | gaqhf | this.splitterItem1.Name = "splitterItem1"; |
490 | 635a8747 | gaqhf | this.splitterItem1.Size = new System.Drawing.Size(10, 541); |
491 | b159a99b | gaqhf | // |
492 | 23eb98bf | gaqhf | // xtraFolderBrowserDialog |
493 | // |
||
494 | this.xtraFolderBrowserDialog.DialogStyle = DevExpress.Utils.CommonDialogs.FolderBrowserDialogStyle.Wide; |
||
495 | this.xtraFolderBrowserDialog.SelectedPath = "xtraFolderBrowserDialog1"; |
||
496 | // |
||
497 | // xtraOpenFileDialog |
||
498 | // |
||
499 | this.xtraOpenFileDialog.FileName = "xtraOpenFileDialog1"; |
||
500 | this.xtraOpenFileDialog.Filter = "Xml Files(*.xml)|*.xml"; |
||
501 | this.xtraOpenFileDialog.Multiselect = true; |
||
502 | // |
||
503 | f1232880 | gaqhf | // commandControl |
504 | // |
||
505 | this.commandControl.Enabled = true; |
||
506 | this.commandControl.Location = new System.Drawing.Point(193, -1); |
||
507 | this.commandControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); |
||
508 | this.commandControl.Name = "commandControl"; |
||
509 | this.commandControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("commandControl.OcxState"))); |
||
510 | this.commandControl.Size = new System.Drawing.Size(28, 28); |
||
511 | this.commandControl.TabIndex = 3; |
||
512 | this.commandControl.Activate += new System.EventHandler(this.commandControl_Activate); |
||
513 | this.commandControl.Deactivate += new System.EventHandler(this.commandControl_Deactivate); |
||
514 | this.commandControl.Terminate += new System.EventHandler(this.commandControl_Terminate); |
||
515 | this.commandControl.Initialize += new System.EventHandler(this.commandControl_Initialize); |
||
516 | // |
||
517 | 96a2080c | gaqhf | // ConverterForm |
518 | // |
||
519 | this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
||
520 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
||
521 | 635a8747 | gaqhf | this.ClientSize = new System.Drawing.Size(1226, 593); |
522 | f1232880 | gaqhf | this.Controls.Add(this.commandControl); |
523 | 96a2080c | gaqhf | this.Controls.Add(this.layoutControl1); |
524 | this.Controls.Add(this.ribbonControl); |
||
525 | this.Name = "ConverterForm"; |
||
526 | this.Ribbon = this.ribbonControl; |
||
527 | df4559fc | gaqhf | this.ShowIcon = false; |
528 | 96a2080c | gaqhf | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; |
529 | df4559fc | gaqhf | this.Text = "SPPID Converter"; |
530 | f1232880 | gaqhf | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ConverterForm_FormClosing); |
531 | 96a2080c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit(); |
532 | ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); |
||
533 | this.layoutControl1.ResumeLayout(false); |
||
534 | 1278ba59 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.gridControlConverter)).EndInit(); |
535 | ((System.ComponentModel.ISupportInitialize)(this.gridViewConverter)).EndInit(); |
||
536 | 23eb98bf | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.btnID2Project.Properties)).EndInit(); |
537 | 96a2080c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); |
538 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupSPPIDDB)).EndInit(); |
||
539 | ((System.ComponentModel.ISupportInitialize)(this.labelSPPIDPlantName)).EndInit(); |
||
540 | ((System.ComponentModel.ISupportInitialize)(this.labelSPPIDDBStatus)).EndInit(); |
||
541 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
||
542 | 063e3ac4 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit(); |
543 | 23eb98bf | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit(); |
544 | 96a2080c | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupItemMapping)).EndInit(); |
545 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
||
546 | ((System.ComponentModel.ISupportInitialize)(this.labelItemMappingStatus)).EndInit(); |
||
547 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem5)).EndInit(); |
||
548 | 23eb98bf | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupAutoConverter)).EndInit(); |
549 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); |
||
550 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); |
||
551 | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); |
||
552 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
||
553 | 063e3ac4 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
554 | 0d8062b2 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).EndInit(); |
555 | ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).EndInit(); |
||
556 | ((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).EndInit(); |
||
557 | ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); |
||
558 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit(); |
||
559 | ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit(); |
||
560 | b159a99b | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit(); |
561 | f1232880 | gaqhf | ((System.ComponentModel.ISupportInitialize)(this.commandControl)).EndInit(); |
562 | 96a2080c | gaqhf | this.ResumeLayout(false); |
563 | this.PerformLayout(); |
||
564 | |||
565 | } |
||
566 | |||
567 | #endregion |
||
568 | private DevExpress.LookAndFeel.DefaultLookAndFeel defaultLookAndFeel; |
||
569 | private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl; |
||
570 | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
||
571 | private DevExpress.XtraEditors.SimpleButton btnSPPIDDB; |
||
572 | 1278ba59 | gaqhf | private DevExpress.XtraGrid.GridControl gridControlConverter; |
573 | private DevExpress.XtraGrid.Views.Grid.GridView gridViewConverter; |
||
574 | 96a2080c | gaqhf | private DevExpress.XtraLayout.LayoutControlGroup Root; |
575 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupAutoConverter; |
||
576 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
||
577 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupSPPIDDB; |
||
578 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
||
579 | private DevExpress.XtraEditors.SimpleButton btnItemMapping; |
||
580 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
||
581 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupID2Project; |
||
582 | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupItemMapping; |
||
583 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; |
||
584 | private DevExpress.XtraEditors.SimpleButton btnRun; |
||
585 | private DevExpress.XtraEditors.SimpleButton btnLoadFile; |
||
586 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; |
||
587 | private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; |
||
588 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
||
589 | private DevExpress.XtraLayout.SimpleLabelItem labelSPPIDPlantName; |
||
590 | private DevExpress.XtraLayout.SimpleLabelItem labelSPPIDDBStatus; |
||
591 | private DevExpress.XtraLayout.SimpleLabelItem labelID2ProjectName; |
||
592 | private DevExpress.XtraLayout.SimpleLabelItem labelID2ProjectStatus; |
||
593 | private DevExpress.XtraLayout.SimpleLabelItem labelItemMappingStatus; |
||
594 | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1; |
||
595 | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2; |
||
596 | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem3; |
||
597 | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem4; |
||
598 | private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem5; |
||
599 | b159a99b | gaqhf | private DevExpress.XtraLayout.SplitterItem splitterItem1; |
600 | 23eb98bf | gaqhf | private DevExpress.XtraEditors.ButtonEdit btnID2Project; |
601 | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
||
602 | private DevExpress.XtraEditors.XtraFolderBrowserDialog xtraFolderBrowserDialog; |
||
603 | private DevExpress.XtraEditors.XtraOpenFileDialog xtraOpenFileDialog; |
||
604 | f1232880 | gaqhf | public Ingr.RAD2D.MacroControls.CmdCtrl.IgCommand commandControl; |
605 | 96a2080c | gaqhf | } |
606 | } |