|
|
@@ -1,4 +1,6 @@
|
|
|
|
|
|
+using IMCS.Config;
|
|
|
+
|
|
|
namespace IMCS.Componen
|
|
|
{
|
|
|
partial class Uctl_OContro3
|
|
|
@@ -30,28 +32,23 @@ namespace IMCS.Componen
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
- this.lb_Name = new System.Windows.Forms.Label();
|
|
|
- this.lb_Runing = new System.Windows.Forms.Label();
|
|
|
- this.lb_ConnectionMes = new System.Windows.Forms.Label();
|
|
|
- this.lb_OnLine = new System.Windows.Forms.Label();
|
|
|
- this.pan_cen = new System.Windows.Forms.Panel();
|
|
|
- this.pan_cen_top = new System.Windows.Forms.Panel();
|
|
|
- this.pan_cen_cen = new System.Windows.Forms.Panel();
|
|
|
- this.pan_cen_bottom = new System.Windows.Forms.Panel();
|
|
|
- this.pan_left = new System.Windows.Forms.Panel();
|
|
|
- this.pan_left_top = new System.Windows.Forms.Panel();
|
|
|
- this.pan_left_cen = new System.Windows.Forms.Panel();
|
|
|
- this.pan_left_bottom = new System.Windows.Forms.Panel();
|
|
|
- this.pan_right = new System.Windows.Forms.Panel();
|
|
|
- this.pan_right_top = new System.Windows.Forms.Panel();
|
|
|
- this.pan_right_cen = new System.Windows.Forms.Panel();
|
|
|
- this.pan_right_bottom = new System.Windows.Forms.Panel();
|
|
|
+ this.lb_Name = new LabelBase();
|
|
|
+ this.lb_Runing = new LabelBase();
|
|
|
+ this.lb_ConnectionMes = new LabelBase();
|
|
|
+ this.lb_OnLine = new LabelBase();
|
|
|
+ this.pan_cen = new PanelBase();
|
|
|
+ this.pan_cen_top = new PanelBase();
|
|
|
+ this.pan_cen_cen = new PanelBase();
|
|
|
+ this.pan_cen_bottom = new PanelBase();
|
|
|
+ this.pan_left = new PanelBase();
|
|
|
+ this.pan_left_top = new PanelBase();
|
|
|
+ this.pan_left_cen = new PanelBase();
|
|
|
+ this.pan_left_bottom = new PanelBase();
|
|
|
+ this.pan_right = new PanelBase();
|
|
|
+ this.pan_right_top = new PanelBase();
|
|
|
+ this.pan_right_cen = new PanelBase();
|
|
|
+ this.pan_right_bottom = new PanelBase();
|
|
|
this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
|
- this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
|
- this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
|
- this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|
|
- this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|
|
- this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|
|
this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
|
|
|
this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
|
|
|
this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
|
|
|
@@ -65,7 +62,6 @@ namespace IMCS.Componen
|
|
|
this.barStaticItem9 = new DevExpress.XtraBars.BarStaticItem();
|
|
|
this.barStaticItem10 = new DevExpress.XtraBars.BarStaticItem();
|
|
|
this.barStaticItem11 = new DevExpress.XtraBars.BarStaticItem();
|
|
|
- this.barHeaderItem1 = new DevExpress.XtraBars.BarHeaderItem();
|
|
|
this.barStaticItem12 = new DevExpress.XtraBars.BarStaticItem();
|
|
|
this.barStaticItem13 = new DevExpress.XtraBars.BarStaticItem();
|
|
|
this.barStaticItem14 = new DevExpress.XtraBars.BarStaticItem();
|
|
|
@@ -99,6 +95,12 @@ namespace IMCS.Componen
|
|
|
this.barStaticItem42 = new DevExpress.XtraBars.BarStaticItem();
|
|
|
this.barStaticItem43 = new DevExpress.XtraBars.BarStaticItem();
|
|
|
this.barStaticItem44 = new DevExpress.XtraBars.BarStaticItem();
|
|
|
+ this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
|
+ this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
|
|
+ this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
|
|
+ this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
|
|
+ this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
|
|
+ this.barHeaderItem1 = new DevExpress.XtraBars.BarHeaderItem();
|
|
|
this.pan_cen.SuspendLayout();
|
|
|
this.pan_left.SuspendLayout();
|
|
|
this.pan_right.SuspendLayout();
|
|
|
@@ -159,6 +161,7 @@ namespace IMCS.Componen
|
|
|
//
|
|
|
// pan_cen_top
|
|
|
//
|
|
|
+ this.pan_cen_top.AllowDrop = true;
|
|
|
this.pan_cen_top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(204)))), ((int)(((byte)(255)))));
|
|
|
this.pan_cen_top.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.pan_cen_top.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
@@ -169,6 +172,7 @@ namespace IMCS.Componen
|
|
|
//
|
|
|
// pan_cen_cen
|
|
|
//
|
|
|
+ this.pan_cen_cen.AllowDrop = true;
|
|
|
this.pan_cen_cen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(255)))));
|
|
|
this.pan_cen_cen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.pan_cen_cen.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
@@ -179,6 +183,7 @@ namespace IMCS.Componen
|
|
|
//
|
|
|
// pan_cen_bottom
|
|
|
//
|
|
|
+ this.pan_cen_bottom.AllowDrop = true;
|
|
|
this.pan_cen_bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(255)))));
|
|
|
this.pan_cen_bottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.pan_cen_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
@@ -199,6 +204,7 @@ namespace IMCS.Componen
|
|
|
//
|
|
|
// pan_left_top
|
|
|
//
|
|
|
+ this.pan_left_top.AllowDrop = true;
|
|
|
this.pan_left_top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(204)))), ((int)(((byte)(255)))));
|
|
|
this.pan_left_top.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.pan_left_top.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
@@ -209,6 +215,7 @@ namespace IMCS.Componen
|
|
|
//
|
|
|
// pan_left_cen
|
|
|
//
|
|
|
+ this.pan_left_cen.AllowDrop = true;
|
|
|
this.pan_left_cen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(255)))));
|
|
|
this.pan_left_cen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.pan_left_cen.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
@@ -219,6 +226,7 @@ namespace IMCS.Componen
|
|
|
//
|
|
|
// pan_left_bottom
|
|
|
//
|
|
|
+ this.pan_left_bottom.AllowDrop = true;
|
|
|
this.pan_left_bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(255)))));
|
|
|
this.pan_left_bottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.pan_left_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
@@ -239,6 +247,7 @@ namespace IMCS.Componen
|
|
|
//
|
|
|
// pan_right_top
|
|
|
//
|
|
|
+ this.pan_right_top.AllowDrop = true;
|
|
|
this.pan_right_top.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(204)))), ((int)(((byte)(255)))));
|
|
|
this.pan_right_top.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.pan_right_top.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
@@ -249,6 +258,7 @@ namespace IMCS.Componen
|
|
|
//
|
|
|
// pan_right_cen
|
|
|
//
|
|
|
+ this.pan_right_cen.AllowDrop = true;
|
|
|
this.pan_right_cen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(255)))));
|
|
|
this.pan_right_cen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.pan_right_cen.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
@@ -259,6 +269,7 @@ namespace IMCS.Componen
|
|
|
//
|
|
|
// pan_right_bottom
|
|
|
//
|
|
|
+ this.pan_right_bottom.AllowDrop = true;
|
|
|
this.pan_right_bottom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(51)))), ((int)(((byte)(255)))));
|
|
|
this.pan_right_bottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.pan_right_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
@@ -284,91 +295,6 @@ namespace IMCS.Componen
|
|
|
this.popupMenu1.Manager = this.barManager1;
|
|
|
this.popupMenu1.Name = "popupMenu1";
|
|
|
//
|
|
|
- // barManager1
|
|
|
- //
|
|
|
- this.barManager1.DockControls.Add(this.barDockControlTop);
|
|
|
- this.barManager1.DockControls.Add(this.barDockControlBottom);
|
|
|
- this.barManager1.DockControls.Add(this.barDockControlLeft);
|
|
|
- this.barManager1.DockControls.Add(this.barDockControlRight);
|
|
|
- this.barManager1.Form = this;
|
|
|
- this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
|
- this.barStaticItem1,
|
|
|
- this.barStaticItem2,
|
|
|
- this.barSubItem1,
|
|
|
- this.barStaticItem3,
|
|
|
- this.barStaticItem4,
|
|
|
- this.barStaticItem5,
|
|
|
- this.barStaticItem6,
|
|
|
- this.barStaticItem7,
|
|
|
- this.barSubItem2,
|
|
|
- this.barStaticItem8,
|
|
|
- this.barStaticItem9,
|
|
|
- this.barStaticItem10,
|
|
|
- this.barStaticItem11,
|
|
|
- this.barHeaderItem1,
|
|
|
- this.barStaticItem12,
|
|
|
- this.barStaticItem13,
|
|
|
- this.barStaticItem14,
|
|
|
- this.barStaticItem15,
|
|
|
- this.barStaticItem16,
|
|
|
- this.barStaticItem17,
|
|
|
- this.barStaticItem18,
|
|
|
- this.barStaticItem19,
|
|
|
- this.barStaticItem20,
|
|
|
- this.barStaticItem21,
|
|
|
- this.barStaticItem22,
|
|
|
- this.barStaticItem23,
|
|
|
- this.barStaticItem24,
|
|
|
- this.barStaticItem25,
|
|
|
- this.barStaticItem26,
|
|
|
- this.barStaticItem27,
|
|
|
- this.barStaticItem28,
|
|
|
- this.barStaticItem29,
|
|
|
- this.barStaticItem30,
|
|
|
- this.barStaticItem31,
|
|
|
- this.barStaticItem32,
|
|
|
- this.barStaticItem33,
|
|
|
- this.barStaticItem34,
|
|
|
- this.barStaticItem35,
|
|
|
- this.barStaticItem36,
|
|
|
- this.barStaticItem37,
|
|
|
- this.barStaticItem38,
|
|
|
- this.barStaticItem39,
|
|
|
- this.barStaticItem40,
|
|
|
- this.barStaticItem41,
|
|
|
- this.barStaticItem42,
|
|
|
- this.barStaticItem43,
|
|
|
- this.barStaticItem44});
|
|
|
- this.barManager1.MaxItemId = 47;
|
|
|
- //
|
|
|
- // barDockControlTop
|
|
|
- //
|
|
|
- this.barDockControlTop.CausesValidation = false;
|
|
|
- this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
- this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.barDockControlTop.Size = new System.Drawing.Size(315, 0);
|
|
|
- //
|
|
|
- // barDockControlBottom
|
|
|
- //
|
|
|
- this.barDockControlBottom.CausesValidation = false;
|
|
|
- this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
- this.barDockControlBottom.Location = new System.Drawing.Point(0, 250);
|
|
|
- this.barDockControlBottom.Size = new System.Drawing.Size(315, 0);
|
|
|
- //
|
|
|
- // barDockControlLeft
|
|
|
- //
|
|
|
- this.barDockControlLeft.CausesValidation = false;
|
|
|
- this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
- this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.barDockControlLeft.Size = new System.Drawing.Size(0, 250);
|
|
|
- //
|
|
|
- // barDockControlRight
|
|
|
- //
|
|
|
- this.barDockControlRight.CausesValidation = false;
|
|
|
- this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
- this.barDockControlRight.Location = new System.Drawing.Point(315, 0);
|
|
|
- this.barDockControlRight.Size = new System.Drawing.Size(0, 250);
|
|
|
- //
|
|
|
// barStaticItem1
|
|
|
//
|
|
|
this.barStaticItem1.Caption = "托盘移位";
|
|
|
@@ -495,12 +421,6 @@ namespace IMCS.Componen
|
|
|
this.barStaticItem11.Name = "barStaticItem11";
|
|
|
this.barStaticItem11.TextAlignment = System.Drawing.StringAlignment.Near;
|
|
|
//
|
|
|
- // barHeaderItem1
|
|
|
- //
|
|
|
- this.barHeaderItem1.Caption = "barHeaderItem1";
|
|
|
- this.barHeaderItem1.Id = 13;
|
|
|
- this.barHeaderItem1.Name = "barHeaderItem1";
|
|
|
- //
|
|
|
// barStaticItem12
|
|
|
//
|
|
|
this.barStaticItem12.Caption = "线边库5";
|
|
|
@@ -732,8 +652,100 @@ namespace IMCS.Componen
|
|
|
this.barStaticItem44.Name = "barStaticItem44";
|
|
|
this.barStaticItem44.TextAlignment = System.Drawing.StringAlignment.Near;
|
|
|
//
|
|
|
+ // barManager1
|
|
|
+ //
|
|
|
+ this.barManager1.DockControls.Add(this.barDockControlTop);
|
|
|
+ this.barManager1.DockControls.Add(this.barDockControlBottom);
|
|
|
+ this.barManager1.DockControls.Add(this.barDockControlLeft);
|
|
|
+ this.barManager1.DockControls.Add(this.barDockControlRight);
|
|
|
+ this.barManager1.Form = this;
|
|
|
+ this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
|
+ this.barStaticItem1,
|
|
|
+ this.barStaticItem2,
|
|
|
+ this.barSubItem1,
|
|
|
+ this.barStaticItem3,
|
|
|
+ this.barStaticItem4,
|
|
|
+ this.barStaticItem5,
|
|
|
+ this.barStaticItem6,
|
|
|
+ this.barStaticItem7,
|
|
|
+ this.barSubItem2,
|
|
|
+ this.barStaticItem8,
|
|
|
+ this.barStaticItem9,
|
|
|
+ this.barStaticItem10,
|
|
|
+ this.barStaticItem11,
|
|
|
+ this.barHeaderItem1,
|
|
|
+ this.barStaticItem12,
|
|
|
+ this.barStaticItem13,
|
|
|
+ this.barStaticItem14,
|
|
|
+ this.barStaticItem15,
|
|
|
+ this.barStaticItem16,
|
|
|
+ this.barStaticItem17,
|
|
|
+ this.barStaticItem18,
|
|
|
+ this.barStaticItem19,
|
|
|
+ this.barStaticItem20,
|
|
|
+ this.barStaticItem21,
|
|
|
+ this.barStaticItem22,
|
|
|
+ this.barStaticItem23,
|
|
|
+ this.barStaticItem24,
|
|
|
+ this.barStaticItem25,
|
|
|
+ this.barStaticItem26,
|
|
|
+ this.barStaticItem27,
|
|
|
+ this.barStaticItem28,
|
|
|
+ this.barStaticItem29,
|
|
|
+ this.barStaticItem30,
|
|
|
+ this.barStaticItem31,
|
|
|
+ this.barStaticItem32,
|
|
|
+ this.barStaticItem33,
|
|
|
+ this.barStaticItem34,
|
|
|
+ this.barStaticItem35,
|
|
|
+ this.barStaticItem36,
|
|
|
+ this.barStaticItem37,
|
|
|
+ this.barStaticItem38,
|
|
|
+ this.barStaticItem39,
|
|
|
+ this.barStaticItem40,
|
|
|
+ this.barStaticItem41,
|
|
|
+ this.barStaticItem42,
|
|
|
+ this.barStaticItem43,
|
|
|
+ this.barStaticItem44});
|
|
|
+ this.barManager1.MaxItemId = 47;
|
|
|
+ //
|
|
|
+ // barDockControlTop
|
|
|
+ //
|
|
|
+ this.barDockControlTop.CausesValidation = false;
|
|
|
+ this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
+ this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.barDockControlTop.Size = new System.Drawing.Size(315, 0);
|
|
|
+ //
|
|
|
+ // barDockControlBottom
|
|
|
+ //
|
|
|
+ this.barDockControlBottom.CausesValidation = false;
|
|
|
+ this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
+ this.barDockControlBottom.Location = new System.Drawing.Point(0, 250);
|
|
|
+ this.barDockControlBottom.Size = new System.Drawing.Size(315, 0);
|
|
|
+ //
|
|
|
+ // barDockControlLeft
|
|
|
+ //
|
|
|
+ this.barDockControlLeft.CausesValidation = false;
|
|
|
+ this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
+ this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.barDockControlLeft.Size = new System.Drawing.Size(0, 250);
|
|
|
+ //
|
|
|
+ // barDockControlRight
|
|
|
+ //
|
|
|
+ this.barDockControlRight.CausesValidation = false;
|
|
|
+ this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
+ this.barDockControlRight.Location = new System.Drawing.Point(315, 0);
|
|
|
+ this.barDockControlRight.Size = new System.Drawing.Size(0, 250);
|
|
|
+ //
|
|
|
+ // barHeaderItem1
|
|
|
+ //
|
|
|
+ this.barHeaderItem1.Caption = "barHeaderItem1";
|
|
|
+ this.barHeaderItem1.Id = 13;
|
|
|
+ this.barHeaderItem1.Name = "barHeaderItem1";
|
|
|
+ //
|
|
|
// Uctl_OContro3
|
|
|
//
|
|
|
+ this.AllowDrop = true;
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(4)))), ((int)(((byte)(73)))), ((int)(((byte)(99)))));
|
|
|
@@ -744,6 +756,10 @@ namespace IMCS.Componen
|
|
|
this.Controls.Add(this.lb_Runing);
|
|
|
this.Controls.Add(this.lb_ConnectionMes);
|
|
|
this.Controls.Add(this.lb_OnLine);
|
|
|
+ this.Controls.Add(this.barDockControlLeft);
|
|
|
+ this.Controls.Add(this.barDockControlRight);
|
|
|
+ this.Controls.Add(this.barDockControlBottom);
|
|
|
+ this.Controls.Add(this.barDockControlTop);
|
|
|
this.Name = "Uctl_OContro3";
|
|
|
this.Size = new System.Drawing.Size(315, 250);
|
|
|
this.pan_cen.ResumeLayout(false);
|
|
|
@@ -758,23 +774,23 @@ namespace IMCS.Componen
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
- private System.Windows.Forms.Label lb_Name;
|
|
|
- private System.Windows.Forms.Label lb_Runing;
|
|
|
- private System.Windows.Forms.Label lb_ConnectionMes;
|
|
|
- private System.Windows.Forms.Label lb_OnLine;
|
|
|
- private System.Windows.Forms.Panel pan_cen;
|
|
|
- private System.Windows.Forms.Panel pan_cen_top;
|
|
|
- private System.Windows.Forms.Panel pan_cen_cen;
|
|
|
- private System.Windows.Forms.Panel pan_cen_bottom;
|
|
|
- private System.Windows.Forms.Panel pan_left;
|
|
|
- private System.Windows.Forms.Panel pan_left_top;
|
|
|
- private System.Windows.Forms.Panel pan_left_cen;
|
|
|
- private System.Windows.Forms.Panel pan_left_bottom;
|
|
|
- private System.Windows.Forms.Panel pan_right;
|
|
|
- private System.Windows.Forms.Panel pan_right_top;
|
|
|
- private System.Windows.Forms.Panel pan_right_cen;
|
|
|
- private System.Windows.Forms.Panel pan_right_bottom;
|
|
|
- private DevExpress.XtraBars.PopupMenu popupMenu1;
|
|
|
+ private LabelBase lb_Name;
|
|
|
+ private LabelBase lb_Runing;
|
|
|
+ private LabelBase lb_ConnectionMes;
|
|
|
+ private LabelBase lb_OnLine;
|
|
|
+ private PanelBase pan_cen;
|
|
|
+ private PanelBase pan_cen_top;
|
|
|
+ private PanelBase pan_cen_cen;
|
|
|
+ private PanelBase pan_cen_bottom;
|
|
|
+ private PanelBase pan_left;
|
|
|
+ private PanelBase pan_left_top;
|
|
|
+ private PanelBase pan_left_cen;
|
|
|
+ private PanelBase pan_left_bottom;
|
|
|
+ private PanelBase pan_right;
|
|
|
+ private PanelBase pan_right_top;
|
|
|
+ private PanelBase pan_right_cen;
|
|
|
+ private PanelBase pan_right_bottom;
|
|
|
+ // public DevExpress.XtraBars.PopupMenu popupMenu1;
|
|
|
private DevExpress.XtraBars.BarManager barManager1;
|
|
|
private DevExpress.XtraBars.BarStaticItem barStaticItem1;
|
|
|
private DevExpress.XtraBars.BarStaticItem barStaticItem2;
|
|
|
@@ -827,5 +843,6 @@ namespace IMCS.Componen
|
|
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
|
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
|
|
private DevExpress.XtraBars.BarHeaderItem barHeaderItem1;
|
|
|
+ //public DevExpress.XtraBars.PopupMenu popupMenu1;
|
|
|
}
|
|
|
}
|