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