SVN r1224
SVN-Revision: r1224
This commit is contained in:
+11
-11
@@ -75,7 +75,6 @@
|
||||
this.panel6 = new System.Windows.Forms.Panel();
|
||||
this.lblShortcutset = new System.Windows.Forms.Label();
|
||||
this.pl_center_left = new System.Windows.Forms.Panel();
|
||||
this.tv_left = new Lskj.Main.Control.TreeViewCustom();
|
||||
this.xtpWorktop = new DevExpress.XtraTab.XtraTabPage();
|
||||
this.workSplitMainControl = new DevExpress.XtraEditors.SplitContainerControl();
|
||||
this.workTopPanel = new System.Windows.Forms.Panel();
|
||||
@@ -115,6 +114,7 @@
|
||||
this.mark_timer = new System.Windows.Forms.Timer();
|
||||
this.autoGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
|
||||
this.awaitScreenControl = new Lskj.Main.Control.AwaitScreenControl();
|
||||
this.tv_left = new Lskj.Main.Control.TreeViewCustom();
|
||||
this.toolStrip1.SuspendLayout();
|
||||
this.pl_center.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.tabMain)).BeginInit();
|
||||
@@ -629,16 +629,6 @@
|
||||
this.pl_center_left.Size = new System.Drawing.Size(140, 584);
|
||||
this.pl_center_left.TabIndex = 0;
|
||||
//
|
||||
// tv_left
|
||||
//
|
||||
this.tv_left.AutoScroll = true;
|
||||
this.tv_left.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tv_left.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tv_left.Location = new System.Drawing.Point(4, 4);
|
||||
this.tv_left.Name = "tv_left";
|
||||
this.tv_left.Size = new System.Drawing.Size(132, 576);
|
||||
this.tv_left.TabIndex = 1;
|
||||
//
|
||||
// xtpWorktop
|
||||
//
|
||||
this.xtpWorktop.Controls.Add(this.workSplitMainControl);
|
||||
@@ -1152,6 +1142,16 @@
|
||||
this.awaitScreenControl.TabIndex = 0;
|
||||
this.awaitScreenControl.Visible = false;
|
||||
//
|
||||
// tv_left
|
||||
//
|
||||
this.tv_left.AutoScroll = true;
|
||||
this.tv_left.BackColor = System.Drawing.Color.Transparent;
|
||||
this.tv_left.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tv_left.Location = new System.Drawing.Point(4, 4);
|
||||
this.tv_left.Name = "tv_left";
|
||||
this.tv_left.Size = new System.Drawing.Size(132, 576);
|
||||
this.tv_left.TabIndex = 1;
|
||||
//
|
||||
// MainPanelControlEx
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
|
||||
Reference in New Issue
Block a user