|
/*===================================================================
|
* 程序说明: frmModuleMain.Designer.cs文件
|
* 作者资料: 孙中吕
|
* 创建日期: 2024/07/20 10:03:22
|
* 最后修改: 2024/07/20 10:03:22
|
*
|
* 注: 本文件由代码生成器(Code Generator)自动生成。
|
* 版权所有 Copyright 2006~2024, C/S框架网(www.cscode.net)
|
*===================================================================*/
|
|
namespace CSFrameworkV5.womcaa
|
{
|
partial class frmModuleMain
|
{
|
/// <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(frmModuleMain));
|
this.menuStripMain = new System.Windows.Forms.MenuStrip();
|
this.menuMainwomcaa = new System.Windows.Forms.ToolStripMenuItem();
|
this.menuTest_womcaa = new System.Windows.Forms.ToolStripMenuItem();
|
this.btnrwd = new DevExpress.XtraEditors.SimpleButton();
|
this.btngd = new DevExpress.XtraEditors.SimpleButton();
|
this.btnpc = new DevExpress.XtraEditors.SimpleButton();
|
((System.ComponentModel.ISupportInitialize)(this.pnlContainer)).BeginInit();
|
this.pnlContainer.SuspendLayout();
|
this.menuStripMain.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// ilReports
|
//
|
this.ilReports.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilReports.ImageStream")));
|
this.ilReports.Images.SetKeyName(0, "16_ArrayWhite.bmp");
|
//
|
// pnlContainer
|
//
|
this.pnlContainer.Controls.Add(this.btnpc);
|
this.pnlContainer.Controls.Add(this.btngd);
|
this.pnlContainer.Controls.Add(this.btnrwd);
|
this.pnlContainer.Controls.Add(this.menuStripMain);
|
//
|
// menuStripMain
|
//
|
this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.menuMainwomcaa});
|
this.menuStripMain.Location = new System.Drawing.Point(2, 2);
|
this.menuStripMain.Name = "menuStripMain";
|
this.menuStripMain.Size = new System.Drawing.Size(678, 25);
|
this.menuStripMain.TabIndex = 0;
|
//
|
// menuMainwomcaa
|
//
|
this.menuMainwomcaa.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.menuTest_womcaa});
|
this.menuMainwomcaa.Name = "menuMainwomcaa";
|
this.menuMainwomcaa.Size = new System.Drawing.Size(56, 21);
|
this.menuMainwomcaa.Text = "任务单";
|
//
|
// menuTest_womcaa
|
//
|
this.menuTest_womcaa.Name = "menuTest_womcaa";
|
this.menuTest_womcaa.Size = new System.Drawing.Size(124, 22);
|
this.menuTest_womcaa.Text = "打开窗体";
|
this.menuTest_womcaa.Click += new System.EventHandler(this.menuTest_womcaa_Click);
|
//
|
// btnrwd
|
//
|
this.btnrwd.Location = new System.Drawing.Point(52, 60);
|
this.btnrwd.Name = "btnrwd";
|
this.btnrwd.Size = new System.Drawing.Size(97, 86);
|
this.btnrwd.TabIndex = 1;
|
this.btnrwd.Text = "任务单";
|
this.btnrwd.Click += new System.EventHandler(this.menuTest_womcaa_Click);
|
//
|
// btngd
|
//
|
this.btngd.Location = new System.Drawing.Point(155, 60);
|
this.btngd.Name = "btngd";
|
this.btngd.Size = new System.Drawing.Size(97, 86);
|
this.btngd.TabIndex = 2;
|
this.btngd.Text = "工单";
|
this.btngd.Click += new System.EventHandler(this.simpleButton1_Click);
|
//
|
// btnpc
|
//
|
this.btnpc.Location = new System.Drawing.Point(258, 60);
|
this.btnpc.Name = "btnpc";
|
this.btnpc.Size = new System.Drawing.Size(97, 86);
|
this.btnpc.TabIndex = 3;
|
this.btnpc.Text = "排产";
|
this.btnpc.Click += new System.EventHandler(this.simpleButton2_Click);
|
//
|
// frmModuleMain
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
this.ClientSize = new System.Drawing.Size(682, 397);
|
this.MainMenuStrip = this.menuStripMain;
|
this.Name = "frmModuleMain";
|
((System.ComponentModel.ISupportInitialize)(this.pnlContainer)).EndInit();
|
this.pnlContainer.ResumeLayout(false);
|
this.pnlContainer.PerformLayout();
|
this.menuStripMain.ResumeLayout(false);
|
this.menuStripMain.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.MenuStrip menuStripMain;
|
private System.Windows.Forms.ToolStripMenuItem menuMainwomcaa;
|
private System.Windows.Forms.ToolStripMenuItem menuTest_womcaa;
|
private DevExpress.XtraEditors.SimpleButton btnrwd;
|
private DevExpress.XtraEditors.SimpleButton btngd;
|
private DevExpress.XtraEditors.SimpleButton btnpc;
|
}
|
}
|