ab56a9bcf7
SVN-Revision: r240
305 lines
17 KiB
C#
305 lines
17 KiB
C#
|
||
namespace Lskj.WorkshopProgram
|
||
{
|
||
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()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
|
||
this.btnColse = new System.Windows.Forms.Button();
|
||
this.btnMin = new System.Windows.Forms.Button();
|
||
this.pl_MainTop = new DevExpress.XtraEditors.PanelControl();
|
||
this.lbTitle = new System.Windows.Forms.Label();
|
||
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
||
this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
|
||
this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
|
||
this.pl_MainCenter = new DevExpress.XtraEditors.PanelControl();
|
||
this.pl_center_main_right_container = new System.Windows.Forms.Panel();
|
||
this.plRightLine = new System.Windows.Forms.Panel();
|
||
this.pl_center_main_right = new System.Windows.Forms.Panel();
|
||
this.pl_center_main_bottom_left = new System.Windows.Forms.Panel();
|
||
this.pl_center_main_bottom_left_main = new System.Windows.Forms.Panel();
|
||
this.panel6 = new System.Windows.Forms.Panel();
|
||
this.lblShortcutset = new System.Windows.Forms.Label();
|
||
this.pl_MainLeft = new DevExpress.XtraEditors.PanelControl();
|
||
((System.ComponentModel.ISupportInitialize)(this.pl_MainTop)).BeginInit();
|
||
this.pl_MainTop.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
||
this.panelControl2.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
|
||
this.xtraTabControl1.SuspendLayout();
|
||
this.xtraTabPage1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pl_MainCenter)).BeginInit();
|
||
this.pl_center_main_right_container.SuspendLayout();
|
||
this.pl_center_main_right.SuspendLayout();
|
||
this.pl_center_main_bottom_left.SuspendLayout();
|
||
this.panel6.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pl_MainLeft)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// btnColse
|
||
//
|
||
this.btnColse.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.btnColse.BackColor = System.Drawing.Color.Transparent;
|
||
this.btnColse.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnColse.BackgroundImage")));
|
||
this.btnColse.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btnColse.FlatAppearance.BorderSize = 0;
|
||
this.btnColse.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
||
this.btnColse.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
||
this.btnColse.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btnColse.Location = new System.Drawing.Point(1114, 19);
|
||
this.btnColse.Name = "btnColse";
|
||
this.btnColse.Size = new System.Drawing.Size(30, 30);
|
||
this.btnColse.TabIndex = 10;
|
||
this.btnColse.UseVisualStyleBackColor = false;
|
||
this.btnColse.Click += new System.EventHandler(this.FrmCloseClick);
|
||
//
|
||
// btnMin
|
||
//
|
||
this.btnMin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||
this.btnMin.BackColor = System.Drawing.Color.Transparent;
|
||
this.btnMin.BackgroundImage = global::Lskj.WorkshopProgram.Properties.Resources.sub_btn_min;
|
||
this.btnMin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.btnMin.FlatAppearance.BorderSize = 0;
|
||
this.btnMin.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent;
|
||
this.btnMin.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent;
|
||
this.btnMin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||
this.btnMin.Location = new System.Drawing.Point(1066, 20);
|
||
this.btnMin.Name = "btnMin";
|
||
this.btnMin.Size = new System.Drawing.Size(30, 30);
|
||
this.btnMin.TabIndex = 11;
|
||
this.btnMin.UseVisualStyleBackColor = false;
|
||
this.btnMin.Click += new System.EventHandler(this.OnBtnMinClick);
|
||
//
|
||
// pl_MainTop
|
||
//
|
||
this.pl_MainTop.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(87)))), ((int)(((byte)(167)))));
|
||
this.pl_MainTop.Appearance.Options.UseBackColor = true;
|
||
this.pl_MainTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.pl_MainTop.Controls.Add(this.btnMin);
|
||
this.pl_MainTop.Controls.Add(this.btnColse);
|
||
this.pl_MainTop.Controls.Add(this.lbTitle);
|
||
this.pl_MainTop.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.pl_MainTop.Location = new System.Drawing.Point(0, 0);
|
||
this.pl_MainTop.Name = "pl_MainTop";
|
||
this.pl_MainTop.Size = new System.Drawing.Size(1156, 67);
|
||
this.pl_MainTop.TabIndex = 12;
|
||
//
|
||
// lbTitle
|
||
//
|
||
this.lbTitle.BackColor = System.Drawing.Color.Transparent;
|
||
this.lbTitle.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.lbTitle.Font = new System.Drawing.Font("宋体", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lbTitle.ForeColor = System.Drawing.Color.White;
|
||
this.lbTitle.Location = new System.Drawing.Point(0, 0);
|
||
this.lbTitle.Name = "lbTitle";
|
||
this.lbTitle.Size = new System.Drawing.Size(1156, 61);
|
||
this.lbTitle.TabIndex = 2;
|
||
this.lbTitle.Text = "永盛生产管理系统";
|
||
this.lbTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// panelControl2
|
||
//
|
||
this.panelControl2.Appearance.BackColor = System.Drawing.Color.White;
|
||
this.panelControl2.Appearance.Options.UseBackColor = true;
|
||
this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.panelControl2.Controls.Add(this.xtraTabControl1);
|
||
this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.panelControl2.Location = new System.Drawing.Point(0, 67);
|
||
this.panelControl2.Name = "panelControl2";
|
||
this.panelControl2.Size = new System.Drawing.Size(1156, 570);
|
||
this.panelControl2.TabIndex = 13;
|
||
//
|
||
// xtraTabControl1
|
||
//
|
||
this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
|
||
this.xtraTabControl1.Name = "xtraTabControl1";
|
||
this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
|
||
this.xtraTabControl1.Size = new System.Drawing.Size(1156, 570);
|
||
this.xtraTabControl1.TabIndex = 0;
|
||
this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
|
||
this.xtraTabPage1});
|
||
//
|
||
// xtraTabPage1
|
||
//
|
||
this.xtraTabPage1.Controls.Add(this.pl_MainCenter);
|
||
this.xtraTabPage1.Controls.Add(this.pl_center_main_right_container);
|
||
this.xtraTabPage1.Controls.Add(this.pl_MainLeft);
|
||
this.xtraTabPage1.Name = "xtraTabPage1";
|
||
this.xtraTabPage1.Size = new System.Drawing.Size(1149, 534);
|
||
this.xtraTabPage1.Text = " 功能导航 ";
|
||
//
|
||
// pl_MainCenter
|
||
//
|
||
this.pl_MainCenter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.pl_MainCenter.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pl_MainCenter.Location = new System.Drawing.Point(172, 0);
|
||
this.pl_MainCenter.Name = "pl_MainCenter";
|
||
this.pl_MainCenter.Size = new System.Drawing.Size(815, 534);
|
||
this.pl_MainCenter.TabIndex = 18;
|
||
//
|
||
// pl_center_main_right_container
|
||
//
|
||
this.pl_center_main_right_container.Controls.Add(this.plRightLine);
|
||
this.pl_center_main_right_container.Controls.Add(this.pl_center_main_right);
|
||
this.pl_center_main_right_container.Dock = System.Windows.Forms.DockStyle.Right;
|
||
this.pl_center_main_right_container.Location = new System.Drawing.Point(987, 0);
|
||
this.pl_center_main_right_container.Name = "pl_center_main_right_container";
|
||
this.pl_center_main_right_container.Size = new System.Drawing.Size(162, 534);
|
||
this.pl_center_main_right_container.TabIndex = 16;
|
||
//
|
||
// plRightLine
|
||
//
|
||
this.plRightLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(187)))), ((int)(((byte)(187)))));
|
||
this.plRightLine.Dock = System.Windows.Forms.DockStyle.Left;
|
||
this.plRightLine.Location = new System.Drawing.Point(0, 0);
|
||
this.plRightLine.Name = "plRightLine";
|
||
this.plRightLine.Size = new System.Drawing.Size(2, 534);
|
||
this.plRightLine.TabIndex = 6;
|
||
//
|
||
// pl_center_main_right
|
||
//
|
||
this.pl_center_main_right.Controls.Add(this.pl_center_main_bottom_left);
|
||
this.pl_center_main_right.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pl_center_main_right.Location = new System.Drawing.Point(0, 0);
|
||
this.pl_center_main_right.Name = "pl_center_main_right";
|
||
this.pl_center_main_right.Size = new System.Drawing.Size(162, 534);
|
||
this.pl_center_main_right.TabIndex = 5;
|
||
//
|
||
// pl_center_main_bottom_left
|
||
//
|
||
this.pl_center_main_bottom_left.Controls.Add(this.pl_center_main_bottom_left_main);
|
||
this.pl_center_main_bottom_left.Controls.Add(this.panel6);
|
||
this.pl_center_main_bottom_left.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pl_center_main_bottom_left.Location = new System.Drawing.Point(0, 0);
|
||
this.pl_center_main_bottom_left.Name = "pl_center_main_bottom_left";
|
||
this.pl_center_main_bottom_left.Size = new System.Drawing.Size(162, 534);
|
||
this.pl_center_main_bottom_left.TabIndex = 0;
|
||
//
|
||
// pl_center_main_bottom_left_main
|
||
//
|
||
this.pl_center_main_bottom_left_main.AutoScroll = true;
|
||
this.pl_center_main_bottom_left_main.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
|
||
this.pl_center_main_bottom_left_main.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pl_center_main_bottom_left_main.Location = new System.Drawing.Point(0, 20);
|
||
this.pl_center_main_bottom_left_main.Name = "pl_center_main_bottom_left_main";
|
||
this.pl_center_main_bottom_left_main.Size = new System.Drawing.Size(162, 514);
|
||
this.pl_center_main_bottom_left_main.TabIndex = 3;
|
||
//
|
||
// panel6
|
||
//
|
||
this.panel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(193)))), ((int)(((byte)(193)))));
|
||
this.panel6.Controls.Add(this.lblShortcutset);
|
||
this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
|
||
this.panel6.Location = new System.Drawing.Point(0, 0);
|
||
this.panel6.Name = "panel6";
|
||
this.panel6.Size = new System.Drawing.Size(162, 20);
|
||
this.panel6.TabIndex = 1;
|
||
//
|
||
// lblShortcutset
|
||
//
|
||
this.lblShortcutset.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(208)))), ((int)(((byte)(208)))));
|
||
this.lblShortcutset.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.lblShortcutset.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblShortcutset.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
|
||
this.lblShortcutset.Location = new System.Drawing.Point(0, 0);
|
||
this.lblShortcutset.Name = "lblShortcutset";
|
||
this.lblShortcutset.Size = new System.Drawing.Size(162, 20);
|
||
this.lblShortcutset.TabIndex = 0;
|
||
this.lblShortcutset.Text = " 快捷操作通道";
|
||
this.lblShortcutset.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// pl_MainLeft
|
||
//
|
||
this.pl_MainLeft.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(10)))), ((int)(((byte)(87)))), ((int)(((byte)(167)))));
|
||
this.pl_MainLeft.Appearance.Options.UseBackColor = true;
|
||
this.pl_MainLeft.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
||
this.pl_MainLeft.Dock = System.Windows.Forms.DockStyle.Left;
|
||
this.pl_MainLeft.Location = new System.Drawing.Point(0, 0);
|
||
this.pl_MainLeft.Name = "pl_MainLeft";
|
||
this.pl_MainLeft.Size = new System.Drawing.Size(172, 534);
|
||
this.pl_MainLeft.TabIndex = 13;
|
||
//
|
||
// FrmMain
|
||
//
|
||
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
|
||
this.Appearance.Options.UseBackColor = true;
|
||
this.Appearance.Options.UseFont = true;
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||
this.ClientSize = new System.Drawing.Size(1156, 637);
|
||
this.Controls.Add(this.panelControl2);
|
||
this.Controls.Add(this.pl_MainTop);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.Margin = new System.Windows.Forms.Padding(2);
|
||
this.Name = "FrmMain";
|
||
this.Text = "车间程序";
|
||
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||
this.Load += new System.EventHandler(this.OnFrmLoad);
|
||
((System.ComponentModel.ISupportInitialize)(this.pl_MainTop)).EndInit();
|
||
this.pl_MainTop.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
||
this.panelControl2.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
|
||
this.xtraTabControl1.ResumeLayout(false);
|
||
this.xtraTabPage1.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.pl_MainCenter)).EndInit();
|
||
this.pl_center_main_right_container.ResumeLayout(false);
|
||
this.pl_center_main_right.ResumeLayout(false);
|
||
this.pl_center_main_bottom_left.ResumeLayout(false);
|
||
this.panel6.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.pl_MainLeft)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Button btnColse;
|
||
private System.Windows.Forms.Button btnMin;
|
||
private DevExpress.XtraEditors.PanelControl pl_MainTop;
|
||
private System.Windows.Forms.Label lbTitle;
|
||
private DevExpress.XtraEditors.PanelControl panelControl2;
|
||
private DevExpress.XtraTab.XtraTabControl xtraTabControl1;
|
||
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
|
||
private DevExpress.XtraEditors.PanelControl pl_MainLeft;
|
||
private DevExpress.XtraEditors.PanelControl pl_MainCenter;
|
||
private System.Windows.Forms.Panel pl_center_main_right_container;
|
||
private System.Windows.Forms.Panel plRightLine;
|
||
private System.Windows.Forms.Panel pl_center_main_right;
|
||
private System.Windows.Forms.Panel pl_center_main_bottom_left;
|
||
private System.Windows.Forms.Panel pl_center_main_bottom_left_main;
|
||
private System.Windows.Forms.Panel panel6;
|
||
private System.Windows.Forms.Label lblShortcutset;
|
||
|
||
|
||
|
||
|
||
}
|
||
}
|
||
|