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