29 |
29 |
private void InitializeComponent()
|
30 |
30 |
{
|
31 |
31 |
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MappingForm));
|
32 |
|
DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup4 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
|
|
32 |
DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
|
33 |
33 |
this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
34 |
34 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
35 |
35 |
this.gridControlLineNumberAttribute = new DevExpress.XtraGrid.GridControl();
|
... | ... | |
56 |
56 |
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
57 |
57 |
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
58 |
58 |
this.tabbedControlGroup = new DevExpress.XtraLayout.TabbedControlGroup();
|
59 |
|
this.GroupLine = new DevExpress.XtraLayout.LayoutControlGroup();
|
60 |
|
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
61 |
|
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
62 |
|
this.layoutControlGroup12 = new DevExpress.XtraLayout.LayoutControlGroup();
|
63 |
|
this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
|
64 |
|
this.splitterItem7 = new DevExpress.XtraLayout.SplitterItem();
|
65 |
59 |
this.GroupSymbol = new DevExpress.XtraLayout.LayoutControlGroup();
|
66 |
60 |
this.splitterItem2 = new DevExpress.XtraLayout.SplitterItem();
|
67 |
61 |
this.splitterItem3 = new DevExpress.XtraLayout.SplitterItem();
|
... | ... | |
81 |
75 |
this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem();
|
82 |
76 |
this.layoutControlGroup10 = new DevExpress.XtraLayout.LayoutControlGroup();
|
83 |
77 |
this.layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
78 |
this.GroupLine = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
79 |
this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
80 |
this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
81 |
this.layoutControlGroup12 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
82 |
this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
83 |
this.splitterItem7 = new DevExpress.XtraLayout.SplitterItem();
|
84 |
84 |
this.GroupAttribute = new DevExpress.XtraLayout.LayoutControlGroup();
|
85 |
85 |
this.layoutControlGroup11 = new DevExpress.XtraLayout.LayoutControlGroup();
|
86 |
86 |
this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
|
... | ... | |
120 |
120 |
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
|
121 |
121 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
|
122 |
122 |
((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup)).BeginInit();
|
123 |
|
((System.ComponentModel.ISupportInitialize)(this.GroupLine)).BeginInit();
|
124 |
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
125 |
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
126 |
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).BeginInit();
|
127 |
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
|
128 |
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem7)).BeginInit();
|
129 |
123 |
((System.ComponentModel.ISupportInitialize)(this.GroupSymbol)).BeginInit();
|
130 |
124 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).BeginInit();
|
131 |
125 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem3)).BeginInit();
|
... | ... | |
145 |
139 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit();
|
146 |
140 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).BeginInit();
|
147 |
141 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).BeginInit();
|
|
142 |
((System.ComponentModel.ISupportInitialize)(this.GroupLine)).BeginInit();
|
|
143 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
|
|
144 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
|
|
145 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).BeginInit();
|
|
146 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit();
|
|
147 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem7)).BeginInit();
|
148 |
148 |
((System.ComponentModel.ISupportInitialize)(this.GroupAttribute)).BeginInit();
|
149 |
149 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).BeginInit();
|
150 |
150 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit();
|
... | ... | |
174 |
174 |
this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
|
175 |
175 |
this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages;
|
176 |
176 |
this.ribbonControl.ShowToolbarCustomizeItem = false;
|
177 |
|
this.ribbonControl.Size = new System.Drawing.Size(1131, 32);
|
|
177 |
this.ribbonControl.Size = new System.Drawing.Size(1139, 32);
|
178 |
178 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false;
|
179 |
179 |
//
|
180 |
180 |
// layoutControl1
|
... | ... | |
198 |
198 |
this.layoutControl1.Location = new System.Drawing.Point(0, 32);
|
199 |
199 |
this.layoutControl1.Name = "layoutControl1";
|
200 |
200 |
this.layoutControl1.Root = this.Root;
|
201 |
|
this.layoutControl1.Size = new System.Drawing.Size(1131, 734);
|
|
201 |
this.layoutControl1.Size = new System.Drawing.Size(1139, 738);
|
202 |
202 |
this.layoutControl1.TabIndex = 1;
|
203 |
203 |
this.layoutControl1.Text = "layoutControl1";
|
204 |
204 |
//
|
205 |
205 |
// gridControlLineNumberAttribute
|
206 |
206 |
//
|
207 |
|
this.gridControlLineNumberAttribute.Location = new System.Drawing.Point(36, 401);
|
|
207 |
this.gridControlLineNumberAttribute.Location = new System.Drawing.Point(36, 403);
|
208 |
208 |
this.gridControlLineNumberAttribute.MainView = this.gridViewLineNumberAttribute;
|
209 |
209 |
this.gridControlLineNumberAttribute.MenuManager = this.ribbonControl;
|
210 |
210 |
this.gridControlLineNumberAttribute.Name = "gridControlLineNumberAttribute";
|
211 |
|
this.gridControlLineNumberAttribute.Size = new System.Drawing.Size(730, 257);
|
|
211 |
this.gridControlLineNumberAttribute.Size = new System.Drawing.Size(736, 259);
|
212 |
212 |
this.gridControlLineNumberAttribute.TabIndex = 19;
|
213 |
213 |
this.gridControlLineNumberAttribute.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
214 |
214 |
this.gridViewLineNumberAttribute});
|
... | ... | |
225 |
225 |
this.gridControlAttribute.MainView = this.gridViewAttribute;
|
226 |
226 |
this.gridControlAttribute.MenuManager = this.ribbonControl;
|
227 |
227 |
this.gridControlAttribute.Name = "gridControlAttribute";
|
228 |
|
this.gridControlAttribute.Size = new System.Drawing.Size(730, 579);
|
|
228 |
this.gridControlAttribute.Size = new System.Drawing.Size(736, 583);
|
229 |
229 |
this.gridControlAttribute.TabIndex = 18;
|
230 |
230 |
this.gridControlAttribute.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
231 |
231 |
this.gridViewAttribute});
|
... | ... | |
238 |
238 |
//
|
239 |
239 |
// pictureEditMappedOPCOut
|
240 |
240 |
//
|
241 |
|
this.pictureEditMappedOPCOut.Location = new System.Drawing.Point(541, 401);
|
|
241 |
this.pictureEditMappedOPCOut.Location = new System.Drawing.Point(545, 403);
|
242 |
242 |
this.pictureEditMappedOPCOut.MenuManager = this.ribbonControl;
|
243 |
243 |
this.pictureEditMappedOPCOut.Name = "pictureEditMappedOPCOut";
|
244 |
244 |
this.pictureEditMappedOPCOut.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
245 |
|
this.pictureEditMappedOPCOut.Size = new System.Drawing.Size(225, 257);
|
|
245 |
this.pictureEditMappedOPCOut.Size = new System.Drawing.Size(227, 259);
|
246 |
246 |
this.pictureEditMappedOPCOut.StyleController = this.layoutControl1;
|
247 |
247 |
this.pictureEditMappedOPCOut.TabIndex = 17;
|
248 |
248 |
//
|
249 |
249 |
// pictureEditMappedOPCIn
|
250 |
250 |
//
|
251 |
|
this.pictureEditMappedOPCIn.Location = new System.Drawing.Point(289, 401);
|
|
251 |
this.pictureEditMappedOPCIn.Location = new System.Drawing.Point(291, 403);
|
252 |
252 |
this.pictureEditMappedOPCIn.MenuManager = this.ribbonControl;
|
253 |
253 |
this.pictureEditMappedOPCIn.Name = "pictureEditMappedOPCIn";
|
254 |
254 |
this.pictureEditMappedOPCIn.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
255 |
|
this.pictureEditMappedOPCIn.Size = new System.Drawing.Size(224, 257);
|
|
255 |
this.pictureEditMappedOPCIn.Size = new System.Drawing.Size(226, 259);
|
256 |
256 |
this.pictureEditMappedOPCIn.StyleController = this.layoutControl1;
|
257 |
257 |
this.pictureEditMappedOPCIn.TabIndex = 16;
|
258 |
258 |
//
|
259 |
259 |
// pictureEditID2OPC
|
260 |
260 |
//
|
261 |
|
this.pictureEditID2OPC.Location = new System.Drawing.Point(36, 401);
|
|
261 |
this.pictureEditID2OPC.Location = new System.Drawing.Point(36, 403);
|
262 |
262 |
this.pictureEditID2OPC.MenuManager = this.ribbonControl;
|
263 |
263 |
this.pictureEditID2OPC.Name = "pictureEditID2OPC";
|
264 |
264 |
this.pictureEditID2OPC.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
265 |
|
this.pictureEditID2OPC.Size = new System.Drawing.Size(225, 257);
|
|
265 |
this.pictureEditID2OPC.Size = new System.Drawing.Size(227, 259);
|
266 |
266 |
this.pictureEditID2OPC.StyleController = this.layoutControl1;
|
267 |
267 |
this.pictureEditID2OPC.TabIndex = 15;
|
268 |
268 |
//
|
... | ... | |
272 |
272 |
this.gridControlOPC.MainView = this.gridViewOPC;
|
273 |
273 |
this.gridControlOPC.MenuManager = this.ribbonControl;
|
274 |
274 |
this.gridControlOPC.Name = "gridControlOPC";
|
275 |
|
this.gridControlOPC.Size = new System.Drawing.Size(730, 263);
|
|
275 |
this.gridControlOPC.Size = new System.Drawing.Size(736, 265);
|
276 |
276 |
this.gridControlOPC.TabIndex = 14;
|
277 |
277 |
this.gridControlOPC.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
278 |
278 |
this.gridViewOPC});
|
... | ... | |
289 |
289 |
this.gridControlLine.MainView = this.gridViewLine;
|
290 |
290 |
this.gridControlLine.MenuManager = this.ribbonControl;
|
291 |
291 |
this.gridControlLine.Name = "gridControlLine";
|
292 |
|
this.gridControlLine.Size = new System.Drawing.Size(730, 263);
|
|
292 |
this.gridControlLine.Size = new System.Drawing.Size(736, 265);
|
293 |
293 |
this.gridControlLine.TabIndex = 13;
|
294 |
294 |
this.gridControlLine.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
295 |
295 |
this.gridViewLine});
|
... | ... | |
303 |
303 |
// btnRefreshSymbol
|
304 |
304 |
//
|
305 |
305 |
this.btnRefreshSymbol.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRefreshSymbol.ImageOptions.SvgImage")));
|
306 |
|
this.btnRefreshSymbol.Location = new System.Drawing.Point(804, 646);
|
|
306 |
this.btnRefreshSymbol.Location = new System.Drawing.Point(810, 650);
|
307 |
307 |
this.btnRefreshSymbol.Name = "btnRefreshSymbol";
|
308 |
|
this.btnRefreshSymbol.Size = new System.Drawing.Size(315, 36);
|
|
308 |
this.btnRefreshSymbol.Size = new System.Drawing.Size(317, 36);
|
309 |
309 |
this.btnRefreshSymbol.StyleController = this.layoutControl1;
|
310 |
310 |
this.btnRefreshSymbol.TabIndex = 12;
|
311 |
311 |
this.btnRefreshSymbol.Text = "Refresh AVEVA Symbol Image";
|
... | ... | |
317 |
317 |
//
|
318 |
318 |
//
|
319 |
319 |
//
|
320 |
|
galleryItemGroup4.Caption = "Items";
|
|
320 |
galleryItemGroup1.Caption = "Items";
|
321 |
321 |
this.galleryControlAvevaSymbols.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
|
322 |
|
galleryItemGroup4});
|
|
322 |
galleryItemGroup1});
|
323 |
323 |
this.galleryControlAvevaSymbols.Gallery.ItemDoubleClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.galleryControlAvevaSymbols_Gallery_ItemDoubleClick);
|
324 |
|
this.galleryControlAvevaSymbols.Location = new System.Drawing.Point(816, 279);
|
|
324 |
this.galleryControlAvevaSymbols.Location = new System.Drawing.Point(822, 281);
|
325 |
325 |
this.galleryControlAvevaSymbols.Name = "galleryControlAvevaSymbols";
|
326 |
|
this.galleryControlAvevaSymbols.Size = new System.Drawing.Size(291, 351);
|
|
326 |
this.galleryControlAvevaSymbols.Size = new System.Drawing.Size(293, 353);
|
327 |
327 |
this.galleryControlAvevaSymbols.StyleController = this.layoutControl1;
|
328 |
328 |
this.galleryControlAvevaSymbols.TabIndex = 11;
|
329 |
329 |
this.galleryControlAvevaSymbols.Text = "galleryControl1";
|
... | ... | |
332 |
332 |
//
|
333 |
333 |
this.galleryControlClient1.GalleryControl = this.galleryControlAvevaSymbols;
|
334 |
334 |
this.galleryControlClient1.Location = new System.Drawing.Point(2, 2);
|
335 |
|
this.galleryControlClient1.Size = new System.Drawing.Size(270, 347);
|
|
335 |
this.galleryControlClient1.Size = new System.Drawing.Size(272, 349);
|
336 |
336 |
//
|
337 |
337 |
// pictureEditMapped
|
338 |
338 |
//
|
339 |
|
this.pictureEditMapped.Location = new System.Drawing.Point(423, 401);
|
|
339 |
this.pictureEditMapped.Location = new System.Drawing.Point(426, 403);
|
340 |
340 |
this.pictureEditMapped.MenuManager = this.ribbonControl;
|
341 |
341 |
this.pictureEditMapped.Name = "pictureEditMapped";
|
342 |
342 |
this.pictureEditMapped.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
343 |
|
this.pictureEditMapped.Size = new System.Drawing.Size(343, 257);
|
|
343 |
this.pictureEditMapped.Size = new System.Drawing.Size(346, 259);
|
344 |
344 |
this.pictureEditMapped.StyleController = this.layoutControl1;
|
345 |
345 |
this.pictureEditMapped.TabIndex = 10;
|
346 |
346 |
//
|
347 |
347 |
// pictureEditID2Symbol
|
348 |
348 |
//
|
349 |
|
this.pictureEditID2Symbol.Location = new System.Drawing.Point(36, 401);
|
|
349 |
this.pictureEditID2Symbol.Location = new System.Drawing.Point(36, 403);
|
350 |
350 |
this.pictureEditID2Symbol.MenuManager = this.ribbonControl;
|
351 |
351 |
this.pictureEditID2Symbol.Name = "pictureEditID2Symbol";
|
352 |
352 |
this.pictureEditID2Symbol.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
|
353 |
|
this.pictureEditID2Symbol.Size = new System.Drawing.Size(349, 257);
|
|
353 |
this.pictureEditID2Symbol.Size = new System.Drawing.Size(352, 259);
|
354 |
354 |
this.pictureEditID2Symbol.StyleController = this.layoutControl1;
|
355 |
355 |
this.pictureEditID2Symbol.TabIndex = 9;
|
356 |
356 |
//
|
357 |
357 |
// treeListAvevaSymbol
|
358 |
358 |
//
|
359 |
359 |
this.treeListAvevaSymbol.Cursor = System.Windows.Forms.Cursors.Default;
|
360 |
|
this.treeListAvevaSymbol.Location = new System.Drawing.Point(816, 45);
|
|
360 |
this.treeListAvevaSymbol.Location = new System.Drawing.Point(822, 45);
|
361 |
361 |
this.treeListAvevaSymbol.Name = "treeListAvevaSymbol";
|
362 |
|
this.treeListAvevaSymbol.Size = new System.Drawing.Size(291, 175);
|
|
362 |
this.treeListAvevaSymbol.Size = new System.Drawing.Size(293, 177);
|
363 |
363 |
this.treeListAvevaSymbol.TabIndex = 8;
|
364 |
364 |
//
|
365 |
365 |
// gridControlSymbol
|
... | ... | |
368 |
368 |
this.gridControlSymbol.MainView = this.gridViewSymbol;
|
369 |
369 |
this.gridControlSymbol.MenuManager = this.ribbonControl;
|
370 |
370 |
this.gridControlSymbol.Name = "gridControlSymbol";
|
371 |
|
this.gridControlSymbol.Size = new System.Drawing.Size(730, 263);
|
|
371 |
this.gridControlSymbol.Size = new System.Drawing.Size(736, 265);
|
372 |
372 |
this.gridControlSymbol.TabIndex = 7;
|
373 |
373 |
this.gridControlSymbol.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
374 |
374 |
this.gridViewSymbol});
|
... | ... | |
384 |
384 |
// btnClose
|
385 |
385 |
//
|
386 |
386 |
this.btnClose.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnClose.ImageOptions.SvgImage")));
|
387 |
|
this.btnClose.Location = new System.Drawing.Point(1033, 686);
|
|
387 |
this.btnClose.Location = new System.Drawing.Point(1041, 690);
|
388 |
388 |
this.btnClose.Name = "btnClose";
|
389 |
389 |
this.btnClose.Size = new System.Drawing.Size(86, 36);
|
390 |
390 |
this.btnClose.StyleController = this.layoutControl1;
|
... | ... | |
395 |
395 |
// btnSave
|
396 |
396 |
//
|
397 |
397 |
this.btnSave.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnSave.ImageOptions.SvgImage")));
|
398 |
|
this.btnSave.Location = new System.Drawing.Point(935, 686);
|
|
398 |
this.btnSave.Location = new System.Drawing.Point(943, 690);
|
399 |
399 |
this.btnSave.Name = "btnSave";
|
400 |
400 |
this.btnSave.Size = new System.Drawing.Size(84, 36);
|
401 |
401 |
this.btnSave.StyleController = this.layoutControl1;
|
... | ... | |
419 |
419 |
this.splitterItem4,
|
420 |
420 |
this.layoutControlItem8});
|
421 |
421 |
this.Root.Name = "Root";
|
422 |
|
this.Root.Size = new System.Drawing.Size(1131, 734);
|
|
422 |
this.Root.Size = new System.Drawing.Size(1139, 738);
|
423 |
423 |
this.Root.TextVisible = false;
|
424 |
424 |
//
|
425 |
425 |
// emptySpaceItem1
|
426 |
426 |
//
|
427 |
427 |
this.emptySpaceItem1.AllowHotTrack = false;
|
428 |
|
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 674);
|
|
428 |
this.emptySpaceItem1.Location = new System.Drawing.Point(0, 678);
|
429 |
429 |
this.emptySpaceItem1.MinSize = new System.Drawing.Size(104, 24);
|
430 |
430 |
this.emptySpaceItem1.Name = "emptySpaceItem1";
|
431 |
|
this.emptySpaceItem1.Size = new System.Drawing.Size(923, 40);
|
|
431 |
this.emptySpaceItem1.Size = new System.Drawing.Size(931, 40);
|
432 |
432 |
this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
433 |
433 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
|
434 |
434 |
//
|
... | ... | |
437 |
437 |
this.tabbedControlGroup.Location = new System.Drawing.Point(0, 0);
|
438 |
438 |
this.tabbedControlGroup.Name = "tabbedControlGroup";
|
439 |
439 |
this.tabbedControlGroup.SelectedTabPage = this.GroupSymbol;
|
440 |
|
this.tabbedControlGroup.Size = new System.Drawing.Size(782, 674);
|
|
440 |
this.tabbedControlGroup.Size = new System.Drawing.Size(788, 678);
|
441 |
441 |
this.tabbedControlGroup.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
442 |
442 |
this.GroupSymbol,
|
443 |
443 |
this.GroupOPC,
|
444 |
444 |
this.GroupLine,
|
445 |
445 |
this.GroupAttribute});
|
446 |
446 |
//
|
447 |
|
// GroupLine
|
448 |
|
//
|
449 |
|
this.GroupLine.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
450 |
|
this.layoutControlGroup1,
|
451 |
|
this.layoutControlGroup12,
|
452 |
|
this.splitterItem7});
|
453 |
|
this.GroupLine.Location = new System.Drawing.Point(0, 0);
|
454 |
|
this.GroupLine.Name = "GroupLine";
|
455 |
|
this.GroupLine.Size = new System.Drawing.Size(758, 628);
|
456 |
|
this.GroupLine.Text = "Line";
|
457 |
|
//
|
458 |
|
// layoutControlGroup1
|
459 |
|
//
|
460 |
|
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
461 |
|
this.layoutControlItem9});
|
462 |
|
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
463 |
|
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
464 |
|
this.layoutControlGroup1.Size = new System.Drawing.Size(758, 312);
|
465 |
|
this.layoutControlGroup1.Text = "ID2 Line List";
|
466 |
|
//
|
467 |
|
// layoutControlItem9
|
468 |
|
//
|
469 |
|
this.layoutControlItem9.Control = this.gridControlLine;
|
470 |
|
this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
|
471 |
|
this.layoutControlItem9.Name = "layoutControlItem9";
|
472 |
|
this.layoutControlItem9.Size = new System.Drawing.Size(734, 267);
|
473 |
|
this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
|
474 |
|
this.layoutControlItem9.TextVisible = false;
|
475 |
|
//
|
476 |
|
// layoutControlGroup12
|
477 |
|
//
|
478 |
|
this.layoutControlGroup12.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
479 |
|
this.layoutControlItem15});
|
480 |
|
this.layoutControlGroup12.Location = new System.Drawing.Point(0, 322);
|
481 |
|
this.layoutControlGroup12.Name = "layoutControlGroup12";
|
482 |
|
this.layoutControlGroup12.Size = new System.Drawing.Size(758, 306);
|
483 |
|
this.layoutControlGroup12.Text = "Line Number Attribute";
|
484 |
|
//
|
485 |
|
// layoutControlItem15
|
486 |
|
//
|
487 |
|
this.layoutControlItem15.Control = this.gridControlLineNumberAttribute;
|
488 |
|
this.layoutControlItem15.Location = new System.Drawing.Point(0, 0);
|
489 |
|
this.layoutControlItem15.Name = "layoutControlItem15";
|
490 |
|
this.layoutControlItem15.Size = new System.Drawing.Size(734, 261);
|
491 |
|
this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
|
492 |
|
this.layoutControlItem15.TextVisible = false;
|
493 |
|
//
|
494 |
|
// splitterItem7
|
495 |
|
//
|
496 |
|
this.splitterItem7.AllowHotTrack = true;
|
497 |
|
this.splitterItem7.Location = new System.Drawing.Point(0, 312);
|
498 |
|
this.splitterItem7.Name = "splitterItem7";
|
499 |
|
this.splitterItem7.Size = new System.Drawing.Size(758, 10);
|
500 |
|
//
|
501 |
447 |
// GroupSymbol
|
502 |
448 |
//
|
503 |
449 |
this.GroupSymbol.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
... | ... | |
508 |
454 |
this.layoutControlGroup7});
|
509 |
455 |
this.GroupSymbol.Location = new System.Drawing.Point(0, 0);
|
510 |
456 |
this.GroupSymbol.Name = "GroupSymbol";
|
511 |
|
this.GroupSymbol.Size = new System.Drawing.Size(758, 628);
|
|
457 |
this.GroupSymbol.Size = new System.Drawing.Size(764, 632);
|
512 |
458 |
this.GroupSymbol.Text = "Symbol";
|
513 |
459 |
//
|
514 |
460 |
// splitterItem2
|
515 |
461 |
//
|
516 |
462 |
this.splitterItem2.AllowHotTrack = true;
|
517 |
|
this.splitterItem2.Location = new System.Drawing.Point(0, 312);
|
|
463 |
this.splitterItem2.Location = new System.Drawing.Point(0, 314);
|
518 |
464 |
this.splitterItem2.Name = "splitterItem2";
|
519 |
|
this.splitterItem2.Size = new System.Drawing.Size(758, 10);
|
|
465 |
this.splitterItem2.Size = new System.Drawing.Size(764, 10);
|
520 |
466 |
//
|
521 |
467 |
// splitterItem3
|
522 |
468 |
//
|
523 |
469 |
this.splitterItem3.AllowHotTrack = true;
|
524 |
|
this.splitterItem3.Location = new System.Drawing.Point(377, 322);
|
|
470 |
this.splitterItem3.Location = new System.Drawing.Point(380, 324);
|
525 |
471 |
this.splitterItem3.Name = "splitterItem3";
|
526 |
|
this.splitterItem3.Size = new System.Drawing.Size(10, 306);
|
|
472 |
this.splitterItem3.Size = new System.Drawing.Size(10, 308);
|
527 |
473 |
//
|
528 |
474 |
// layoutControlGroup4
|
529 |
475 |
//
|
530 |
476 |
this.layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
531 |
477 |
this.layoutControlItem5});
|
532 |
|
this.layoutControlGroup4.Location = new System.Drawing.Point(0, 322);
|
|
478 |
this.layoutControlGroup4.Location = new System.Drawing.Point(0, 324);
|
533 |
479 |
this.layoutControlGroup4.Name = "layoutControlGroup4";
|
534 |
|
this.layoutControlGroup4.Size = new System.Drawing.Size(377, 306);
|
|
480 |
this.layoutControlGroup4.Size = new System.Drawing.Size(380, 308);
|
535 |
481 |
this.layoutControlGroup4.Text = "ID2 Image";
|
536 |
482 |
//
|
537 |
483 |
// layoutControlItem5
|
... | ... | |
539 |
485 |
this.layoutControlItem5.Control = this.pictureEditID2Symbol;
|
540 |
486 |
this.layoutControlItem5.Location = new System.Drawing.Point(0, 0);
|
541 |
487 |
this.layoutControlItem5.Name = "layoutControlItem5";
|
542 |
|
this.layoutControlItem5.Size = new System.Drawing.Size(353, 261);
|
|
488 |
this.layoutControlItem5.Size = new System.Drawing.Size(356, 263);
|
543 |
489 |
this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
|
544 |
490 |
this.layoutControlItem5.TextVisible = false;
|
545 |
491 |
//
|
... | ... | |
547 |
493 |
//
|
548 |
494 |
this.layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
549 |
495 |
this.layoutControlItem6});
|
550 |
|
this.layoutControlGroup5.Location = new System.Drawing.Point(387, 322);
|
|
496 |
this.layoutControlGroup5.Location = new System.Drawing.Point(390, 324);
|
551 |
497 |
this.layoutControlGroup5.Name = "layoutControlGroup5";
|
552 |
|
this.layoutControlGroup5.Size = new System.Drawing.Size(371, 306);
|
|
498 |
this.layoutControlGroup5.Size = new System.Drawing.Size(374, 308);
|
553 |
499 |
this.layoutControlGroup5.Text = "Mapped Image";
|
554 |
500 |
//
|
555 |
501 |
// layoutControlItem6
|
... | ... | |
557 |
503 |
this.layoutControlItem6.Control = this.pictureEditMapped;
|
558 |
504 |
this.layoutControlItem6.Location = new System.Drawing.Point(0, 0);
|
559 |
505 |
this.layoutControlItem6.Name = "layoutControlItem6";
|
560 |
|
this.layoutControlItem6.Size = new System.Drawing.Size(347, 261);
|
|
506 |
this.layoutControlItem6.Size = new System.Drawing.Size(350, 263);
|
561 |
507 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
|
562 |
508 |
this.layoutControlItem6.TextVisible = false;
|
563 |
509 |
//
|
... | ... | |
567 |
513 |
this.layoutControlItem4});
|
568 |
514 |
this.layoutControlGroup7.Location = new System.Drawing.Point(0, 0);
|
569 |
515 |
this.layoutControlGroup7.Name = "layoutControlGroup7";
|
570 |
|
this.layoutControlGroup7.Size = new System.Drawing.Size(758, 312);
|
|
516 |
this.layoutControlGroup7.Size = new System.Drawing.Size(764, 314);
|
571 |
517 |
this.layoutControlGroup7.Text = "ID2 Symbol List";
|
572 |
518 |
//
|
573 |
519 |
// layoutControlItem4
|
... | ... | |
575 |
521 |
this.layoutControlItem4.Control = this.gridControlSymbol;
|
576 |
522 |
this.layoutControlItem4.Location = new System.Drawing.Point(0, 0);
|
577 |
523 |
this.layoutControlItem4.Name = "layoutControlItem4";
|
578 |
|
this.layoutControlItem4.Size = new System.Drawing.Size(734, 267);
|
|
524 |
this.layoutControlItem4.Size = new System.Drawing.Size(740, 269);
|
579 |
525 |
this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
|
580 |
526 |
this.layoutControlItem4.TextVisible = false;
|
581 |
527 |
//
|
... | ... | |
589 |
535 |
this.layoutControlGroup10});
|
590 |
536 |
this.GroupOPC.Location = new System.Drawing.Point(0, 0);
|
591 |
537 |
this.GroupOPC.Name = "GroupOPC";
|
592 |
|
this.GroupOPC.Size = new System.Drawing.Size(758, 628);
|
|
538 |
this.GroupOPC.Size = new System.Drawing.Size(764, 632);
|
593 |
539 |
this.GroupOPC.Text = "OPC Symbol";
|
594 |
540 |
//
|
595 |
541 |
// layoutControlGroup2
|
... | ... | |
598 |
544 |
this.layoutControlItem10});
|
599 |
545 |
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
|
600 |
546 |
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
601 |
|
this.layoutControlGroup2.Size = new System.Drawing.Size(758, 312);
|
|
547 |
this.layoutControlGroup2.Size = new System.Drawing.Size(764, 314);
|
602 |
548 |
this.layoutControlGroup2.Text = "OPC Symbol";
|
603 |
549 |
//
|
604 |
550 |
// layoutControlItem10
|
... | ... | |
606 |
552 |
this.layoutControlItem10.Control = this.gridControlOPC;
|
607 |
553 |
this.layoutControlItem10.Location = new System.Drawing.Point(0, 0);
|
608 |
554 |
this.layoutControlItem10.Name = "layoutControlItem10";
|
609 |
|
this.layoutControlItem10.Size = new System.Drawing.Size(734, 267);
|
|
555 |
this.layoutControlItem10.Size = new System.Drawing.Size(740, 269);
|
610 |
556 |
this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
|
611 |
557 |
this.layoutControlItem10.TextVisible = false;
|
612 |
558 |
//
|
613 |
559 |
// splitterItem5
|
614 |
560 |
//
|
615 |
561 |
this.splitterItem5.AllowHotTrack = true;
|
616 |
|
this.splitterItem5.Location = new System.Drawing.Point(0, 312);
|
|
562 |
this.splitterItem5.Location = new System.Drawing.Point(0, 314);
|
617 |
563 |
this.splitterItem5.Name = "splitterItem5";
|
618 |
|
this.splitterItem5.Size = new System.Drawing.Size(758, 10);
|
|
564 |
this.splitterItem5.Size = new System.Drawing.Size(764, 10);
|
619 |
565 |
//
|
620 |
566 |
// layoutControlGroup8
|
621 |
567 |
//
|
622 |
568 |
this.layoutControlGroup8.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
623 |
569 |
this.layoutControlItem11});
|
624 |
|
this.layoutControlGroup8.Location = new System.Drawing.Point(0, 322);
|
|
570 |
this.layoutControlGroup8.Location = new System.Drawing.Point(0, 324);
|
625 |
571 |
this.layoutControlGroup8.Name = "layoutControlGroup8";
|
626 |
|
this.layoutControlGroup8.Size = new System.Drawing.Size(253, 306);
|
|
572 |
this.layoutControlGroup8.Size = new System.Drawing.Size(255, 308);
|
627 |
573 |
this.layoutControlGroup8.Text = "ID2 Image";
|
628 |
574 |
//
|
629 |
575 |
// layoutControlItem11
|
... | ... | |
631 |
577 |
this.layoutControlItem11.Control = this.pictureEditID2OPC;
|
632 |
578 |
this.layoutControlItem11.Location = new System.Drawing.Point(0, 0);
|
633 |
579 |
this.layoutControlItem11.Name = "layoutControlItem11";
|
634 |
|
this.layoutControlItem11.Size = new System.Drawing.Size(229, 261);
|
|
580 |
this.layoutControlItem11.Size = new System.Drawing.Size(231, 263);
|
635 |
581 |
this.layoutControlItem11.TextSize = new System.Drawing.Size(0, 0);
|
636 |
582 |
this.layoutControlItem11.TextVisible = false;
|
637 |
583 |
//
|
... | ... | |
639 |
585 |
//
|
640 |
586 |
this.layoutControlGroup9.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
641 |
587 |
this.layoutControlItem12});
|
642 |
|
this.layoutControlGroup9.Location = new System.Drawing.Point(253, 322);
|
|
588 |
this.layoutControlGroup9.Location = new System.Drawing.Point(255, 324);
|
643 |
589 |
this.layoutControlGroup9.Name = "layoutControlGroup9";
|
644 |
|
this.layoutControlGroup9.Size = new System.Drawing.Size(252, 306);
|
|
590 |
this.layoutControlGroup9.Size = new System.Drawing.Size(254, 308);
|
645 |
591 |
this.layoutControlGroup9.Text = "Mapped In-OPC Image";
|
646 |
592 |
//
|
647 |
593 |
// layoutControlItem12
|
... | ... | |
649 |
595 |
this.layoutControlItem12.Control = this.pictureEditMappedOPCIn;
|
650 |
596 |
this.layoutControlItem12.Location = new System.Drawing.Point(0, 0);
|
651 |
597 |
this.layoutControlItem12.Name = "layoutControlItem12";
|
652 |
|
this.layoutControlItem12.Size = new System.Drawing.Size(228, 261);
|
|
598 |
this.layoutControlItem12.Size = new System.Drawing.Size(230, 263);
|
653 |
599 |
this.layoutControlItem12.TextSize = new System.Drawing.Size(0, 0);
|
654 |
600 |
this.layoutControlItem12.TextVisible = false;
|
655 |
601 |
//
|
... | ... | |
657 |
603 |
//
|
658 |
604 |
this.layoutControlGroup10.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
659 |
605 |
this.layoutControlItem13});
|
660 |
|
this.layoutControlGroup10.Location = new System.Drawing.Point(505, 322);
|
|
606 |
this.layoutControlGroup10.Location = new System.Drawing.Point(509, 324);
|
661 |
607 |
this.layoutControlGroup10.Name = "layoutControlGroup10";
|
662 |
|
this.layoutControlGroup10.Size = new System.Drawing.Size(253, 306);
|
|
608 |
this.layoutControlGroup10.Size = new System.Drawing.Size(255, 308);
|
663 |
609 |
this.layoutControlGroup10.Text = "Mapped Out-OPC Image";
|
664 |
610 |
//
|
665 |
611 |
// layoutControlItem13
|
... | ... | |
667 |
613 |
this.layoutControlItem13.Control = this.pictureEditMappedOPCOut;
|
668 |
614 |
this.layoutControlItem13.Location = new System.Drawing.Point(0, 0);
|
669 |
615 |
this.layoutControlItem13.Name = "layoutControlItem13";
|
670 |
|
this.layoutControlItem13.Size = new System.Drawing.Size(229, 261);
|
|
616 |
this.layoutControlItem13.Size = new System.Drawing.Size(231, 263);
|
671 |
617 |
this.layoutControlItem13.TextSize = new System.Drawing.Size(0, 0);
|
672 |
618 |
this.layoutControlItem13.TextVisible = false;
|
673 |
619 |
//
|
|
620 |
// GroupLine
|
|
621 |
//
|
|
622 |
this.GroupLine.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
623 |
this.layoutControlGroup1,
|
|
624 |
this.layoutControlGroup12,
|
|
625 |
this.splitterItem7});
|
|
626 |
this.GroupLine.Location = new System.Drawing.Point(0, 0);
|
|
627 |
this.GroupLine.Name = "GroupLine";
|
|
628 |
this.GroupLine.Size = new System.Drawing.Size(764, 632);
|
|
629 |
this.GroupLine.Text = "Line";
|
|
630 |
//
|
|
631 |
// layoutControlGroup1
|
|
632 |
//
|
|
633 |
this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
634 |
this.layoutControlItem9});
|
|
635 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
|
|
636 |
this.layoutControlGroup1.Name = "layoutControlGroup1";
|
|
637 |
this.layoutControlGroup1.Size = new System.Drawing.Size(764, 314);
|
|
638 |
this.layoutControlGroup1.Text = "ID2 Line List";
|
|
639 |
//
|
|
640 |
// layoutControlItem9
|
|
641 |
//
|
|
642 |
this.layoutControlItem9.Control = this.gridControlLine;
|
|
643 |
this.layoutControlItem9.Location = new System.Drawing.Point(0, 0);
|
|
644 |
this.layoutControlItem9.Name = "layoutControlItem9";
|
|
645 |
this.layoutControlItem9.Size = new System.Drawing.Size(740, 269);
|
|
646 |
this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
|
|
647 |
this.layoutControlItem9.TextVisible = false;
|
|
648 |
//
|
|
649 |
// layoutControlGroup12
|
|
650 |
//
|
|
651 |
this.layoutControlGroup12.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
652 |
this.layoutControlItem15});
|
|
653 |
this.layoutControlGroup12.Location = new System.Drawing.Point(0, 324);
|
|
654 |
this.layoutControlGroup12.Name = "layoutControlGroup12";
|
|
655 |
this.layoutControlGroup12.Size = new System.Drawing.Size(764, 308);
|
|
656 |
this.layoutControlGroup12.Text = "Line Number Attribute";
|
|
657 |
//
|
|
658 |
// layoutControlItem15
|
|
659 |
//
|
|
660 |
this.layoutControlItem15.Control = this.gridControlLineNumberAttribute;
|
|
661 |
this.layoutControlItem15.Location = new System.Drawing.Point(0, 0);
|
|
662 |
this.layoutControlItem15.Name = "layoutControlItem15";
|
|
663 |
this.layoutControlItem15.Size = new System.Drawing.Size(740, 263);
|
|
664 |
this.layoutControlItem15.TextSize = new System.Drawing.Size(0, 0);
|
|
665 |
this.layoutControlItem15.TextVisible = false;
|
|
666 |
//
|
|
667 |
// splitterItem7
|
|
668 |
//
|
|
669 |
this.splitterItem7.AllowHotTrack = true;
|
|
670 |
this.splitterItem7.Location = new System.Drawing.Point(0, 314);
|
|
671 |
this.splitterItem7.Name = "splitterItem7";
|
|
672 |
this.splitterItem7.Size = new System.Drawing.Size(764, 10);
|
|
673 |
//
|
674 |
674 |
// GroupAttribute
|
675 |
675 |
//
|
676 |
676 |
this.GroupAttribute.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
677 |
677 |
this.layoutControlGroup11});
|
678 |
678 |
this.GroupAttribute.Location = new System.Drawing.Point(0, 0);
|
679 |
679 |
this.GroupAttribute.Name = "GroupAttribute";
|
680 |
|
this.GroupAttribute.Size = new System.Drawing.Size(758, 628);
|
|
680 |
this.GroupAttribute.Size = new System.Drawing.Size(764, 632);
|
681 |
681 |
this.GroupAttribute.Text = "Attribute";
|
682 |
682 |
//
|
683 |
683 |
// layoutControlGroup11
|
... | ... | |
686 |
686 |
this.layoutControlItem14});
|
687 |
687 |
this.layoutControlGroup11.Location = new System.Drawing.Point(0, 0);
|
688 |
688 |
this.layoutControlGroup11.Name = "layoutControlGroup11";
|
689 |
|
this.layoutControlGroup11.Size = new System.Drawing.Size(758, 628);
|
|
689 |
this.layoutControlGroup11.Size = new System.Drawing.Size(764, 632);
|
690 |
690 |
this.layoutControlGroup11.Text = "ID2 Attribute List";
|
691 |
691 |
//
|
692 |
692 |
// layoutControlItem14
|
... | ... | |
694 |
694 |
this.layoutControlItem14.Control = this.gridControlAttribute;
|
695 |
695 |
this.layoutControlItem14.Location = new System.Drawing.Point(0, 0);
|
696 |
696 |
this.layoutControlItem14.Name = "layoutControlItem14";
|
697 |
|
this.layoutControlItem14.Size = new System.Drawing.Size(734, 583);
|
|
697 |
this.layoutControlItem14.Size = new System.Drawing.Size(740, 587);
|
698 |
698 |
this.layoutControlItem14.TextSize = new System.Drawing.Size(0, 0);
|
699 |
699 |
this.layoutControlItem14.TextVisible = false;
|
700 |
700 |
//
|
701 |
701 |
// layoutControlItem2
|
702 |
702 |
//
|
703 |
703 |
this.layoutControlItem2.Control = this.btnSave;
|
704 |
|
this.layoutControlItem2.Location = new System.Drawing.Point(923, 674);
|
|
704 |
this.layoutControlItem2.Location = new System.Drawing.Point(931, 678);
|
705 |
705 |
this.layoutControlItem2.MaxSize = new System.Drawing.Size(88, 40);
|
706 |
706 |
this.layoutControlItem2.MinSize = new System.Drawing.Size(88, 40);
|
707 |
707 |
this.layoutControlItem2.Name = "layoutControlItem2";
|
... | ... | |
713 |
713 |
// layoutControlItem3
|
714 |
714 |
//
|
715 |
715 |
this.layoutControlItem3.Control = this.btnClose;
|
716 |
|
this.layoutControlItem3.Location = new System.Drawing.Point(1021, 674);
|
|
716 |
this.layoutControlItem3.Location = new System.Drawing.Point(1029, 678);
|
717 |
717 |
this.layoutControlItem3.MaxSize = new System.Drawing.Size(90, 40);
|
718 |
718 |
this.layoutControlItem3.MinSize = new System.Drawing.Size(90, 40);
|
719 |
719 |
this.layoutControlItem3.Name = "layoutControlItem3";
|
... | ... | |
725 |
725 |
// splitterItem1
|
726 |
726 |
//
|
727 |
727 |
this.splitterItem1.AllowHotTrack = true;
|
728 |
|
this.splitterItem1.Location = new System.Drawing.Point(782, 0);
|
|
728 |
this.splitterItem1.Location = new System.Drawing.Point(788, 0);
|
729 |
729 |
this.splitterItem1.Name = "splitterItem1";
|
730 |
|
this.splitterItem1.Size = new System.Drawing.Size(10, 674);
|
|
730 |
this.splitterItem1.Size = new System.Drawing.Size(10, 678);
|
731 |
731 |
//
|
732 |
732 |
// layoutControlGroup3
|
733 |
733 |
//
|
734 |
734 |
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
735 |
735 |
this.layoutControlItem1});
|
736 |
|
this.layoutControlGroup3.Location = new System.Drawing.Point(792, 0);
|
|
736 |
this.layoutControlGroup3.Location = new System.Drawing.Point(798, 0);
|
737 |
737 |
this.layoutControlGroup3.Name = "layoutControlGroup3";
|
738 |
|
this.layoutControlGroup3.Size = new System.Drawing.Size(319, 224);
|
|
738 |
this.layoutControlGroup3.Size = new System.Drawing.Size(321, 226);
|
739 |
739 |
this.layoutControlGroup3.Text = "Aveva Symbol Structure";
|
740 |
740 |
//
|
741 |
741 |
// layoutControlItem1
|
... | ... | |
743 |
743 |
this.layoutControlItem1.Control = this.treeListAvevaSymbol;
|
744 |
744 |
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
|
745 |
745 |
this.layoutControlItem1.Name = "layoutControlItem1";
|
746 |
|
this.layoutControlItem1.Size = new System.Drawing.Size(295, 179);
|
|
746 |
this.layoutControlItem1.Size = new System.Drawing.Size(297, 181);
|
747 |
747 |
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
|
748 |
748 |
this.layoutControlItem1.TextVisible = false;
|
749 |
749 |
//
|
750 |
750 |
// emptySpaceItem2
|
751 |
751 |
//
|
752 |
752 |
this.emptySpaceItem2.AllowHotTrack = false;
|
753 |
|
this.emptySpaceItem2.Location = new System.Drawing.Point(1011, 674);
|
|
753 |
this.emptySpaceItem2.Location = new System.Drawing.Point(1019, 678);
|
754 |
754 |
this.emptySpaceItem2.MaxSize = new System.Drawing.Size(10, 40);
|
755 |
755 |
this.emptySpaceItem2.MinSize = new System.Drawing.Size(10, 40);
|
756 |
756 |
this.emptySpaceItem2.Name = "emptySpaceItem2";
|
... | ... | |
762 |
762 |
//
|
763 |
763 |
this.layoutControlGroup6.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
764 |
764 |
this.layoutControlItem7});
|
765 |
|
this.layoutControlGroup6.Location = new System.Drawing.Point(792, 234);
|
|
765 |
this.layoutControlGroup6.Location = new System.Drawing.Point(798, 236);
|
766 |
766 |
this.layoutControlGroup6.Name = "layoutControlGroup6";
|
767 |
|
this.layoutControlGroup6.Size = new System.Drawing.Size(319, 400);
|
|
767 |
this.layoutControlGroup6.Size = new System.Drawing.Size(321, 402);
|
768 |
768 |
this.layoutControlGroup6.Text = "Aveva Symbols";
|
769 |
769 |
//
|
770 |
770 |
// layoutControlItem7
|
... | ... | |
772 |
772 |
this.layoutControlItem7.Control = this.galleryControlAvevaSymbols;
|
773 |
773 |
this.layoutControlItem7.Location = new System.Drawing.Point(0, 0);
|
774 |
774 |
this.layoutControlItem7.Name = "layoutControlItem7";
|
775 |
|
this.layoutControlItem7.Size = new System.Drawing.Size(295, 355);
|
|
775 |
this.layoutControlItem7.Size = new System.Drawing.Size(297, 357);
|
776 |
776 |
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
|
777 |
777 |
this.layoutControlItem7.TextVisible = false;
|
778 |
778 |
//
|
779 |
779 |
// splitterItem4
|
780 |
780 |
//
|
781 |
781 |
this.splitterItem4.AllowHotTrack = true;
|
782 |
|
this.splitterItem4.Location = new System.Drawing.Point(792, 224);
|
|
782 |
this.splitterItem4.Location = new System.Drawing.Point(798, 226);
|
783 |
783 |
this.splitterItem4.Name = "splitterItem4";
|
784 |
|
this.splitterItem4.Size = new System.Drawing.Size(319, 10);
|
|
784 |
this.splitterItem4.Size = new System.Drawing.Size(321, 10);
|
785 |
785 |
//
|
786 |
786 |
// layoutControlItem8
|
787 |
787 |
//
|
788 |
788 |
this.layoutControlItem8.Control = this.btnRefreshSymbol;
|
789 |
|
this.layoutControlItem8.Location = new System.Drawing.Point(792, 634);
|
|
789 |
this.layoutControlItem8.Location = new System.Drawing.Point(798, 638);
|
790 |
790 |
this.layoutControlItem8.Name = "layoutControlItem8";
|
791 |
|
this.layoutControlItem8.Size = new System.Drawing.Size(319, 40);
|
|
791 |
this.layoutControlItem8.Size = new System.Drawing.Size(321, 40);
|
792 |
792 |
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
|
793 |
793 |
this.layoutControlItem8.TextVisible = false;
|
794 |
794 |
//
|
... | ... | |
810 |
810 |
//
|
811 |
811 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
812 |
812 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
813 |
|
this.ClientSize = new System.Drawing.Size(1131, 766);
|
|
813 |
this.ClientSize = new System.Drawing.Size(1139, 770);
|
814 |
814 |
this.Controls.Add(this.layoutControl1);
|
815 |
815 |
this.Controls.Add(this.ribbonControl);
|
816 |
816 |
this.Name = "MappingForm";
|
... | ... | |
843 |
843 |
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
|
844 |
844 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
|
845 |
845 |
((System.ComponentModel.ISupportInitialize)(this.tabbedControlGroup)).EndInit();
|
846 |
|
((System.ComponentModel.ISupportInitialize)(this.GroupLine)).EndInit();
|
847 |
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
848 |
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
849 |
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).EndInit();
|
850 |
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
|
851 |
|
((System.ComponentModel.ISupportInitialize)(this.splitterItem7)).EndInit();
|
852 |
846 |
((System.ComponentModel.ISupportInitialize)(this.GroupSymbol)).EndInit();
|
853 |
847 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem2)).EndInit();
|
854 |
848 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem3)).EndInit();
|
... | ... | |
868 |
862 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit();
|
869 |
863 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup10)).EndInit();
|
870 |
864 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem13)).EndInit();
|
|
865 |
((System.ComponentModel.ISupportInitialize)(this.GroupLine)).EndInit();
|
|
866 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
|
|
867 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
|
|
868 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup12)).EndInit();
|
|
869 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit();
|
|
870 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem7)).EndInit();
|
871 |
871 |
((System.ComponentModel.ISupportInitialize)(this.GroupAttribute)).EndInit();
|
872 |
872 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup11)).EndInit();
|
873 |
873 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit();
|