SVN r891
SVN-Revision: r891
This commit is contained in:
+3
-4
@@ -28,7 +28,6 @@
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainPanelControlEx));
|
||||
this.tslCompany = new System.Windows.Forms.ToolStripLabel();
|
||||
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
||||
@@ -113,7 +112,7 @@
|
||||
this.btnClose = new System.Windows.Forms.Button();
|
||||
this.pl_top_left = new System.Windows.Forms.Panel();
|
||||
this.lblSubTitle = new System.Windows.Forms.Label();
|
||||
this.mark_timer = new System.Windows.Forms.Timer(this.components);
|
||||
this.mark_timer = new System.Windows.Forms.Timer();
|
||||
this.autoGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.awaitScreenControl = new Lskj.Main.Control.AwaitScreenControl();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
@@ -369,7 +368,7 @@
|
||||
//
|
||||
// allMenuPanel
|
||||
//
|
||||
this.allMenuPanel.BackColor = System.Drawing.Color.Transparent;
|
||||
this.allMenuPanel.BackColor = System.Drawing.Color.White;
|
||||
this.allMenuPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.allMenuPanel.Location = new System.Drawing.Point(0, 26);
|
||||
this.allMenuPanel.Margin = new System.Windows.Forms.Padding(0);
|
||||
@@ -453,7 +452,7 @@
|
||||
//
|
||||
// collectMenuPanel
|
||||
//
|
||||
this.collectMenuPanel.BackColor = System.Drawing.Color.Transparent;
|
||||
this.collectMenuPanel.BackColor = System.Drawing.Color.White;
|
||||
this.collectMenuPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.collectMenuPanel.Location = new System.Drawing.Point(0, 26);
|
||||
this.collectMenuPanel.Margin = new System.Windows.Forms.Padding(0);
|
||||
|
||||
Reference in New Issue
Block a user