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