133 lines
5.9 KiB
C#
133 lines
5.9 KiB
C#
namespace Lskj.Control
|
|
{
|
|
partial class ReplacementDetailEx
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing)
|
|
{
|
|
ReleaseResourcesForDispose();
|
|
if (components != null)
|
|
{
|
|
components.Dispose();
|
|
}
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.scc_container = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.mg_control = new Lskj.Control.ModuleGridEx();
|
|
this.tcButtom = new Lskj.Control.TabControlEx();
|
|
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.scc_container)).BeginInit();
|
|
this.scc_container.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
this.panelControl2.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.tcButtom);
|
|
this.scc_container.Panel1.Text = "Panel1";
|
|
this.scc_container.Panel2.Controls.Add(this.mg_control);
|
|
this.scc_container.Panel2.Text = "Panel2";
|
|
this.scc_container.Size = new System.Drawing.Size(703, 534);
|
|
this.scc_container.SplitterPosition = 309;
|
|
this.scc_container.TabIndex = 0;
|
|
this.scc_container.SplitterMoved += new System.EventHandler(this.OnSplitterMoved);
|
|
//
|
|
// mg_control
|
|
//
|
|
this.mg_control.BackColor = System.Drawing.Color.Transparent;
|
|
this.mg_control.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.mg_control.Location = new System.Drawing.Point(0, 0);
|
|
this.mg_control.Name = "mg_control";
|
|
this.mg_control.OperShortMode = true;
|
|
this.mg_control.Size = new System.Drawing.Size(703, 220);
|
|
this.mg_control.TabIndex = 0;
|
|
this.mg_control.VisibleOperPanel = true;
|
|
this.mg_control.VisibleSearchPanel = true;
|
|
//
|
|
// 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, 309);
|
|
this.tcButtom.TabIndex = 0;
|
|
//
|
|
// pl_bottom
|
|
//
|
|
this.pl_bottom.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.pl_bottom.Appearance.Options.UseBackColor = true;
|
|
this.pl_bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.pl_bottom.Location = new System.Drawing.Point(0, 534);
|
|
this.pl_bottom.Name = "pl_bottom";
|
|
this.pl_bottom.Size = new System.Drawing.Size(703, 46);
|
|
this.pl_bottom.TabIndex = 1;
|
|
this.pl_bottom.Visible = false;
|
|
//
|
|
// panelControl2
|
|
//
|
|
this.panelControl2.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
this.panelControl2.Appearance.Options.UseBackColor = true;
|
|
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.panelControl2.Controls.Add(this.scc_container);
|
|
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelControl2.Location = new System.Drawing.Point(0, 0);
|
|
this.panelControl2.Name = "panelControl2";
|
|
this.panelControl2.Size = new System.Drawing.Size(703, 534);
|
|
this.panelControl2.TabIndex = 2;
|
|
//
|
|
// ReplacementDetailEx
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
|
this.Controls.Add(this.panelControl2);
|
|
this.Controls.Add(this.pl_bottom);
|
|
this.Name = "ReplacementDetailEx";
|
|
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 DevExpress.XtraEditors.SplitContainerControl scc_container;
|
|
private ModuleGridEx mg_control;
|
|
private TabControlEx tcButtom;
|
|
private DevExpress.XtraEditors.PanelControl pl_bottom;
|
|
private DevExpress.XtraEditors.PanelControl panelControl2;
|
|
|
|
}
|
|
}
|