개정판 063e3ac4
dev issue #000 : edit ui
Change-Id: I138816247b8aa832cee1323b7e0314726f6ed4f9
DTI_PID/SPPIDConverter_AutoModeling/ConverterForm.Designer.cs | ||
---|---|---|
28 | 28 |
/// </summary> |
29 | 29 |
private void InitializeComponent() |
30 | 30 |
{ |
31 |
this.components = new System.ComponentModel.Container(); |
|
32 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
|
31 |
this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(); |
|
33 | 32 |
this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
34 | 33 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
35 | 34 |
this.btnRun = new DevExpress.XtraEditors.SimpleButton(); |
... | ... | |
49 | 48 |
this.labelSPPIDPlantName = new DevExpress.XtraLayout.SimpleLabelItem(); |
50 | 49 |
this.labelSPPIDDBStatus = new DevExpress.XtraLayout.SimpleLabelItem(); |
51 | 50 |
this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
51 |
this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); |
|
52 |
this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem(); |
|
52 | 53 |
this.layoutControlGroupID2Project = new DevExpress.XtraLayout.LayoutControlGroup(); |
53 | 54 |
this.labelID2ProjectName = new DevExpress.XtraLayout.SimpleLabelItem(); |
54 | 55 |
this.labelID2ProjectStatus = new DevExpress.XtraLayout.SimpleLabelItem(); |
55 | 56 |
this.btnID2Project = new DevExpress.XtraLayout.LayoutControlItem(); |
57 |
this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem(); |
|
58 |
this.simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem(); |
|
56 | 59 |
this.layoutControlGroupItemMapping = new DevExpress.XtraLayout.LayoutControlGroup(); |
57 | 60 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
58 | 61 |
this.labelItemMappingStatus = new DevExpress.XtraLayout.SimpleLabelItem(); |
59 |
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
|
60 |
this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); |
|
61 |
this.simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem(); |
|
62 |
this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem(); |
|
63 |
this.simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem(); |
|
64 | 62 |
this.simpleLabelItem5 = new DevExpress.XtraLayout.SimpleLabelItem(); |
63 |
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
|
65 | 64 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
66 | 65 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
67 | 66 |
this.layoutControl1.SuspendLayout(); |
... | ... | |
78 | 77 |
((System.ComponentModel.ISupportInitialize)(this.labelSPPIDPlantName)).BeginInit(); |
79 | 78 |
((System.ComponentModel.ISupportInitialize)(this.labelSPPIDDBStatus)).BeginInit(); |
80 | 79 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); |
80 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit(); |
|
81 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit(); |
|
81 | 82 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).BeginInit(); |
82 | 83 |
((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).BeginInit(); |
83 | 84 |
((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).BeginInit(); |
84 | 85 |
((System.ComponentModel.ISupportInitialize)(this.btnID2Project)).BeginInit(); |
86 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit(); |
|
87 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit(); |
|
85 | 88 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupItemMapping)).BeginInit(); |
86 | 89 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
87 | 90 |
((System.ComponentModel.ISupportInitialize)(this.labelItemMappingStatus)).BeginInit(); |
88 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
|
89 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit(); |
|
90 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).BeginInit(); |
|
91 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit(); |
|
92 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit(); |
|
93 | 91 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem5)).BeginInit(); |
92 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit(); |
|
94 | 93 |
this.SuspendLayout(); |
95 | 94 |
// |
96 | 95 |
// defaultLookAndFeel |
... | ... | |
132 | 131 |
// btnRun |
133 | 132 |
// |
134 | 133 |
this.btnRun.ImageOptions.SvgImage = global::Converter.SPPID.AutoModeling.Properties.Resources.next; |
135 |
this.btnRun.Location = new System.Drawing.Point(680, 58);
|
|
134 |
this.btnRun.Location = new System.Drawing.Point(726, 58);
|
|
136 | 135 |
this.btnRun.Name = "btnRun"; |
137 | 136 |
this.btnRun.Size = new System.Drawing.Size(63, 36); |
138 | 137 |
this.btnRun.StyleController = this.layoutControl1; |
... | ... | |
144 | 143 |
this.btnLoadFile.ImageOptions.SvgImage = global::Converter.SPPID.AutoModeling.Properties.Resources.open2; |
145 | 144 |
this.btnLoadFile.Location = new System.Drawing.Point(24, 58); |
146 | 145 |
this.btnLoadFile.Name = "btnLoadFile"; |
147 |
this.btnLoadFile.Size = new System.Drawing.Size(117, 36);
|
|
146 |
this.btnLoadFile.Size = new System.Drawing.Size(94, 36);
|
|
148 | 147 |
this.btnLoadFile.StyleController = this.layoutControl1; |
149 | 148 |
this.btnLoadFile.TabIndex = 8; |
150 | 149 |
this.btnLoadFile.Text = "Load Files"; |
... | ... | |
152 | 151 |
// btnItemMapping |
153 | 152 |
// |
154 | 153 |
this.btnItemMapping.ImageOptions.SvgImage = global::Converter.SPPID.AutoModeling.Properties.Resources.properties; |
155 |
this.btnItemMapping.Location = new System.Drawing.Point(771, 310);
|
|
154 |
this.btnItemMapping.Location = new System.Drawing.Point(817, 310);
|
|
156 | 155 |
this.btnItemMapping.Name = "btnItemMapping"; |
157 |
this.btnItemMapping.Size = new System.Drawing.Size(246, 36);
|
|
156 |
this.btnItemMapping.Size = new System.Drawing.Size(200, 36);
|
|
158 | 157 |
this.btnItemMapping.StyleController = this.layoutControl1; |
159 | 158 |
this.btnItemMapping.TabIndex = 7; |
160 | 159 |
this.btnItemMapping.Text = "Setting"; |
... | ... | |
162 | 161 |
// btnSPPIDDB |
163 | 162 |
// |
164 | 163 |
this.btnSPPIDDB.ImageOptions.SvgImage = global::Converter.SPPID.AutoModeling.Properties.Resources.properties; |
165 |
this.btnSPPIDDB.Location = new System.Drawing.Point(771, 58);
|
|
164 |
this.btnSPPIDDB.Location = new System.Drawing.Point(817, 58);
|
|
166 | 165 |
this.btnSPPIDDB.Name = "btnSPPIDDB"; |
167 |
this.btnSPPIDDB.Size = new System.Drawing.Size(246, 36);
|
|
166 |
this.btnSPPIDDB.Size = new System.Drawing.Size(200, 36);
|
|
168 | 167 |
this.btnSPPIDDB.StyleController = this.layoutControl1; |
169 | 168 |
this.btnSPPIDDB.TabIndex = 5; |
170 | 169 |
this.btnSPPIDDB.Text = "Setting"; |
... | ... | |
175 | 174 |
this.gridControlAutoConverter.MainView = this.gridViewAutoConverter; |
176 | 175 |
this.gridControlAutoConverter.MenuManager = this.ribbonControl; |
177 | 176 |
this.gridControlAutoConverter.Name = "gridControlAutoConverter"; |
178 |
this.gridControlAutoConverter.Size = new System.Drawing.Size(719, 393);
|
|
177 |
this.gridControlAutoConverter.Size = new System.Drawing.Size(765, 393);
|
|
179 | 178 |
this.gridControlAutoConverter.TabIndex = 4; |
180 | 179 |
this.gridControlAutoConverter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
181 | 180 |
this.gridViewAutoConverter}); |
... | ... | |
188 | 187 |
// |
189 | 188 |
// buttonEdit1 |
190 | 189 |
// |
191 |
this.buttonEdit1.Location = new System.Drawing.Point(809, 192);
|
|
190 |
this.buttonEdit1.Location = new System.Drawing.Point(855, 192);
|
|
192 | 191 |
this.buttonEdit1.MenuManager = this.ribbonControl; |
193 | 192 |
this.buttonEdit1.Name = "buttonEdit1"; |
194 | 193 |
this.buttonEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
195 | 194 |
new DevExpress.XtraEditors.Controls.EditorButton()}); |
196 |
this.buttonEdit1.Size = new System.Drawing.Size(208, 20);
|
|
195 |
this.buttonEdit1.Size = new System.Drawing.Size(162, 20);
|
|
197 | 196 |
this.buttonEdit1.StyleController = this.layoutControl1; |
198 | 197 |
this.buttonEdit1.TabIndex = 10; |
199 | 198 |
// |
... | ... | |
222 | 221 |
this.layoutControlItem6}); |
223 | 222 |
this.layoutControlGroupAutoConverter.Location = new System.Drawing.Point(0, 0); |
224 | 223 |
this.layoutControlGroupAutoConverter.Name = "layoutControlGroupAutoConverter"; |
225 |
this.layoutControlGroupAutoConverter.Size = new System.Drawing.Size(747, 495);
|
|
224 |
this.layoutControlGroupAutoConverter.Size = new System.Drawing.Size(793, 495);
|
|
226 | 225 |
this.layoutControlGroupAutoConverter.Text = "Auto Converter"; |
227 | 226 |
// |
228 | 227 |
// layoutControlItem1 |
... | ... | |
230 | 229 |
this.layoutControlItem1.Control = this.gridControlAutoConverter; |
231 | 230 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 40); |
232 | 231 |
this.layoutControlItem1.Name = "layoutControlItem1"; |
233 |
this.layoutControlItem1.Size = new System.Drawing.Size(723, 397);
|
|
232 |
this.layoutControlItem1.Size = new System.Drawing.Size(769, 397);
|
|
234 | 233 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0); |
235 | 234 |
this.layoutControlItem1.TextVisible = false; |
236 | 235 |
// |
... | ... | |
238 | 237 |
// |
239 | 238 |
this.layoutControlItem5.Control = this.btnLoadFile; |
240 | 239 |
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0); |
240 |
this.layoutControlItem5.MaxSize = new System.Drawing.Size(98, 40); |
|
241 |
this.layoutControlItem5.MinSize = new System.Drawing.Size(98, 40); |
|
241 | 242 |
this.layoutControlItem5.Name = "layoutControlItem5"; |
242 |
this.layoutControlItem5.Size = new System.Drawing.Size(121, 40); |
|
243 |
this.layoutControlItem5.Size = new System.Drawing.Size(98, 40); |
|
244 |
this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
|
243 | 245 |
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0); |
244 | 246 |
this.layoutControlItem5.TextVisible = false; |
245 | 247 |
// |
246 | 248 |
// emptySpaceItem2 |
247 | 249 |
// |
248 | 250 |
this.emptySpaceItem2.AllowHotTrack = false; |
249 |
this.emptySpaceItem2.Location = new System.Drawing.Point(121, 0);
|
|
251 |
this.emptySpaceItem2.Location = new System.Drawing.Point(98, 0);
|
|
250 | 252 |
this.emptySpaceItem2.Name = "emptySpaceItem2"; |
251 |
this.emptySpaceItem2.Size = new System.Drawing.Size(535, 40);
|
|
253 |
this.emptySpaceItem2.Size = new System.Drawing.Size(604, 40);
|
|
252 | 254 |
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
253 | 255 |
// |
254 | 256 |
// layoutControlItem6 |
255 | 257 |
// |
256 | 258 |
this.layoutControlItem6.Control = this.btnRun; |
257 |
this.layoutControlItem6.Location = new System.Drawing.Point(656, 0); |
|
259 |
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); |
|
258 | 262 |
this.layoutControlItem6.Name = "layoutControlItem6"; |
259 | 263 |
this.layoutControlItem6.Size = new System.Drawing.Size(67, 40); |
264 |
this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
|
260 | 265 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
261 | 266 |
this.layoutControlItem6.TextVisible = false; |
262 | 267 |
// |
... | ... | |
270 | 275 |
this.layoutControlItem2, |
271 | 276 |
this.simpleLabelItem1, |
272 | 277 |
this.simpleLabelItem2}); |
273 |
this.layoutControlGroupSPPIDDB.Location = new System.Drawing.Point(747, 0);
|
|
278 |
this.layoutControlGroupSPPIDDB.Location = new System.Drawing.Point(793, 0);
|
|
274 | 279 |
this.layoutControlGroupSPPIDDB.Name = "layoutControlGroupSPPIDDB"; |
275 |
this.layoutControlGroupSPPIDDB.Size = new System.Drawing.Size(274, 134);
|
|
280 |
this.layoutControlGroupSPPIDDB.Size = new System.Drawing.Size(228, 134);
|
|
276 | 281 |
this.layoutControlGroupSPPIDDB.Text = "SPPID DB"; |
277 | 282 |
// |
278 | 283 |
// labelSPPIDPlantName |
279 | 284 |
// |
280 | 285 |
this.labelSPPIDPlantName.AllowHotTrack = false; |
281 |
this.labelSPPIDPlantName.Location = new System.Drawing.Point(97, 40);
|
|
286 |
this.labelSPPIDPlantName.Location = new System.Drawing.Point(78, 40);
|
|
282 | 287 |
this.labelSPPIDPlantName.Name = "labelSPPIDPlantName"; |
283 |
this.labelSPPIDPlantName.Size = new System.Drawing.Size(153, 18);
|
|
288 |
this.labelSPPIDPlantName.Size = new System.Drawing.Size(126, 18);
|
|
284 | 289 |
this.labelSPPIDPlantName.Text = "SPPIDPlantName"; |
285 | 290 |
this.labelSPPIDPlantName.TextSize = new System.Drawing.Size(93, 14); |
286 | 291 |
// |
287 | 292 |
// labelSPPIDDBStatus |
288 | 293 |
// |
289 | 294 |
this.labelSPPIDDBStatus.AllowHotTrack = false; |
290 |
this.labelSPPIDDBStatus.Location = new System.Drawing.Point(63, 58);
|
|
295 |
this.labelSPPIDDBStatus.Location = new System.Drawing.Point(51, 58);
|
|
291 | 296 |
this.labelSPPIDDBStatus.Name = "labelSPPIDDBStatus"; |
292 |
this.labelSPPIDDBStatus.Size = new System.Drawing.Size(187, 18);
|
|
297 |
this.labelSPPIDDBStatus.Size = new System.Drawing.Size(153, 18);
|
|
293 | 298 |
this.labelSPPIDDBStatus.Text = "SPPIDDBStatus"; |
294 | 299 |
this.labelSPPIDDBStatus.TextSize = new System.Drawing.Size(93, 14); |
295 | 300 |
// |
... | ... | |
298 | 303 |
this.layoutControlItem2.Control = this.btnSPPIDDB; |
299 | 304 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 0); |
300 | 305 |
this.layoutControlItem2.Name = "layoutControlItem2"; |
301 |
this.layoutControlItem2.Size = new System.Drawing.Size(250, 40);
|
|
306 |
this.layoutControlItem2.Size = new System.Drawing.Size(204, 40);
|
|
302 | 307 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
303 | 308 |
this.layoutControlItem2.TextVisible = false; |
304 | 309 |
// |
310 |
// 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 |
// |
|
305 | 336 |
// layoutControlGroupID2Project |
306 | 337 |
// |
307 | 338 |
this.layoutControlGroupID2Project.CaptionImageOptions.SvgImage = global::Converter.SPPID.AutoModeling.Properties.Resources.actions_image; |
... | ... | |
312 | 343 |
this.btnID2Project, |
313 | 344 |
this.simpleLabelItem3, |
314 | 345 |
this.simpleLabelItem4}); |
315 |
this.layoutControlGroupID2Project.Location = new System.Drawing.Point(747, 134);
|
|
346 |
this.layoutControlGroupID2Project.Location = new System.Drawing.Point(793, 134);
|
|
316 | 347 |
this.layoutControlGroupID2Project.Name = "layoutControlGroupID2Project"; |
317 |
this.layoutControlGroupID2Project.Size = new System.Drawing.Size(274, 118);
|
|
348 |
this.layoutControlGroupID2Project.Size = new System.Drawing.Size(228, 118);
|
|
318 | 349 |
this.layoutControlGroupID2Project.Text = "ID2 Project"; |
319 | 350 |
// |
320 | 351 |
// labelID2ProjectName |
321 | 352 |
// |
322 | 353 |
this.labelID2ProjectName.AllowHotTrack = false; |
323 |
this.labelID2ProjectName.Location = new System.Drawing.Point(106, 24);
|
|
354 |
this.labelID2ProjectName.Location = new System.Drawing.Point(90, 24);
|
|
324 | 355 |
this.labelID2ProjectName.Name = "labelID2ProjectName"; |
325 |
this.labelID2ProjectName.Size = new System.Drawing.Size(144, 18);
|
|
356 |
this.labelID2ProjectName.Size = new System.Drawing.Size(114, 18);
|
|
326 | 357 |
this.labelID2ProjectName.Text = "ID2ProjectName"; |
327 | 358 |
this.labelID2ProjectName.TextSize = new System.Drawing.Size(93, 14); |
328 | 359 |
// |
329 | 360 |
// labelID2ProjectStatus |
330 | 361 |
// |
331 | 362 |
this.labelID2ProjectStatus.AllowHotTrack = false; |
332 |
this.labelID2ProjectStatus.Location = new System.Drawing.Point(63, 42);
|
|
363 |
this.labelID2ProjectStatus.Location = new System.Drawing.Point(51, 42);
|
|
333 | 364 |
this.labelID2ProjectStatus.Name = "labelID2ProjectStatus"; |
334 |
this.labelID2ProjectStatus.Size = new System.Drawing.Size(187, 18);
|
|
365 |
this.labelID2ProjectStatus.Size = new System.Drawing.Size(153, 18);
|
|
335 | 366 |
this.labelID2ProjectStatus.Text = "ID2ProjectStatus"; |
336 | 367 |
this.labelID2ProjectStatus.TextSize = new System.Drawing.Size(93, 14); |
337 | 368 |
// |
... | ... | |
340 | 371 |
this.btnID2Project.Control = this.buttonEdit1; |
341 | 372 |
this.btnID2Project.Location = new System.Drawing.Point(0, 0); |
342 | 373 |
this.btnID2Project.Name = "btnID2Project"; |
343 |
this.btnID2Project.Size = new System.Drawing.Size(250, 24);
|
|
374 |
this.btnID2Project.Size = new System.Drawing.Size(204, 24);
|
|
344 | 375 |
this.btnID2Project.Text = "Path :"; |
345 | 376 |
this.btnID2Project.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
346 | 377 |
this.btnID2Project.TextSize = new System.Drawing.Size(33, 14); |
347 | 378 |
this.btnID2Project.TextToControlDistance = 5; |
348 | 379 |
// |
380 |
// 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 |
// |
|
349 | 406 |
// layoutControlGroupItemMapping |
350 | 407 |
// |
351 | 408 |
this.layoutControlGroupItemMapping.CaptionImageOptions.SvgImage = global::Converter.SPPID.AutoModeling.Properties.Resources.arrangegroups; |
... | ... | |
354 | 411 |
this.layoutControlItem4, |
355 | 412 |
this.labelItemMappingStatus, |
356 | 413 |
this.simpleLabelItem5}); |
357 |
this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(747, 252);
|
|
414 |
this.layoutControlGroupItemMapping.Location = new System.Drawing.Point(793, 252);
|
|
358 | 415 |
this.layoutControlGroupItemMapping.Name = "layoutControlGroupItemMapping"; |
359 |
this.layoutControlGroupItemMapping.Size = new System.Drawing.Size(274, 116);
|
|
416 |
this.layoutControlGroupItemMapping.Size = new System.Drawing.Size(228, 116);
|
|
360 | 417 |
this.layoutControlGroupItemMapping.Text = "Item Mapping"; |
361 | 418 |
// |
362 | 419 |
// layoutControlItem4 |
... | ... | |
364 | 421 |
this.layoutControlItem4.Control = this.btnItemMapping; |
365 | 422 |
this.layoutControlItem4.Location = new System.Drawing.Point(0, 0); |
366 | 423 |
this.layoutControlItem4.Name = "layoutControlItem4"; |
367 |
this.layoutControlItem4.Size = new System.Drawing.Size(250, 40);
|
|
424 |
this.layoutControlItem4.Size = new System.Drawing.Size(204, 40);
|
|
368 | 425 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0); |
369 | 426 |
this.layoutControlItem4.TextVisible = false; |
370 | 427 |
// |
371 | 428 |
// labelItemMappingStatus |
372 | 429 |
// |
373 | 430 |
this.labelItemMappingStatus.AllowHotTrack = false; |
374 |
this.labelItemMappingStatus.Location = new System.Drawing.Point(63, 40);
|
|
431 |
this.labelItemMappingStatus.Location = new System.Drawing.Point(51, 40);
|
|
375 | 432 |
this.labelItemMappingStatus.Name = "labelItemMappingStatus"; |
376 |
this.labelItemMappingStatus.Size = new System.Drawing.Size(187, 18);
|
|
433 |
this.labelItemMappingStatus.Size = new System.Drawing.Size(153, 18);
|
|
377 | 434 |
this.labelItemMappingStatus.Text = "MappingStatus"; |
378 | 435 |
this.labelItemMappingStatus.TextSize = new System.Drawing.Size(93, 14); |
379 | 436 |
// |
380 |
// emptySpaceItem1 |
|
381 |
// |
|
382 |
this.emptySpaceItem1.AllowHotTrack = false; |
|
383 |
this.emptySpaceItem1.Location = new System.Drawing.Point(747, 368); |
|
384 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
|
385 |
this.emptySpaceItem1.Size = new System.Drawing.Size(274, 127); |
|
386 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
|
387 |
// |
|
388 |
// simpleLabelItem1 |
|
389 |
// |
|
390 |
this.simpleLabelItem1.AllowHotTrack = false; |
|
391 |
this.simpleLabelItem1.Location = new System.Drawing.Point(0, 40); |
|
392 |
this.simpleLabelItem1.Name = "simpleLabelItem1"; |
|
393 |
this.simpleLabelItem1.Size = new System.Drawing.Size(97, 18); |
|
394 |
this.simpleLabelItem1.Text = "Plant Name : "; |
|
395 |
this.simpleLabelItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
|
396 |
this.simpleLabelItem1.TextSize = new System.Drawing.Size(74, 14); |
|
397 |
// |
|
398 |
// simpleLabelItem2 |
|
399 |
// |
|
400 |
this.simpleLabelItem2.AllowHotTrack = false; |
|
401 |
this.simpleLabelItem2.Location = new System.Drawing.Point(0, 58); |
|
402 |
this.simpleLabelItem2.Name = "simpleLabelItem2"; |
|
403 |
this.simpleLabelItem2.Size = new System.Drawing.Size(63, 18); |
|
404 |
this.simpleLabelItem2.Text = "Status : "; |
|
405 |
this.simpleLabelItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
|
406 |
this.simpleLabelItem2.TextSize = new System.Drawing.Size(47, 14); |
|
407 |
// |
|
408 |
// simpleLabelItem3 |
|
409 |
// |
|
410 |
this.simpleLabelItem3.AllowHotTrack = false; |
|
411 |
this.simpleLabelItem3.Location = new System.Drawing.Point(0, 24); |
|
412 |
this.simpleLabelItem3.Name = "simpleLabelItem3"; |
|
413 |
this.simpleLabelItem3.Size = new System.Drawing.Size(106, 18); |
|
414 |
this.simpleLabelItem3.Text = "Project Name : "; |
|
415 |
this.simpleLabelItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
|
416 |
this.simpleLabelItem3.TextSize = new System.Drawing.Size(86, 14); |
|
417 |
// |
|
418 |
// simpleLabelItem4 |
|
419 |
// |
|
420 |
this.simpleLabelItem4.AllowHotTrack = false; |
|
421 |
this.simpleLabelItem4.Location = new System.Drawing.Point(0, 42); |
|
422 |
this.simpleLabelItem4.Name = "simpleLabelItem4"; |
|
423 |
this.simpleLabelItem4.Size = new System.Drawing.Size(63, 18); |
|
424 |
this.simpleLabelItem4.Text = "Status : "; |
|
425 |
this.simpleLabelItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
|
426 |
this.simpleLabelItem4.TextSize = new System.Drawing.Size(47, 14); |
|
427 |
// |
|
428 | 437 |
// simpleLabelItem5 |
429 | 438 |
// |
430 | 439 |
this.simpleLabelItem5.AllowHotTrack = false; |
431 | 440 |
this.simpleLabelItem5.Location = new System.Drawing.Point(0, 40); |
441 |
this.simpleLabelItem5.MaxSize = new System.Drawing.Size(51, 18); |
|
442 |
this.simpleLabelItem5.MinSize = new System.Drawing.Size(51, 18); |
|
432 | 443 |
this.simpleLabelItem5.Name = "simpleLabelItem5"; |
433 |
this.simpleLabelItem5.Size = new System.Drawing.Size(63, 18); |
|
444 |
this.simpleLabelItem5.Size = new System.Drawing.Size(51, 18); |
|
445 |
this.simpleLabelItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
|
434 | 446 |
this.simpleLabelItem5.Text = "Status : "; |
435 | 447 |
this.simpleLabelItem5.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
436 | 448 |
this.simpleLabelItem5.TextSize = new System.Drawing.Size(47, 14); |
437 | 449 |
// |
450 |
// 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 |
// |
|
438 | 458 |
// ConverterForm |
439 | 459 |
// |
440 | 460 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
... | ... | |
462 | 482 |
((System.ComponentModel.ISupportInitialize)(this.labelSPPIDPlantName)).EndInit(); |
463 | 483 |
((System.ComponentModel.ISupportInitialize)(this.labelSPPIDDBStatus)).EndInit(); |
464 | 484 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); |
485 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit(); |
|
486 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit(); |
|
465 | 487 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).EndInit(); |
466 | 488 |
((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).EndInit(); |
467 | 489 |
((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).EndInit(); |
468 | 490 |
((System.ComponentModel.ISupportInitialize)(this.btnID2Project)).EndInit(); |
491 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit(); |
|
492 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit(); |
|
469 | 493 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupItemMapping)).EndInit(); |
470 | 494 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
471 | 495 |
((System.ComponentModel.ISupportInitialize)(this.labelItemMappingStatus)).EndInit(); |
472 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
|
473 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit(); |
|
474 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem2)).EndInit(); |
|
475 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit(); |
|
476 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit(); |
|
477 | 496 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem5)).EndInit(); |
497 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit(); |
|
478 | 498 |
this.ResumeLayout(false); |
479 | 499 |
this.PerformLayout(); |
480 | 500 |
|
DTI_PID/SPPIDConverter_AutoModeling/SPPIDConverter_AutoModeling.csproj | ||
---|---|---|
137 | 137 |
<None Include="Resources\convertto.svg" /> |
138 | 138 |
</ItemGroup> |
139 | 139 |
<ItemGroup> |
140 |
<None Include="Resources\refreshpivottable_16x16.png" /> |
|
141 |
</ItemGroup> |
|
142 |
<ItemGroup> |
|
143 |
<None Include="Resources\refreshpivottable_32x32.png" /> |
|
144 |
</ItemGroup> |
|
145 |
<ItemGroup> |
|
146 | 140 |
<None Include="Resources\actions_database.svg" /> |
147 | 141 |
</ItemGroup> |
148 | 142 |
<ItemGroup> |
149 |
<None Include="Resources\add_32x32.png" /> |
|
150 |
</ItemGroup> |
|
151 |
<ItemGroup> |
|
152 | 143 |
<None Include="Resources\actions_image.svg" /> |
153 | 144 |
</ItemGroup> |
154 | 145 |
<ItemGroup> |
내보내기 Unified diff