32 |
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 |
this.gridControlOPC = new DevExpress.XtraGrid.GridControl();
|
|
36 |
this.gridViewOPC = new DevExpress.XtraGrid.Views.Grid.GridView();
|
35 |
37 |
this.gridControlLine = new DevExpress.XtraGrid.GridControl();
|
36 |
38 |
this.gridViewLine = new DevExpress.XtraGrid.Views.Grid.GridView();
|
37 |
39 |
this.btnRefreshSymbol = new DevExpress.XtraEditors.SimpleButton();
|
... | ... | |
69 |
71 |
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
70 |
72 |
this.splitterItem4 = new DevExpress.XtraLayout.SplitterItem();
|
71 |
73 |
this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
|
72 |
|
this.GroupSpecificSymbol = new DevExpress.XtraLayout.LayoutControlGroup();
|
73 |
|
this.gridControlOPC = new DevExpress.XtraGrid.GridControl();
|
74 |
|
this.gridViewOPC = new DevExpress.XtraGrid.Views.Grid.GridView();
|
75 |
|
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
|
74 |
this.GroupOPC = new DevExpress.XtraLayout.LayoutControlGroup();
|
76 |
75 |
this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
|
|
76 |
this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
|
77 |
77 |
this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
|
78 |
78 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
|
79 |
79 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
|
80 |
80 |
this.layoutControl1.SuspendLayout();
|
|
81 |
((System.ComponentModel.ISupportInitialize)(this.gridControlOPC)).BeginInit();
|
|
82 |
((System.ComponentModel.ISupportInitialize)(this.gridViewOPC)).BeginInit();
|
81 |
83 |
((System.ComponentModel.ISupportInitialize)(this.gridControlLine)).BeginInit();
|
82 |
84 |
((System.ComponentModel.ISupportInitialize)(this.gridViewLine)).BeginInit();
|
83 |
85 |
((System.ComponentModel.ISupportInitialize)(this.galleryControlAvevaSymbols)).BeginInit();
|
... | ... | |
112 |
114 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
|
113 |
115 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem4)).BeginInit();
|
114 |
116 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
|
115 |
|
((System.ComponentModel.ISupportInitialize)(this.GroupSpecificSymbol)).BeginInit();
|
116 |
|
((System.ComponentModel.ISupportInitialize)(this.gridControlOPC)).BeginInit();
|
117 |
|
((System.ComponentModel.ISupportInitialize)(this.gridViewOPC)).BeginInit();
|
118 |
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
|
117 |
((System.ComponentModel.ISupportInitialize)(this.GroupOPC)).BeginInit();
|
119 |
118 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
|
|
119 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
|
120 |
120 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
|
121 |
121 |
this.SuspendLayout();
|
122 |
122 |
//
|
... | ... | |
155 |
155 |
this.layoutControl1.TabIndex = 1;
|
156 |
156 |
this.layoutControl1.Text = "layoutControl1";
|
157 |
157 |
//
|
|
158 |
// gridControlOPC
|
|
159 |
//
|
|
160 |
this.gridControlOPC.Location = new System.Drawing.Point(36, 79);
|
|
161 |
this.gridControlOPC.MainView = this.gridViewOPC;
|
|
162 |
this.gridControlOPC.MenuManager = this.ribbonControl;
|
|
163 |
this.gridControlOPC.Name = "gridControlOPC";
|
|
164 |
this.gridControlOPC.Size = new System.Drawing.Size(709, 261);
|
|
165 |
this.gridControlOPC.TabIndex = 14;
|
|
166 |
this.gridControlOPC.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
|
167 |
this.gridViewOPC});
|
|
168 |
//
|
|
169 |
// gridViewOPC
|
|
170 |
//
|
|
171 |
this.gridViewOPC.GridControl = this.gridControlOPC;
|
|
172 |
this.gridViewOPC.Name = "gridViewOPC";
|
|
173 |
this.gridViewOPC.OptionsView.ShowGroupPanel = false;
|
|
174 |
//
|
158 |
175 |
// gridControlLine
|
159 |
176 |
//
|
160 |
177 |
this.gridControlLine.Location = new System.Drawing.Point(36, 79);
|
... | ... | |
308 |
325 |
//
|
309 |
326 |
this.tabbedControlGroup.Location = new System.Drawing.Point(0, 0);
|
310 |
327 |
this.tabbedControlGroup.Name = "tabbedControlGroup";
|
311 |
|
this.tabbedControlGroup.SelectedTabPage = this.GroupSpecificSymbol;
|
|
328 |
this.tabbedControlGroup.SelectedTabPage = this.GroupOPC;
|
312 |
329 |
this.tabbedControlGroup.Size = new System.Drawing.Size(761, 670);
|
313 |
330 |
this.tabbedControlGroup.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
314 |
331 |
this.GroupSymbol,
|
315 |
|
this.GroupLine,
|
316 |
|
this.GroupSpecificSymbol});
|
|
332 |
this.GroupOPC,
|
|
333 |
this.GroupLine});
|
317 |
334 |
//
|
318 |
335 |
// GroupSymbol
|
319 |
336 |
//
|
... | ... | |
517 |
534 |
this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
|
518 |
535 |
this.layoutControlItem8.TextVisible = false;
|
519 |
536 |
//
|
520 |
|
// GroupSpecificSymbol
|
|
537 |
// GroupOPC
|
521 |
538 |
//
|
522 |
|
this.GroupSpecificSymbol.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
539 |
this.GroupOPC.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
523 |
540 |
this.layoutControlGroup2,
|
524 |
541 |
this.emptySpaceItem3});
|
525 |
|
this.GroupSpecificSymbol.Location = new System.Drawing.Point(0, 0);
|
526 |
|
this.GroupSpecificSymbol.Name = "GroupSpecificSymbol";
|
527 |
|
this.GroupSpecificSymbol.Size = new System.Drawing.Size(737, 624);
|
528 |
|
this.GroupSpecificSymbol.Text = "Specific Symbol";
|
529 |
|
//
|
530 |
|
// gridControlOPC
|
531 |
|
//
|
532 |
|
this.gridControlOPC.Location = new System.Drawing.Point(36, 79);
|
533 |
|
this.gridControlOPC.MainView = this.gridViewOPC;
|
534 |
|
this.gridControlOPC.MenuManager = this.ribbonControl;
|
535 |
|
this.gridControlOPC.Name = "gridControlOPC";
|
536 |
|
this.gridControlOPC.Size = new System.Drawing.Size(709, 261);
|
537 |
|
this.gridControlOPC.TabIndex = 14;
|
538 |
|
this.gridControlOPC.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
539 |
|
this.gridViewOPC});
|
|
542 |
this.GroupOPC.Location = new System.Drawing.Point(0, 0);
|
|
543 |
this.GroupOPC.Name = "GroupOPC";
|
|
544 |
this.GroupOPC.Size = new System.Drawing.Size(737, 624);
|
|
545 |
this.GroupOPC.Text = "OPC Symbol";
|
540 |
546 |
//
|
541 |
|
// gridViewOPC
|
|
547 |
// layoutControlGroup2
|
542 |
548 |
//
|
543 |
|
this.gridViewOPC.GridControl = this.gridControlOPC;
|
544 |
|
this.gridViewOPC.Name = "gridViewOPC";
|
545 |
|
this.gridViewOPC.OptionsView.ShowGroupPanel = false;
|
|
549 |
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
|
550 |
this.layoutControlItem10});
|
|
551 |
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
|
|
552 |
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
|
553 |
this.layoutControlGroup2.Size = new System.Drawing.Size(737, 310);
|
|
554 |
this.layoutControlGroup2.Text = "OPC Symbol";
|
546 |
555 |
//
|
547 |
556 |
// layoutControlItem10
|
548 |
557 |
//
|
... | ... | |
553 |
562 |
this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
|
554 |
563 |
this.layoutControlItem10.TextVisible = false;
|
555 |
564 |
//
|
556 |
|
// layoutControlGroup2
|
557 |
|
//
|
558 |
|
this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
|
559 |
|
this.layoutControlItem10});
|
560 |
|
this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
|
561 |
|
this.layoutControlGroup2.Name = "layoutControlGroup2";
|
562 |
|
this.layoutControlGroup2.Size = new System.Drawing.Size(737, 310);
|
563 |
|
this.layoutControlGroup2.Text = "OPC Symbol";
|
564 |
|
//
|
565 |
565 |
// emptySpaceItem3
|
566 |
566 |
//
|
567 |
567 |
this.emptySpaceItem3.AllowHotTrack = false;
|
... | ... | |
586 |
586 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
|
587 |
587 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
|
588 |
588 |
this.layoutControl1.ResumeLayout(false);
|
|
589 |
((System.ComponentModel.ISupportInitialize)(this.gridControlOPC)).EndInit();
|
|
590 |
((System.ComponentModel.ISupportInitialize)(this.gridViewOPC)).EndInit();
|
589 |
591 |
((System.ComponentModel.ISupportInitialize)(this.gridControlLine)).EndInit();
|
590 |
592 |
((System.ComponentModel.ISupportInitialize)(this.gridViewLine)).EndInit();
|
591 |
593 |
((System.ComponentModel.ISupportInitialize)(this.galleryControlAvevaSymbols)).EndInit();
|
... | ... | |
620 |
622 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
|
621 |
623 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem4)).EndInit();
|
622 |
624 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
|
623 |
|
((System.ComponentModel.ISupportInitialize)(this.GroupSpecificSymbol)).EndInit();
|
624 |
|
((System.ComponentModel.ISupportInitialize)(this.gridControlOPC)).EndInit();
|
625 |
|
((System.ComponentModel.ISupportInitialize)(this.gridViewOPC)).EndInit();
|
626 |
|
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
|
625 |
((System.ComponentModel.ISupportInitialize)(this.GroupOPC)).EndInit();
|
627 |
626 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
|
|
627 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
|
628 |
628 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
|
629 |
629 |
this.ResumeLayout(false);
|
630 |
630 |
this.PerformLayout();
|
... | ... | |
672 |
672 |
private DevExpress.XtraGrid.Views.Grid.GridView gridViewLine;
|
673 |
673 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
|
674 |
674 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
675 |
|
private DevExpress.XtraLayout.LayoutControlGroup GroupSpecificSymbol;
|
676 |
675 |
private DevExpress.XtraGrid.GridControl gridControlOPC;
|
677 |
676 |
private DevExpress.XtraGrid.Views.Grid.GridView gridViewOPC;
|
|
677 |
private DevExpress.XtraLayout.LayoutControlGroup GroupOPC;
|
678 |
678 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
|
679 |
679 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
|
680 |
680 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3;
|