提交当前本机整理版本
This commit is contained in:
+40
-19
@@ -30,9 +30,9 @@
|
||||
{
|
||||
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
|
||||
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
||||
this.scc_container = new DevExpress.XtraEditors.SplitContainerControl();
|
||||
this.tcButtom = new Lskj.Control.TabControlEx();
|
||||
this.mg_control = new Lskj.Control.ModuleGridEx();
|
||||
this.scc_container = new DevExpress.XtraEditors.SplitContainerControl();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
||||
this.panelControl2.SuspendLayout();
|
||||
@@ -63,6 +63,23 @@
|
||||
this.panelControl2.Size = new System.Drawing.Size(703, 534);
|
||||
this.panelControl2.TabIndex = 2;
|
||||
//
|
||||
// scc_container
|
||||
//
|
||||
this.scc_container.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
|
||||
this.scc_container.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.scc_container.Horizontal = false;
|
||||
this.scc_container.Location = new System.Drawing.Point(0, 0);
|
||||
this.scc_container.Name = "scc_container";
|
||||
this.scc_container.Panel1.AutoScroll = true;
|
||||
this.scc_container.Panel1.Controls.Add(this.mg_control);
|
||||
this.scc_container.Panel1.Text = "Panel1";
|
||||
this.scc_container.Panel2.Controls.Add(this.tcButtom);
|
||||
this.scc_container.Panel2.Text = "Panel2";
|
||||
this.scc_container.Size = new System.Drawing.Size(703, 534);
|
||||
this.scc_container.SplitterPosition = 363;
|
||||
this.scc_container.TabIndex = 0;
|
||||
this.scc_container.SplitterMoved += new System.EventHandler(this.OnSplitterMoved);
|
||||
//
|
||||
// tcButtom
|
||||
//
|
||||
this.tcButtom.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
@@ -84,23 +101,27 @@
|
||||
this.mg_control.VisibleOperPanel = true;
|
||||
this.mg_control.VisibleSearchPanel = true;
|
||||
//
|
||||
// scc_container
|
||||
//
|
||||
this.scc_container.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel2;
|
||||
this.scc_container.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.scc_container.Horizontal = false;
|
||||
this.scc_container.Location = new System.Drawing.Point(0, 0);
|
||||
this.scc_container.Name = "scc_container";
|
||||
this.scc_container.Panel1.AutoScroll = true;
|
||||
this.scc_container.Panel1.Controls.Add(this.mg_control);
|
||||
this.scc_container.Panel1.Text = "Panel1";
|
||||
this.scc_container.Panel2.Controls.Add(this.tcButtom);
|
||||
this.scc_container.Panel2.Text = "Panel2";
|
||||
this.scc_container.Size = new System.Drawing.Size(703, 534);
|
||||
this.scc_container.SplitterPosition = 363;
|
||||
this.scc_container.TabIndex = 0;
|
||||
this.scc_container.SplitterMoved += new System.EventHandler(this.OnSplitterMoved);
|
||||
//
|
||||
// ModuleGridDetailEx
|
||||
//
|
||||
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
this.Controls.Add(this.panelControl2);
|
||||
this.Controls.Add(this.pl_bottom);
|
||||
this.Name = "ModuleGridDetailEx";
|
||||
this.Size = new System.Drawing.Size(703, 580);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
||||
this.panelControl2.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.scc_container)).EndInit();
|
||||
this.scc_container.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
private DevExpress.XtraEditors.PanelControl pl_bottom;
|
||||
private DevExpress.XtraEditors.PanelControl panelControl2;
|
||||
public DevExpress.XtraEditors.SplitContainerControl scc_container;
|
||||
private TabControlEx tcButtom;
|
||||
private ModuleGridEx mg_control;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user