ab56a9bcf7
SVN-Revision: r240
210 lines
10 KiB
C#
210 lines
10 KiB
C#
namespace Lskj.MesStart
|
|
{
|
|
partial class FrmMain
|
|
{
|
|
/// <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 Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
|
|
this.pcLeft = new DevExpress.XtraEditors.PanelControl();
|
|
this.moduleWebView1 = new Lskj.Control.ModuleWebView();
|
|
this.pcRight = new DevExpress.XtraEditors.PanelControl();
|
|
this.plCenter = new DevExpress.XtraEditors.PanelControl();
|
|
this.moduleWebView2 = new Lskj.Control.ModuleWebView();
|
|
this.xtraScrollableControl4 = new DevExpress.XtraEditors.XtraScrollableControl();
|
|
this.plTop = new DevExpress.XtraEditors.PanelControl();
|
|
this.plDown = new DevExpress.XtraEditors.PanelControl();
|
|
this.tabControlEx1 = new Lskj.Control.TabControlEx();
|
|
this.xtraScrollableControl1 = new DevExpress.XtraEditors.XtraScrollableControl();
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
|
|
this.splitContainerControl1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pcLeft)).BeginInit();
|
|
this.pcLeft.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pcRight)).BeginInit();
|
|
this.pcRight.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.plCenter)).BeginInit();
|
|
this.plCenter.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.plTop)).BeginInit();
|
|
this.plTop.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.plDown)).BeginInit();
|
|
this.plDown.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// splitContainerControl1
|
|
//
|
|
this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.splitContainerControl1.Name = "splitContainerControl1";
|
|
this.splitContainerControl1.Panel1.Controls.Add(this.pcLeft);
|
|
this.splitContainerControl1.Panel1.Text = "Panel1";
|
|
this.splitContainerControl1.Panel2.Controls.Add(this.pcRight);
|
|
this.splitContainerControl1.Panel2.Text = "Panel2";
|
|
this.splitContainerControl1.Size = new System.Drawing.Size(1113, 714);
|
|
this.splitContainerControl1.SplitterPosition = 373;
|
|
this.splitContainerControl1.TabIndex = 0;
|
|
this.splitContainerControl1.Text = "splitContainerControl1";
|
|
//
|
|
// pcLeft
|
|
//
|
|
this.pcLeft.Controls.Add(this.moduleWebView1);
|
|
this.pcLeft.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pcLeft.Location = new System.Drawing.Point(0, 0);
|
|
this.pcLeft.Name = "pcLeft";
|
|
this.pcLeft.Size = new System.Drawing.Size(373, 714);
|
|
this.pcLeft.TabIndex = 1;
|
|
//
|
|
// moduleWebView1
|
|
//
|
|
this.moduleWebView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.moduleWebView1.Location = new System.Drawing.Point(2, 2);
|
|
this.moduleWebView1.Name = "moduleWebView1";
|
|
this.moduleWebView1.Size = new System.Drawing.Size(369, 710);
|
|
this.moduleWebView1.TabIndex = 0;
|
|
//
|
|
// pcRight
|
|
//
|
|
this.pcRight.Controls.Add(this.plCenter);
|
|
this.pcRight.Controls.Add(this.plTop);
|
|
this.pcRight.Controls.Add(this.plDown);
|
|
this.pcRight.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pcRight.Location = new System.Drawing.Point(0, 0);
|
|
this.pcRight.Name = "pcRight";
|
|
this.pcRight.Size = new System.Drawing.Size(735, 714);
|
|
this.pcRight.TabIndex = 2;
|
|
//
|
|
// plCenter
|
|
//
|
|
this.plCenter.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.plCenter.Appearance.Options.UseBackColor = true;
|
|
this.plCenter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.plCenter.Controls.Add(this.moduleWebView2);
|
|
this.plCenter.Controls.Add(this.xtraScrollableControl4);
|
|
this.plCenter.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.plCenter.Location = new System.Drawing.Point(2, 128);
|
|
this.plCenter.Name = "plCenter";
|
|
this.plCenter.Size = new System.Drawing.Size(731, 341);
|
|
this.plCenter.TabIndex = 8;
|
|
//
|
|
// moduleWebView2
|
|
//
|
|
this.moduleWebView2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.moduleWebView2.Location = new System.Drawing.Point(0, 0);
|
|
this.moduleWebView2.Name = "moduleWebView2";
|
|
this.moduleWebView2.Size = new System.Drawing.Size(731, 341);
|
|
this.moduleWebView2.TabIndex = 3;
|
|
//
|
|
// xtraScrollableControl4
|
|
//
|
|
this.xtraScrollableControl4.Location = new System.Drawing.Point(34, 270);
|
|
this.xtraScrollableControl4.Name = "xtraScrollableControl4";
|
|
this.xtraScrollableControl4.Size = new System.Drawing.Size(75, 23);
|
|
this.xtraScrollableControl4.TabIndex = 2;
|
|
this.xtraScrollableControl4.Visible = false;
|
|
//
|
|
// plTop
|
|
//
|
|
this.plTop.Appearance.BackColor = System.Drawing.Color.White;
|
|
this.plTop.Appearance.Options.UseBackColor = true;
|
|
this.plTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.plTop.Controls.Add(this.xtraScrollableControl1);
|
|
this.plTop.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.plTop.Location = new System.Drawing.Point(2, 2);
|
|
this.plTop.Name = "plTop";
|
|
this.plTop.Size = new System.Drawing.Size(731, 126);
|
|
this.plTop.TabIndex = 7;
|
|
//
|
|
// plDown
|
|
//
|
|
this.plDown.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
this.plDown.Controls.Add(this.tabControlEx1);
|
|
this.plDown.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.plDown.Location = new System.Drawing.Point(2, 469);
|
|
this.plDown.Name = "plDown";
|
|
this.plDown.Size = new System.Drawing.Size(731, 243);
|
|
this.plDown.TabIndex = 4;
|
|
//
|
|
// tabControlEx1
|
|
//
|
|
this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.tabControlEx1.Location = new System.Drawing.Point(0, -32);
|
|
this.tabControlEx1.Name = "tabControlEx1";
|
|
this.tabControlEx1.Size = new System.Drawing.Size(731, 275);
|
|
this.tabControlEx1.TabIndex = 0;
|
|
//
|
|
// xtraScrollableControl1
|
|
//
|
|
this.xtraScrollableControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.xtraScrollableControl1.Location = new System.Drawing.Point(0, 0);
|
|
this.xtraScrollableControl1.Name = "xtraScrollableControl1";
|
|
this.xtraScrollableControl1.Size = new System.Drawing.Size(731, 126);
|
|
this.xtraScrollableControl1.TabIndex = 0;
|
|
//
|
|
// FrmMain
|
|
//
|
|
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
|
this.Appearance.Options.UseBackColor = true;
|
|
this.Appearance.Options.UseFont = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1113, 714);
|
|
this.Controls.Add(this.splitContainerControl1);
|
|
this.Name = "FrmMain";
|
|
this.Text = "开工";
|
|
this.Load += new System.EventHandler(this.OnFrmMainLoad);
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
|
|
this.splitContainerControl1.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pcLeft)).EndInit();
|
|
this.pcLeft.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pcRight)).EndInit();
|
|
this.pcRight.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.plCenter)).EndInit();
|
|
this.plCenter.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.plTop)).EndInit();
|
|
this.plTop.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.plDown)).EndInit();
|
|
this.plDown.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private DevExpress.XtraEditors.SplitContainerControl splitContainerControl1;
|
|
private DevExpress.XtraEditors.PanelControl pcLeft;
|
|
private DevExpress.XtraEditors.PanelControl pcRight;
|
|
private DevExpress.XtraEditors.PanelControl plDown;
|
|
private Control.TabControlEx tabControlEx1;
|
|
private Control.ModuleWebView moduleWebView1;
|
|
private DevExpress.XtraEditors.PanelControl plCenter;
|
|
private DevExpress.XtraEditors.XtraScrollableControl xtraScrollableControl4;
|
|
private DevExpress.XtraEditors.PanelControl plTop;
|
|
private Control.ModuleWebView moduleWebView2;
|
|
private DevExpress.XtraEditors.XtraScrollableControl xtraScrollableControl1;
|
|
|
|
}
|
|
}
|
|
|