|
namespace CSFrameworkV5.GSTEST
|
{
|
partial class frmGSTESTMain
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
this.components = new System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGSTESTMain));
|
this.btnUser = new DevExpress.XtraEditors.SimpleButton();
|
this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
|
this.menuStripMain = new System.Windows.Forms.MenuStrip();
|
this.menuGSTEST = new System.Windows.Forms.ToolStripMenuItem();
|
this.menuItemUserMgr = new System.Windows.Forms.ToolStripMenuItem();
|
this.到货单2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
|
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
|
((System.ComponentModel.ISupportInitialize)(this.pnlContainer)).BeginInit();
|
this.pnlContainer.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
|
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.simpleButton2);
|
this.pnlContainer.Controls.Add(this.simpleButton1);
|
this.pnlContainer.Controls.Add(this.btnUser);
|
this.pnlContainer.Controls.Add(this.menuStripMain);
|
this.pnlContainer.Size = new System.Drawing.Size(800, 540);
|
//
|
// btnUser
|
//
|
this.btnUser.Appearance.Options.UseTextOptions = true;
|
this.btnUser.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
|
this.btnUser.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.btnUser.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.btnUser.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnUser.ImageOptions.Image")));
|
this.btnUser.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
|
this.btnUser.Location = new System.Drawing.Point(15, 36);
|
this.btnUser.Margin = new System.Windows.Forms.Padding(6);
|
this.btnUser.Name = "btnUser";
|
this.btnUser.Padding = new System.Windows.Forms.Padding(11, 13, 11, 13);
|
this.btnUser.Size = new System.Drawing.Size(158, 89);
|
this.btnUser.TabIndex = 20;
|
this.btnUser.Text = "到货单";
|
this.btnUser.Click += new System.EventHandler(this.btnUser_Click);
|
//
|
// popupMenu1
|
//
|
this.popupMenu1.Name = "popupMenu1";
|
//
|
// menuStripMain
|
//
|
this.menuStripMain.ImageScalingSize = new System.Drawing.Size(20, 20);
|
this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.menuGSTEST});
|
this.menuStripMain.Location = new System.Drawing.Point(2, 2);
|
this.menuStripMain.Name = "menuStripMain";
|
this.menuStripMain.Size = new System.Drawing.Size(796, 28);
|
this.menuStripMain.TabIndex = 21;
|
//
|
// menuGSTEST
|
//
|
this.menuGSTEST.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.menuItemUserMgr,
|
this.到货单2ToolStripMenuItem});
|
this.menuGSTEST.Name = "menuGSTEST";
|
this.menuGSTEST.Size = new System.Drawing.Size(83, 24);
|
this.menuGSTEST.Text = "广深测试";
|
//
|
// menuItemUserMgr
|
//
|
this.menuItemUserMgr.Name = "menuItemUserMgr";
|
this.menuItemUserMgr.Size = new System.Drawing.Size(224, 26);
|
this.menuItemUserMgr.Text = "到货单测试";
|
//
|
// 到货单2ToolStripMenuItem
|
//
|
this.到货单2ToolStripMenuItem.Name = "到货单2ToolStripMenuItem";
|
this.到货单2ToolStripMenuItem.Size = new System.Drawing.Size(224, 26);
|
this.到货单2ToolStripMenuItem.Text = "到货单2";
|
//
|
// simpleButton1
|
//
|
this.simpleButton1.Appearance.Options.UseTextOptions = true;
|
this.simpleButton1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
|
this.simpleButton1.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.simpleButton1.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.simpleButton1.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton1.ImageOptions.Image")));
|
this.simpleButton1.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
|
this.simpleButton1.Location = new System.Drawing.Point(203, 38);
|
this.simpleButton1.Margin = new System.Windows.Forms.Padding(6);
|
this.simpleButton1.Name = "simpleButton1";
|
this.simpleButton1.Padding = new System.Windows.Forms.Padding(11, 13, 11, 13);
|
this.simpleButton1.Size = new System.Drawing.Size(158, 89);
|
this.simpleButton1.TabIndex = 22;
|
this.simpleButton1.Text = "到货单2";
|
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
|
//
|
// simpleButton2
|
//
|
this.simpleButton2.Appearance.Options.UseTextOptions = true;
|
this.simpleButton2.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
|
this.simpleButton2.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
|
this.simpleButton2.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.simpleButton2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("simpleButton2.ImageOptions.Image")));
|
this.simpleButton2.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleLeft;
|
this.simpleButton2.Location = new System.Drawing.Point(396, 36);
|
this.simpleButton2.Margin = new System.Windows.Forms.Padding(6);
|
this.simpleButton2.Name = "simpleButton2";
|
this.simpleButton2.Padding = new System.Windows.Forms.Padding(11, 13, 11, 13);
|
this.simpleButton2.Size = new System.Drawing.Size(158, 89);
|
this.simpleButton2.TabIndex = 23;
|
this.simpleButton2.Text = "到货单3";
|
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
|
//
|
// frmGSTESTMain
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(800, 540);
|
this.MainMenuStrip = this.menuStripMain;
|
this.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
this.Name = "frmGSTESTMain";
|
this.Text = "广深测试主窗体";
|
((System.ComponentModel.ISupportInitialize)(this.pnlContainer)).EndInit();
|
this.pnlContainer.ResumeLayout(false);
|
this.pnlContainer.PerformLayout();
|
((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
|
this.menuStripMain.ResumeLayout(false);
|
this.menuStripMain.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraEditors.SimpleButton btnUser;
|
private System.Windows.Forms.MenuStrip menuStripMain;
|
private System.Windows.Forms.ToolStripMenuItem menuGSTEST;
|
private System.Windows.Forms.ToolStripMenuItem menuItemUserMgr;
|
private DevExpress.XtraBars.PopupMenu popupMenu1;
|
private DevExpress.XtraEditors.SimpleButton simpleButton1;
|
private System.Windows.Forms.ToolStripMenuItem 到货单2ToolStripMenuItem;
|
private DevExpress.XtraEditors.SimpleButton simpleButton2;
|
}
|
}
|