bd739496ff
SVN-Revision: r1200
152 lines
7.7 KiB
C#
152 lines
7.7 KiB
C#
namespace Lskj.PubModuleDetail5
|
|
{
|
|
partial class ProductionMain
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.Tab_additional = new DevExpress.XtraTab.XtraTabControl();
|
|
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
|
this.mg_control = new Lskj.Control.ModuleGridEx();
|
|
this.splitBottomControl = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.gridLeftButtom = new Lskj.Control.GridControlEx();
|
|
this.pl_bottom = new DevExpress.XtraEditors.PanelControl();
|
|
this.tcButtom = new Lskj.Control.TabControlEx();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
|
this.splitContainerControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.Tab_additional)).BeginInit();
|
|
this.Tab_additional.SuspendLayout();
|
|
this.xtraTabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitBottomControl)).BeginInit();
|
|
this.splitBottomControl.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pl_bottom)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainerControl1
|
|
//
|
|
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainerControl1.Horizontal = false;
|
|
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainerControl1.Name = "splitContainerControl1";
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.Tab_additional);
|
|
this.splitContainerControl1.Panel1.Text = "Panel1";
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.splitBottomControl);
|
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
|
this.splitContainerControl1.Size = new System.Drawing.Size(1249, 679);
|
|
this.splitContainerControl1.SplitterPosition = 404;
|
|
this.splitContainerControl1.TabIndex = 0;
|
|
this.splitContainerControl1.Text = "splitContainerControl1";
|
|
this.splitContainerControl1.SplitterPositionChanged += new System.EventHandler(this.splitContainer_SplitterPositionChanged);
|
|
//
|
|
// Tab_additional
|
|
//
|
|
this.Tab_additional.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.Tab_additional.Location = new System.Drawing.Point(0, 0);
|
|
this.Tab_additional.Name = "Tab_additional";
|
|
this.Tab_additional.SelectedTabPage = this.xtraTabPage1;
|
|
this.Tab_additional.Size = new System.Drawing.Size(1249, 404);
|
|
this.Tab_additional.TabIndex = 2;
|
|
this.Tab_additional.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
|
this.xtraTabPage1});
|
|
//
|
|
// xtraTabPage1
|
|
//
|
|
this.xtraTabPage1.Controls.Add(this.mg_control);
|
|
this.xtraTabPage1.Name = "xtraTabPage1";
|
|
this.xtraTabPage1.Size = new System.Drawing.Size(1243, 375);
|
|
this.xtraTabPage1.Text = "默认页签";
|
|
//
|
|
// 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(1243, 375);
|
|
this.mg_control.TabIndex = 1;
|
|
this.mg_control.VisibleMrpSearchPanel = false;
|
|
this.mg_control.VisibleOperPanel = true;
|
|
this.mg_control.VisibleSearchPanel = true;
|
|
//
|
|
// splitBottomControl
|
|
//
|
|
this.splitBottomControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitBottomControl.Location = new System.Drawing.Point(0, 0);
|
|
this.splitBottomControl.Name = "splitBottomControl";
|
|
this.splitBottomControl.Panel1.Controls.Add(this.gridLeftButtom);
|
|
this.splitBottomControl.Panel1.Text = "Panel1";
|
|
this.splitBottomControl.Panel2.Controls.Add(this.tcButtom);
|
|
this.splitBottomControl.Panel2.Controls.Add(this.pl_bottom);
|
|
this.splitBottomControl.Panel2.Text = "Panel2";
|
|
this.splitBottomControl.Size = new System.Drawing.Size(1249, 270);
|
|
this.splitBottomControl.SplitterPosition = 437;
|
|
this.splitBottomControl.TabIndex = 0;
|
|
this.splitBottomControl.Text = "splitContainerControl2";
|
|
this.splitBottomControl.SplitterPositionChanged += new System.EventHandler(this.splitContainerBotton_SplitterPositionChanged);
|
|
//
|
|
// gridLeftButtom
|
|
//
|
|
this.gridLeftButtom.AdapterObj = null;
|
|
this.gridLeftButtom.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.gridLeftButtom.Location = new System.Drawing.Point(0, 0);
|
|
this.gridLeftButtom.Margin = new System.Windows.Forms.Padding(4);
|
|
this.gridLeftButtom.Name = "gridLeftButtom";
|
|
this.gridLeftButtom.SiftEnumObj = Lskj.Control.GridControlEx.HeaderSiftEnum.Sum;
|
|
this.gridLeftButtom.Size = new System.Drawing.Size(437, 270);
|
|
this.gridLeftButtom.SysModel = null;
|
|
this.gridLeftButtom.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, 234);
|
|
this.pl_bottom.Name = "pl_bottom";
|
|
this.pl_bottom.Size = new System.Drawing.Size(807, 36);
|
|
this.pl_bottom.TabIndex = 2;
|
|
this.pl_bottom.Visible = false;
|
|
//
|
|
// 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(807, 234);
|
|
this.tcButtom.TabIndex = 3;
|
|
//
|
|
// ProductionMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.splitContainerControl1);
|
|
this.Name = "ProductionMain";
|
|
this.Size = new System.Drawing.Size(1249, 679);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
|
this.splitContainerControl1.ResumeLayout(false);
|
|
|