/*===================================================================
* 程序说明: frmModuleMain.Designer.cs文件
* 作者资料: 孙中吕
* 创建日期: 2024/05/14 03:58:42
* 最后修改: 2024/05/14 03:58:42
*
* 注: 本文件由代码生成器(Code Generator)自动生成。
* 版权所有 Copyright 2006~2024, C/S框架网(www.cscode.net)
*===================================================================*/
namespace CSFrameworkV5.Demo1
{
partial class frmModuleMain
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmModuleMain));
this.menuStripMain = new System.Windows.Forms.MenuStrip();
this.menuMainDemo1 = new System.Windows.Forms.ToolStripMenuItem();
this.menuTest_Demo1 = new System.Windows.Forms.ToolStripMenuItem();
this.btnTest = 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.btnTest);
this.pnlContainer.Controls.Add(this.menuStripMain);
//
// menuStripMain
//
this.menuStripMain.ImageScalingSize = new System.Drawing.Size(20, 20);
this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuMainDemo1});
this.menuStripMain.Location = new System.Drawing.Point(2, 2);
this.menuStripMain.Name = "menuStripMain";
this.menuStripMain.Padding = new System.Windows.Forms.Padding(7, 3, 0, 3);
this.menuStripMain.Size = new System.Drawing.Size(775, 30);
this.menuStripMain.TabIndex = 0;
//
// menuMainDemo1
//
this.menuMainDemo1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuTest_Demo1});
this.menuMainDemo1.Name = "menuMainDemo1";
this.menuMainDemo1.Size = new System.Drawing.Size(53, 24);
this.menuMainDemo1.Text = "测试";
//
// menuTest_Demo1
//
this.menuTest_Demo1.Name = "menuTest_Demo1";
this.menuTest_Demo1.Size = new System.Drawing.Size(152, 26);
this.menuTest_Demo1.Text = "打开窗体";
this.menuTest_Demo1.Click += new System.EventHandler(this.menuTest_Demo1_Click);
//
// btnTest
//
this.btnTest.Location = new System.Drawing.Point(59, 77);
this.btnTest.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.btnTest.Name = "btnTest";
this.btnTest.Size = new System.Drawing.Size(111, 111);
this.btnTest.TabIndex = 1;
this.btnTest.Text = "测试";
this.btnTest.Click += new System.EventHandler(this.menuTest_Demo1_Click);
//
// frmModuleMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.ClientSize = new System.Drawing.Size(779, 510);
this.MainMenuStrip = this.menuStripMain;
this.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
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 menuMainDemo1;
private System.Windows.Forms.ToolStripMenuItem menuTest_Demo1;
private DevExpress.XtraEditors.SimpleButton btnTest;
}
}