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