SVN-Revision: r282
This commit is contained in:
cyf
2025-02-25 01:54:47 +00:00
parent 90e6885779
commit 645ed54877
7 changed files with 594 additions and 408 deletions
+29 -51
View File
@@ -28,35 +28,18 @@
/// </summary>
private void InitializeComponent()
{
this.scc_container = new DevExpress.XtraEditors.SplitContainerControl();
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
this.mg_control = new Lskj.Control.ModuleGridEx();
this.tcButtom = new Lskj.Control.TabControlEx();
((System.ComponentModel.ISupportInitialize)(this.scc_container)).BeginInit();
this.scc_container.SuspendLayout();
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();
((System.ComponentModel.ISupportInitialize)(this.scc_container)).BeginInit();
this.scc_container.SuspendLayout();
this.SuspendLayout();
//
// 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);
//
// pl_bottom
//
this.pl_bottom.Appearance.BackColor = System.Drawing.Color.Transparent;
@@ -80,6 +63,14 @@
this.panelControl2.Size = new System.Drawing.Size(703, 534);
this.panelControl2.TabIndex = 2;
//
// tcButtom
//
this.tcButtom.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcButtom.Location = new System.Drawing.Point(0, 0);
this.tcButtom.Name = "tcButtom";
this.tcButtom.Size = new System.Drawing.Size(703, 166);
this.tcButtom.TabIndex = 0;
//
// mg_control
//
this.mg_control.BackColor = System.Drawing.Color.Transparent;
@@ -89,40 +80,27 @@
this.mg_control.OperShortMode = false;
this.mg_control.Size = new System.Drawing.Size(703, 363);
this.mg_control.TabIndex = 0;
this.mg_control.VisibleMrpSearchPanel = false;
this.mg_control.VisibleOperPanel = true;
this.mg_control.VisibleSearchPanel = true;
//
// tcButtom
// scc_container
//
this.tcButtom.Dock = System.Windows.Forms.DockStyle.Fill;
this.tcButtom.Location = new System.Drawing.Point(0, 0);
this.tcButtom.Name = "tcButtom";
this.tcButtom.Size = new System.Drawing.Size(703, 165);
this.tcButtom.TabIndex = 0;
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.scc_container)).EndInit();
this.scc_container.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
this.panelControl2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private ModuleGridEx mg_control;
private TabControlEx tcButtom;
private DevExpress.XtraEditors.PanelControl pl_bottom;
private DevExpress.XtraEditors.PanelControl panelControl2;
public DevExpress.XtraEditors.SplitContainerControl scc_container;
}
}