www.pudn.com > FORU(SMS).rar > SMS_Main.Designer.cs


namespace FORU_SMS_ 
{ 
    partial class SMS_Main 
    { 
        ///  
        /// 必需的设计器变量。 
        ///  
        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(SMS_Main)); 
            this.menuStrip1 = new System.Windows.Forms.MenuStrip(); 
            this.货物管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.入库管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.出库管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.借货还货ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.盘点管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.基本设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.供货商设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.货物档案设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.仓库设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.查询统计ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.入库查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.出库查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.货物借出查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.货物归还查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.出入库年查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.系统管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.用户管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.修改密码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.添加用户ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.数据备份ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.数据还原ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.数据压缩ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.重新登陆ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.退出系统ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); 
            this.tabControl1 = new System.Windows.Forms.TabControl(); 
            this.tabPage1 = new System.Windows.Forms.TabPage(); 
            this.bt_Cm = new System.Windows.Forms.Button(); 
            this.bt_InOut = new System.Windows.Forms.Button(); 
            this.bt_Mag = new System.Windows.Forms.Button(); 
            this.bt_Out = new System.Windows.Forms.Button(); 
            this.bt_In = new System.Windows.Forms.Button(); 
            this.tabPage2 = new System.Windows.Forms.TabPage(); 
            this.btnSI = new System.Windows.Forms.Button(); 
            this.btnGI = new System.Windows.Forms.Button(); 
            this.btnBI = new System.Windows.Forms.Button(); 
            this.btnPI = new System.Windows.Forms.Button(); 
            this.tabPage3 = new System.Windows.Forms.TabPage(); 
            this.btnOSL = new System.Windows.Forms.Button(); 
            this.btnIOYS = new System.Windows.Forms.Button(); 
            this.btnWG = new System.Windows.Forms.Button(); 
            this.btnGIL = new System.Windows.Forms.Button(); 
            this.btnGOL = new System.Windows.Forms.Button(); 
            this.btnIOMS = new System.Windows.Forms.Button(); 
            this.btnSL = new System.Windows.Forms.Button(); 
            this.btnISL = new System.Windows.Forms.Button(); 
            this.tabPage4 = new System.Windows.Forms.TabPage(); 
            this.button3 = new System.Windows.Forms.Button(); 
            this.button1 = new System.Windows.Forms.Button(); 
            this.btnSum = new System.Windows.Forms.Button(); 
            this.button2 = new System.Windows.Forms.Button(); 
            this.menuStrip1.SuspendLayout(); 
            this.tabControl1.SuspendLayout(); 
            this.tabPage1.SuspendLayout(); 
            this.tabPage2.SuspendLayout(); 
            this.tabPage3.SuspendLayout(); 
            this.tabPage4.SuspendLayout(); 
            this.SuspendLayout(); 
            //  
            // menuStrip1 
            //  
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.货物管理ToolStripMenuItem, 
            this.基本设置ToolStripMenuItem, 
            this.查询统计ToolStripMenuItem, 
            this.系统管理ToolStripMenuItem, 
            this.帮助ToolStripMenuItem}); 
            this.menuStrip1.Location = new System.Drawing.Point(0, 0); 
            this.menuStrip1.Name = "menuStrip1"; 
            this.menuStrip1.Size = new System.Drawing.Size(721, 24); 
            this.menuStrip1.TabIndex = 0; 
            this.menuStrip1.Text = "menuStrip1"; 
            //  
            // 货物管理ToolStripMenuItem 
            //  
            this.货物管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.入库管理ToolStripMenuItem, 
            this.出库管理ToolStripMenuItem, 
            this.借货还货ToolStripMenuItem, 
            this.盘点管理ToolStripMenuItem}); 
            this.货物管理ToolStripMenuItem.Name = "货物管理ToolStripMenuItem"; 
            this.货物管理ToolStripMenuItem.Size = new System.Drawing.Size(65, 20); 
            this.货物管理ToolStripMenuItem.Text = "货物管理"; 
            //  
            // 入库管理ToolStripMenuItem 
            //  
            this.入库管理ToolStripMenuItem.Name = "入库管理ToolStripMenuItem"; 
            this.入库管理ToolStripMenuItem.Size = new System.Drawing.Size(118, 22); 
            this.入库管理ToolStripMenuItem.Text = "入库管理"; 
            this.入库管理ToolStripMenuItem.Click += new System.EventHandler(this.入库管理ToolStripMenuItem_Click); 
            //  
            // 出库管理ToolStripMenuItem 
            //  
            this.出库管理ToolStripMenuItem.Name = "出库管理ToolStripMenuItem"; 
            this.出库管理ToolStripMenuItem.Size = new System.Drawing.Size(118, 22); 
            this.出库管理ToolStripMenuItem.Text = "出库管理"; 
            this.出库管理ToolStripMenuItem.Click += new System.EventHandler(this.出库管理ToolStripMenuItem_Click); 
            //  
            // 借货还货ToolStripMenuItem 
            //  
            this.借货还货ToolStripMenuItem.Name = "借货还货ToolStripMenuItem"; 
            this.借货还货ToolStripMenuItem.Size = new System.Drawing.Size(118, 22); 
            this.借货还货ToolStripMenuItem.Text = "借货还货"; 
            this.借货还货ToolStripMenuItem.Click += new System.EventHandler(this.借货还货ToolStripMenuItem_Click); 
            //  
            // 盘点管理ToolStripMenuItem 
            //  
            this.盘点管理ToolStripMenuItem.Name = "盘点管理ToolStripMenuItem"; 
            this.盘点管理ToolStripMenuItem.Size = new System.Drawing.Size(118, 22); 
            this.盘点管理ToolStripMenuItem.Text = "盘点管理"; 
            this.盘点管理ToolStripMenuItem.Click += new System.EventHandler(this.盘点管理ToolStripMenuItem_Click); 
            //  
            // 基本设置ToolStripMenuItem 
            //  
            this.基本设置ToolStripMenuItem.AutoSize = false; 
            this.基本设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.供货商设置ToolStripMenuItem, 
            this.货物档案设置ToolStripMenuItem, 
            this.仓库设置ToolStripMenuItem}); 
            this.基本设置ToolStripMenuItem.Name = "基本设置ToolStripMenuItem"; 
            this.基本设置ToolStripMenuItem.Size = new System.Drawing.Size(70, 20); 
            this.基本设置ToolStripMenuItem.Text = "基本设置"; 
            //  
            // 供货商设置ToolStripMenuItem 
            //  
            this.供货商设置ToolStripMenuItem.Name = "供货商设置ToolStripMenuItem"; 
            this.供货商设置ToolStripMenuItem.Size = new System.Drawing.Size(142, 22); 
            this.供货商设置ToolStripMenuItem.Text = "供货商设置"; 
            this.供货商设置ToolStripMenuItem.Click += new System.EventHandler(this.供货商设置ToolStripMenuItem_Click); 
            //  
            // 货物档案设置ToolStripMenuItem 
            //  
            this.货物档案设置ToolStripMenuItem.Name = "货物档案设置ToolStripMenuItem"; 
            this.货物档案设置ToolStripMenuItem.Size = new System.Drawing.Size(142, 22); 
            this.货物档案设置ToolStripMenuItem.Text = "货物档案设置"; 
            //  
            // 仓库设置ToolStripMenuItem 
            //  
            this.仓库设置ToolStripMenuItem.Name = "仓库设置ToolStripMenuItem"; 
            this.仓库设置ToolStripMenuItem.Size = new System.Drawing.Size(142, 22); 
            this.仓库设置ToolStripMenuItem.Text = "仓库设置"; 
            this.仓库设置ToolStripMenuItem.Click += new System.EventHandler(this.仓库设置ToolStripMenuItem_Click); 
            //  
            // 查询统计ToolStripMenuItem 
            //  
            this.查询统计ToolStripMenuItem.AutoSize = false; 
            this.查询统计ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.入库查询ToolStripMenuItem, 
            this.出库查询ToolStripMenuItem, 
            this.货物借出查询ToolStripMenuItem, 
            this.货物归还查询ToolStripMenuItem, 
            this.出入库年查询ToolStripMenuItem}); 
            this.查询统计ToolStripMenuItem.Name = "查询统计ToolStripMenuItem"; 
            this.查询统计ToolStripMenuItem.Size = new System.Drawing.Size(70, 20); 
            this.查询统计ToolStripMenuItem.Text = "查询统计"; 
            //  
            // 入库查询ToolStripMenuItem 
            //  
            this.入库查询ToolStripMenuItem.Name = "入库查询ToolStripMenuItem"; 
            this.入库查询ToolStripMenuItem.Size = new System.Drawing.Size(142, 22); 
            this.入库查询ToolStripMenuItem.Text = "货物入库查询"; 
            this.入库查询ToolStripMenuItem.Click += new System.EventHandler(this.入库查询ToolStripMenuItem_Click); 
            //  
            // 出库查询ToolStripMenuItem 
            //  
            this.出库查询ToolStripMenuItem.Name = "出库查询ToolStripMenuItem"; 
            this.出库查询ToolStripMenuItem.Size = new System.Drawing.Size(142, 22); 
            this.出库查询ToolStripMenuItem.Text = "货物出库查询"; 
            this.出库查询ToolStripMenuItem.Click += new System.EventHandler(this.出库查询ToolStripMenuItem_Click); 
            //  
            // 货物借出查询ToolStripMenuItem 
            //  
            this.货物借出查询ToolStripMenuItem.Name = "货物借出查询ToolStripMenuItem"; 
            this.货物借出查询ToolStripMenuItem.Size = new System.Drawing.Size(142, 22); 
            this.货物借出查询ToolStripMenuItem.Text = "货物借出查询"; 
            //  
            // 货物归还查询ToolStripMenuItem 
            //  
            this.货物归还查询ToolStripMenuItem.Name = "货物归还查询ToolStripMenuItem"; 
            this.货物归还查询ToolStripMenuItem.Size = new System.Drawing.Size(142, 22); 
            this.货物归还查询ToolStripMenuItem.Text = "货物归还查询"; 
            //  
            // 出入库年查询ToolStripMenuItem 
            //  
            this.出入库年查询ToolStripMenuItem.Name = "出入库年查询ToolStripMenuItem"; 
            this.出入库年查询ToolStripMenuItem.Size = new System.Drawing.Size(142, 22); 
            this.出入库年查询ToolStripMenuItem.Text = "货物高级查询"; 
            this.出入库年查询ToolStripMenuItem.Click += new System.EventHandler(this.出入库年查询ToolStripMenuItem_Click); 
            //  
            // 系统管理ToolStripMenuItem 
            //  
            this.系统管理ToolStripMenuItem.AutoSize = false; 
            this.系统管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.用户管理ToolStripMenuItem, 
            this.数据备份ToolStripMenuItem, 
            this.数据还原ToolStripMenuItem, 
            this.数据压缩ToolStripMenuItem, 
            this.重新登陆ToolStripMenuItem, 
            this.退出系统ToolStripMenuItem}); 
            this.系统管理ToolStripMenuItem.Name = "系统管理ToolStripMenuItem"; 
            this.系统管理ToolStripMenuItem.Size = new System.Drawing.Size(70, 20); 
            this.系统管理ToolStripMenuItem.Text = "系统管理"; 
            //  
            // 用户管理ToolStripMenuItem 
            //  
            this.用户管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { 
            this.修改密码ToolStripMenuItem, 
            this.添加用户ToolStripMenuItem}); 
            this.用户管理ToolStripMenuItem.Name = "用户管理ToolStripMenuItem"; 
            this.用户管理ToolStripMenuItem.Size = new System.Drawing.Size(118, 22); 
            this.用户管理ToolStripMenuItem.Text = "用户管理"; 
            //  
            // 修改密码ToolStripMenuItem 
            //  
            this.修改密码ToolStripMenuItem.Name = "修改密码ToolStripMenuItem"; 
            this.修改密码ToolStripMenuItem.Size = new System.Drawing.Size(118, 22); 
            this.修改密码ToolStripMenuItem.Text = "修改密码"; 
            this.修改密码ToolStripMenuItem.Click += new System.EventHandler(this.修改密码ToolStripMenuItem_Click); 
            //  
            // 添加用户ToolStripMenuItem 
            //  
            this.添加用户ToolStripMenuItem.Name = "添加用户ToolStripMenuItem"; 
            this.添加用户ToolStripMenuItem.Size = new System.Drawing.Size(118, 22); 
            this.添加用户ToolStripMenuItem.Text = "添加用户"; 
            this.添加用户ToolStripMenuItem.Click += new System.EventHandler(this.添加用户ToolStripMenuItem_Click); 
            //  
            // 数据备份ToolStripMenuItem 
            //  
            this.数据备份ToolStripMenuItem.Name = "数据备份ToolStripMenuItem"; 
            this.数据备份ToolStripMenuItem.Size = new System.Drawing.Size(118, 22); 
            this.数据备份ToolStripMenuItem.Text = "数据备份"; 
            this.数据备份ToolStripMenuItem.Click += new System.EventHandler(this.数据备份ToolStripMenuItem_Click); 
            //  
            // 数据还原ToolStripMenuItem 
            //  
            this.数据还原ToolStripMenuItem.Name = "数据还原ToolStripMenuItem"; 
            this.数据还原ToolStripMenuItem.Size = new System.Drawing.Size(118, 22); 
            this.数据还原ToolStripMenuItem.Text = "数据还原"; 
            this.数据还原ToolStripMenuItem.Click += new System.EventHandler(this.数据还原ToolStripMenuItem_Click); 
            //  
            // 数据压缩ToolStripMenuItem 
            //  
            this.数据压缩ToolStripMenuItem.Name = "数据压缩ToolStripMenuItem"; 
            this.数据压缩ToolStripMenuItem.Size = new System.Drawing.Size(118, 22); 
            this.数据压缩ToolStripMenuItem.Text = "数据压缩"; 
            //  
            // 重新登陆ToolStripMenuItem 
            //  
            this.重新登陆ToolStripMenuItem.Name = "重新登陆ToolStripMenuItem"; 
            this.重新登陆ToolStripMenuItem.Size = new System.Drawing.Size(118, 22); 
            this.重新登陆ToolStripMenuItem.Text = "重新登陆"; 
            this.重新登陆ToolStripMenuItem.Click += new System.EventHandler(this.重新登陆ToolStripMenuItem_Click); 
            //  
            // 退出系统ToolStripMenuItem 
            //  
            this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem"; 
            this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(118, 22); 
            this.退出系统ToolStripMenuItem.Text = "退出系统"; 
            this.退出系统ToolStripMenuItem.Click += new System.EventHandler(this.退出系统ToolStripMenuItem_Click); 
            //  
            // 帮助ToolStripMenuItem 
            //  
            this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem"; 
            this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(41, 20); 
            this.帮助ToolStripMenuItem.Text = "帮助"; 
            //  
            // tabControl1 
            //  
            this.tabControl1.Controls.Add(this.tabPage1); 
            this.tabControl1.Controls.Add(this.tabPage2); 
            this.tabControl1.Controls.Add(this.tabPage3); 
            this.tabControl1.Controls.Add(this.tabPage4); 
            this.tabControl1.Location = new System.Drawing.Point(0, 25); 
            this.tabControl1.Name = "tabControl1"; 
            this.tabControl1.SelectedIndex = 0; 
            this.tabControl1.Size = new System.Drawing.Size(721, 443); 
            this.tabControl1.TabIndex = 1; 
            //  
            // tabPage1 
            //  
            this.tabPage1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tabPage1.BackgroundImage"))); 
            this.tabPage1.Controls.Add(this.bt_Cm); 
            this.tabPage1.Controls.Add(this.bt_InOut); 
            this.tabPage1.Controls.Add(this.bt_Mag); 
            this.tabPage1.Controls.Add(this.bt_Out); 
            this.tabPage1.Controls.Add(this.bt_In); 
            this.tabPage1.Location = new System.Drawing.Point(4, 21); 
            this.tabPage1.Name = "tabPage1"; 
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3); 
            this.tabPage1.Size = new System.Drawing.Size(713, 418); 
            this.tabPage1.TabIndex = 0; 
            this.tabPage1.Text = "货物管理"; 
            this.tabPage1.UseVisualStyleBackColor = true; 
            //  
            // bt_Cm 
            //  
            this.bt_Cm.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.bt_Cm.Location = new System.Drawing.Point(306, 330); 
            this.bt_Cm.Name = "bt_Cm"; 
            this.bt_Cm.Size = new System.Drawing.Size(77, 77); 
            this.bt_Cm.TabIndex = 4; 
            this.bt_Cm.UseVisualStyleBackColor = true; 
            this.bt_Cm.Click += new System.EventHandler(this.bt_Cm_Click); 
            //  
            // bt_InOut 
            //  
            this.bt_InOut.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.bt_InOut.Location = new System.Drawing.Point(470, 218); 
            this.bt_InOut.Name = "bt_InOut"; 
            this.bt_InOut.Size = new System.Drawing.Size(77, 77); 
            this.bt_InOut.TabIndex = 3; 
            this.bt_InOut.UseVisualStyleBackColor = true; 
            this.bt_InOut.Click += new System.EventHandler(this.bt_InOut_Click); 
            //  
            // bt_Mag 
            //  
            this.bt_Mag.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.bt_Mag.Location = new System.Drawing.Point(326, 189); 
            this.bt_Mag.Name = "bt_Mag"; 
            this.bt_Mag.Size = new System.Drawing.Size(77, 77); 
            this.bt_Mag.TabIndex = 2; 
            this.bt_Mag.UseVisualStyleBackColor = true; 
            //  
            // bt_Out 
            //  
            this.bt_Out.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.bt_Out.Location = new System.Drawing.Point(183, 160); 
            this.bt_Out.Name = "bt_Out"; 
            this.bt_Out.Size = new System.Drawing.Size(77, 77); 
            this.bt_Out.TabIndex = 1; 
            this.bt_Out.UseVisualStyleBackColor = true; 
            this.bt_Out.Click += new System.EventHandler(this.bt_Out_Click); 
            //  
            // bt_In 
            //  
            this.bt_In.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.bt_In.Location = new System.Drawing.Point(346, 50); 
            this.bt_In.Name = "bt_In"; 
            this.bt_In.Size = new System.Drawing.Size(77, 77); 
            this.bt_In.TabIndex = 0; 
            this.bt_In.UseVisualStyleBackColor = true; 
            this.bt_In.Click += new System.EventHandler(this.bt_In_Click); 
            //  
            // tabPage2 
            //  
            this.tabPage2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tabPage2.BackgroundImage"))); 
            this.tabPage2.Controls.Add(this.btnSI); 
            this.tabPage2.Controls.Add(this.btnGI); 
            this.tabPage2.Controls.Add(this.btnBI); 
            this.tabPage2.Controls.Add(this.btnPI); 
            this.tabPage2.Location = new System.Drawing.Point(4, 21); 
            this.tabPage2.Name = "tabPage2"; 
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3); 
            this.tabPage2.Size = new System.Drawing.Size(713, 418); 
            this.tabPage2.TabIndex = 1; 
            this.tabPage2.Text = "基础数据"; 
            this.tabPage2.UseVisualStyleBackColor = true; 
            //  
            // btnSI 
            //  
            this.btnSI.AutoSize = true; 
            this.btnSI.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.btnSI.Location = new System.Drawing.Point(485, 254); 
            this.btnSI.Name = "btnSI"; 
            this.btnSI.Size = new System.Drawing.Size(77, 77); 
            this.btnSI.TabIndex = 0; 
            this.btnSI.UseVisualStyleBackColor = true; 
            this.btnSI.Click += new System.EventHandler(this.btnSI_Click); 
            //  
            // btnGI 
            //  
            this.btnGI.AutoSize = true; 
            this.btnGI.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.btnGI.Location = new System.Drawing.Point(205, 252); 
            this.btnGI.Name = "btnGI"; 
            this.btnGI.Size = new System.Drawing.Size(77, 77); 
            this.btnGI.TabIndex = 0; 
            this.btnGI.UseVisualStyleBackColor = true; 
            //  
            // btnBI 
            //  
            this.btnBI.AutoSize = true; 
            this.btnBI.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.btnBI.Location = new System.Drawing.Point(346, 203); 
            this.btnBI.Name = "btnBI"; 
            this.btnBI.Size = new System.Drawing.Size(77, 77); 
            this.btnBI.TabIndex = 0; 
            this.btnBI.UseVisualStyleBackColor = true; 
            //  
            // btnPI 
            //  
            this.btnPI.AutoSize = true; 
            this.btnPI.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.btnPI.Location = new System.Drawing.Point(346, 69); 
            this.btnPI.Name = "btnPI"; 
            this.btnPI.Size = new System.Drawing.Size(77, 77); 
            this.btnPI.TabIndex = 0; 
            this.btnPI.UseVisualStyleBackColor = true; 
            this.btnPI.Click += new System.EventHandler(this.btnPI_Click); 
            //  
            // tabPage3 
            //  
            this.tabPage3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tabPage3.BackgroundImage"))); 
            this.tabPage3.Controls.Add(this.btnOSL); 
            this.tabPage3.Controls.Add(this.btnIOYS); 
            this.tabPage3.Controls.Add(this.btnWG); 
            this.tabPage3.Controls.Add(this.btnGIL); 
            this.tabPage3.Controls.Add(this.btnGOL); 
            this.tabPage3.Controls.Add(this.btnIOMS); 
            this.tabPage3.Controls.Add(this.btnSL); 
            this.tabPage3.Controls.Add(this.btnISL); 
            this.tabPage3.Location = new System.Drawing.Point(4, 21); 
            this.tabPage3.Name = "tabPage3"; 
            this.tabPage3.Padding = new System.Windows.Forms.Padding(3); 
            this.tabPage3.Size = new System.Drawing.Size(713, 418); 
            this.tabPage3.TabIndex = 2; 
            this.tabPage3.Text = "查询统计"; 
            this.tabPage3.UseVisualStyleBackColor = true; 
            //  
            // btnOSL 
            //  
            this.btnOSL.AutoSize = true; 
            this.btnOSL.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.btnOSL.Location = new System.Drawing.Point(468, 95); 
            this.btnOSL.Name = "btnOSL"; 
            this.btnOSL.Size = new System.Drawing.Size(77, 77); 
            this.btnOSL.TabIndex = 0; 
            this.btnOSL.UseVisualStyleBackColor = true; 
            this.btnOSL.Click += new System.EventHandler(this.btnOSL_Click); 
            //  
            // btnIOYS 
            //  
            this.btnIOYS.AutoSize = true; 
            this.btnIOYS.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.btnIOYS.Location = new System.Drawing.Point(497, 204); 
            this.btnIOYS.Name = "btnIOYS"; 
            this.btnIOYS.Size = new System.Drawing.Size(77, 77); 
            this.btnIOYS.TabIndex = 0; 
            this.btnIOYS.UseVisualStyleBackColor = true; 
            //  
            // btnWG 
            //  
            this.btnWG.AutoSize = true; 
            this.btnWG.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.btnWG.Location = new System.Drawing.Point(468, 313); 
            this.btnWG.Name = "btnWG"; 
            this.btnWG.Size = new System.Drawing.Size(77, 77); 
            this.btnWG.TabIndex = 0; 
            this.btnWG.UseVisualStyleBackColor = true; 
            //  
            // btnGIL 
            //  
            this.btnGIL.AutoSize = true; 
            this.btnGIL.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.btnGIL.Location = new System.Drawing.Point(348, 341); 
            this.btnGIL.Name = "btnGIL"; 
            this.btnGIL.Size = new System.Drawing.Size(77, 77); 
            this.btnGIL.TabIndex = 0; 
            this.btnGIL.UseVisualStyleBackColor = true; 
            //  
            // btnGOL 
            //  
            this.btnGOL.AutoSize = true; 
            this.btnGOL.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.btnGOL.Location = new System.Drawing.Point(229, 313); 
            this.btnGOL.Name = "btnGOL"; 
            this.btnGOL.Size = new System.Drawing.Size(77, 77); 
            this.btnGOL.TabIndex = 0; 
            this.btnGOL.UseVisualStyleBackColor = true; 
            //  
            // btnIOMS 
            //  
            this.btnIOMS.AutoSize = true; 
            this.btnIOMS.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.btnIOMS.Location = new System.Drawing.Point(200, 204); 
            this.btnIOMS.Name = "btnIOMS"; 
            this.btnIOMS.Size = new System.Drawing.Size(77, 77); 
            this.btnIOMS.TabIndex = 0; 
            this.btnIOMS.UseVisualStyleBackColor = true; 
            //  
            // btnSL 
            //  
            this.btnSL.AutoSize = true; 
            this.btnSL.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.btnSL.Location = new System.Drawing.Point(229, 95); 
            this.btnSL.Name = "btnSL"; 
            this.btnSL.Size = new System.Drawing.Size(77, 77); 
            this.btnSL.TabIndex = 0; 
            this.btnSL.UseVisualStyleBackColor = true; 
            //  
            // btnISL 
            //  
            this.btnISL.AutoSize = true; 
            this.btnISL.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.btnISL.Location = new System.Drawing.Point(348, 66); 
            this.btnISL.Name = "btnISL"; 
            this.btnISL.Size = new System.Drawing.Size(77, 77); 
            this.btnISL.TabIndex = 0; 
            this.btnISL.UseVisualStyleBackColor = true; 
            this.btnISL.Click += new System.EventHandler(this.btnISL_Click); 
            //  
            // tabPage4 
            //  
            this.tabPage4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tabPage4.BackgroundImage"))); 
            this.tabPage4.Controls.Add(this.button3); 
            this.tabPage4.Controls.Add(this.button1); 
            this.tabPage4.Controls.Add(this.btnSum); 
            this.tabPage4.Location = new System.Drawing.Point(4, 21); 
            this.tabPage4.Name = "tabPage4"; 
            this.tabPage4.Padding = new System.Windows.Forms.Padding(3); 
            this.tabPage4.Size = new System.Drawing.Size(713, 418); 
            this.tabPage4.TabIndex = 3; 
            this.tabPage4.Text = "系统管理"; 
            this.tabPage4.UseVisualStyleBackColor = true; 
            //  
            // button3 
            //  
            this.button3.AutoSize = true; 
            this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.button3.Location = new System.Drawing.Point(485, 254); 
            this.button3.Name = "button3"; 
            this.button3.Size = new System.Drawing.Size(77, 77); 
            this.button3.TabIndex = 1; 
            this.button3.UseVisualStyleBackColor = true; 
            //  
            // button1 
            //  
            this.button1.AutoSize = true; 
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.button1.Location = new System.Drawing.Point(204, 252); 
            this.button1.Name = "button1"; 
            this.button1.Size = new System.Drawing.Size(77, 77); 
            this.button1.TabIndex = 1; 
            this.button1.UseVisualStyleBackColor = true; 
            this.button1.Click += new System.EventHandler(this.button1_Click); 
            //  
            // btnSum 
            //  
            this.btnSum.AutoSize = true; 
            this.btnSum.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.btnSum.Location = new System.Drawing.Point(346, 70); 
            this.btnSum.Name = "btnSum"; 
            this.btnSum.Size = new System.Drawing.Size(77, 77); 
            this.btnSum.TabIndex = 1; 
            this.btnSum.UseVisualStyleBackColor = true; 
            this.btnSum.Click += new System.EventHandler(this.btnSum_Click); 
            //  
            // button2 
            //  
            this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup; 
            this.button2.Location = new System.Drawing.Point(347, 51); 
            this.button2.Name = "button2"; 
            this.button2.Size = new System.Drawing.Size(75, 77); 
            this.button2.TabIndex = 0; 
            this.button2.Text = "button1"; 
            this.button2.UseVisualStyleBackColor = true; 
            //  
            // SMS_Main 
            //  
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 
            this.ClientSize = new System.Drawing.Size(721, 466); 
            this.Controls.Add(this.tabControl1); 
            this.Controls.Add(this.menuStrip1); 
            this.MainMenuStrip = this.menuStrip1; 
            this.MaximizeBox = false; 
            this.Name = "SMS_Main"; 
            this.Text = "SMS_Main"; 
            this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.SMS_Main_FormClosed); 
            this.menuStrip1.ResumeLayout(false); 
            this.menuStrip1.PerformLayout(); 
            this.tabControl1.ResumeLayout(false); 
            this.tabPage1.ResumeLayout(false); 
            this.tabPage2.ResumeLayout(false); 
            this.tabPage2.PerformLayout(); 
            this.tabPage3.ResumeLayout(false); 
            this.tabPage3.PerformLayout(); 
            this.tabPage4.ResumeLayout(false); 
            this.tabPage4.PerformLayout(); 
            this.ResumeLayout(false); 
            this.PerformLayout(); 
 
        } 
 
        #endregion 
 
        private System.Windows.Forms.MenuStrip menuStrip1; 
        private System.Windows.Forms.TabControl tabControl1; 
        private System.Windows.Forms.TabPage tabPage1; 
        private System.Windows.Forms.TabPage tabPage2; 
        private System.Windows.Forms.TabPage tabPage3; 
        private System.Windows.Forms.TabPage tabPage4; 
        private System.Windows.Forms.ToolStripMenuItem 货物管理ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 入库管理ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 出库管理ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 借货还货ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 盘点管理ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 基本设置ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 供货商设置ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 货物档案设置ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 仓库设置ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 查询统计ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 入库查询ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 出库查询ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 出入库年查询ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 货物借出查询ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 货物归还查询ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 系统管理ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 用户管理ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 修改密码ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 添加用户ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 数据备份ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 数据还原ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 数据压缩ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 重新登陆ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 退出系统ToolStripMenuItem; 
        private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem; 
        private System.Windows.Forms.Button bt_Cm; 
        private System.Windows.Forms.Button bt_InOut; 
        private System.Windows.Forms.Button bt_Mag; 
        private System.Windows.Forms.Button bt_Out; 
        private System.Windows.Forms.Button bt_In; 
        private System.Windows.Forms.Button button2; 
        private System.Windows.Forms.Button btnOSL; 
        private System.Windows.Forms.Button btnIOYS; 
        private System.Windows.Forms.Button btnWG; 
        private System.Windows.Forms.Button btnGIL; 
        private System.Windows.Forms.Button btnGOL; 
        private System.Windows.Forms.Button btnIOMS; 
        private System.Windows.Forms.Button btnSL; 
        private System.Windows.Forms.Button btnISL; 
        private System.Windows.Forms.Button btnSI; 
        private System.Windows.Forms.Button btnGI; 
        private System.Windows.Forms.Button btnBI; 
        private System.Windows.Forms.Button btnPI; 
        private System.Windows.Forms.Button button3; 
        private System.Windows.Forms.Button button1; 
        private System.Windows.Forms.Button btnSum; 
    } 
}