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