SVN-Revision: r891
This commit is contained in:
wyf
2025-07-24 06:01:16 +00:00
parent 5ebde4c564
commit cf35995f85
4 changed files with 82 additions and 68 deletions
+3 -4
View File
@@ -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);