namespace ProductManager
{
partial class FormMain
{
private System.ComponentModel.IContainer components = null;
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
this.menuStrip = new System.Windows.Forms.MenuStrip();
this.systemMenu = new System.Windows.Forms.ToolStripMenuItem();
this.backupMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.serviceMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.loginMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.infoMenu = new System.Windows.Forms.ToolStripMenuItem();
this.providerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.clientMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.workerMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.userMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.buyMenu = new System.Windows.Forms.ToolStripMenuItem();
this.buyInfoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.buySelectMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sellMenu = new System.Windows.Forms.ToolStripMenuItem();
this.sellInfoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sellSelectMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.productMenu = new System.Windows.Forms.ToolStripMenuItem();
this.productTypeMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.productInfoMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.inputMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.outputMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.productCheckMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.helpMenu = new System.Windows.Forms.ToolStripMenuItem();
this.calcToolMenu = new System.Windows.Forms.ToolStripMenuItem();
this.notepadToolMenu = new System.Windows.Forms.ToolStripMenuItem();
this.navigateMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.powerStateMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.statusLabelUser = new System.Windows.Forms.ToolStripStatusLabel();
this.statusLabelTime = new System.Windows.Forms.ToolStripStatusLabel();
this.timerInfo = new System.Windows.Forms.Timer(this.components);
this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cmsVisible = new System.Windows.Forms.ToolStripMenuItem();
this.cmsLogin = new System.Windows.Forms.ToolStripMenuItem();
this.cmsExit = new System.Windows.Forms.ToolStripMenuItem();
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.imageList = new System.Windows.Forms.ImageList(this.components);
this.splitterNavigate = new System.Windows.Forms.Splitter();
this.buyTotalMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.sellTotalMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip.SuspendLayout();
this.statusStrip.SuspendLayout();
this.contextMenuStrip.SuspendLayout();
this.SuspendLayout();
//
// menuStrip
//
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.systemMenu,
this.infoMenu,
this.buyMenu,
this.sellMenu,
this.productMenu,
this.helpMenu});
this.menuStrip.Location = new System.Drawing.Point(0, 0);
this.menuStrip.Name = "menuStrip";
this.menuStrip.Size = new System.Drawing.Size(1016, 24);
this.menuStrip.TabIndex = 0;
//
// systemMenu
//
this.systemMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.backupMenuItem,
this.serviceMenuItem,
this.loginMenuItem,
this.exitMenuItem});
this.systemMenu.Name = "systemMenu";
this.systemMenu.Size = new System.Drawing.Size(83, 20);
this.systemMenu.Text = "系统维护(&S)";
//
// backupMenuItem
//
this.backupMenuItem.Name = "backupMenuItem";
this.backupMenuItem.Size = new System.Drawing.Size(148, 22);
this.backupMenuItem.Text = "数据库备份(&B)";
this.backupMenuItem.Click += new System.EventHandler(this.backupMenuItem_Click);
//
// serviceMenuItem
//
this.serviceMenuItem.Name = "serviceMenuItem";
this.serviceMenuItem.Size = new System.Drawing.Size(148, 22);
this.serviceMenuItem.Text = "服务控制器(&S)";
this.serviceMenuItem.Click += new System.EventHandler(this.serviceMenuItem_Click);
//
// loginMenuItem
//
this.loginMenuItem.Name = "loginMenuItem";
this.loginMenuItem.Size = new System.Drawing.Size(148, 22);
this.loginMenuItem.Text = "重新登录(&R)";
this.loginMenuItem.Click += new System.EventHandler(this.loginMenuItem_Click);
//
// exitMenuItem
//
this.exitMenuItem.Name = "exitMenuItem";
this.exitMenuItem.Size = new System.Drawing.Size(148, 22);
this.exitMenuItem.Text = "系统退出(&X)";
this.exitMenuItem.Click += new System.EventHandler(this.exitMenuItem_Click);
//
// infoMenu
//
this.infoMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.providerMenuItem,
this.clientMenuItem,
this.workerMenuItem,
this.userMenuItem});
this.infoMenu.Name = "infoMenu";
this.infoMenu.Size = new System.Drawing.Size(107, 20);
this.infoMenu.Text = "基本信息管理(&I)";
//
// providerMenuItem
//
this.providerMenuItem.Name = "providerMenuItem";
this.providerMenuItem.Size = new System.Drawing.Size(148, 22);
this.providerMenuItem.Text = "供应商管理(&P)";
this.providerMenuItem.Click += new System.EventHandler(this.providerMenuItem_Click);
//
// clientMenuItem
//
this.clientMenuItem.Name = "clientMenuItem";
this.clientMenuItem.Size = new System.Drawing.Size(148, 22);
this.clientMenuItem.Text = "客户管理(&C)";
this.clientMenuItem.Click += new System.EventHandler(this.clientMenuItem_Click);
//
// workerMenuItem
//
this.workerMenuItem.Name = "workerMenuItem";
this.workerMenuItem.Size = new System.Drawing.Size(148, 22);
this.workerMenuItem.Text = "职员管理(&W)";
this.workerMenuItem.Click += new System.EventHandler(this.workerMenuItem_Click);
//
// userMenuItem
//
this.userMenuItem.Name = "userMenuItem";
this.userMenuItem.Size = new System.Drawing.Size(148, 22);
this.userMenuItem.Text = "用户管理(&U)";
this.userMenuItem.Click += new System.EventHandler(this.userMenuItem_Click);
//
// buyMenu
//
this.buyMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.buyInfoMenuItem,
this.buySelectMenuItem,
this.buyTotalMenuItem});
this.buyMenu.Name = "buyMenu";
this.buyMenu.Size = new System.Drawing.Size(107, 20);
this.buyMenu.Text = "商品采购管理(&B)";
//
// buyInfoMenuItem
//
this.buyInfoMenuItem.Name = "buyInfoMenuItem";
this.buyInfoMenuItem.Size = new System.Drawing.Size(152, 22);
this.buyInfoMenuItem.Text = "采购管理(&I)";
this.buyInfoMenuItem.Click += new System.EventHandler(this.buyInfoMenuItem_Click);
//
// buySelectMenuItem
//
this.buySelectMenuItem.Name = "buySelectMenuItem";
this.buySelectMenuItem.Size = new System.Drawing.Size(152, 22);
this.buySelectMenuItem.Text = "采购查询(&S)";
this.buySelectMenuItem.Click += new System.EventHandler(this.buySelectMenuItem_Click);
//
// sellMenu
//
this.sellMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.sellInfoMenuItem,
this.sellSelectMenuItem,
this.sellTotalMenuItem});
this.sellMenu.Name = "sellMenu";
this.sellMenu.Size = new System.Drawing.Size(107, 20);
this.sellMenu.Text = "商品订单管理(&D)";
//
// sellInfoMenuItem
//
this.sellInfoMenuItem.Name = "sellInfoMenuItem";
this.sellInfoMenuItem.Size = new System.Drawing.Size(152, 22);
this.sellInfoMenuItem.Text = "订单管理(&I)";
this.sellInfoMenuItem.Click += new System.EventHandler(this.sellInfoMenuItem_Click);
//
// sellSelectMenuItem
//
this.sellSelectMenuItem.Name = "sellSelectMenuItem";
this.sellSelectMenuItem.Size = new System.Drawing.Size(152, 22);
this.sellSelectMenuItem.Text = "订单查询(&S)";
this.sellSelectMenuItem.Click += new System.EventHandler(this.sellSelectMenuItem_Click);
//
// productMenu
//
this.productMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.productTypeMenuItem,
this.productInfoMenuItem,
this.inputMenuItem,
this.outputMenuItem,
this.productCheckMenuItem});
this.productMenu.Name = "productMenu";
this.productMenu.Size = new System.Drawing.Size(107, 20);
this.productMenu.Text = "商品库存管理(&P)";
//
// productTypeMenuItem
//
this.productTypeMenuItem.Name = "productTypeMenuItem";
this.productTypeMenuItem.Size = new System.Drawing.Size(136, 22);
this.productTypeMenuItem.Text = "商品类别(&T)";
this.productTypeMenuItem.Click += new System.EventHandler(this.productTypeMenuItem_Click);
//
// productInfoMenuItem
//
this.productInfoMenuItem.Name = "productInfoMenuItem";
this.productInfoMenuItem.Size = new System.Drawing.Size(136, 22);
this.productInfoMenuItem.Text = "库存管理(&C)";
this.productInfoMenuItem.Click += new System.EventHandler(this.productInfoMenuItem_Click);
//
// inputMenuItem
//
this.inputMenuItem.Name = "inputMenuItem";
this.inputMenuItem.Size = new System.Drawing.Size(136, 22);
this.inputMenuItem.Text = "入库管理(&I)";
this.inputMenuItem.Click += new System.EventHandler(this.inputMenuItem_Click);
//
// outputMenuItem
//
this.outputMenuItem.Name = "outputMenuItem";
this.outputMenuItem.Size = new System.Drawing.Size(136, 22);
this.outputMenuItem.Text = "出库管理(&O)";
this.outputMenuItem.Click += new System.EventHandler(this.outputMenuItem_Click);
//
// productCheckMenuItem
//
this.productCheckMenuItem.Name = "productCheckMenuItem";
this.productCheckMenuItem.Size = new System.Drawing.Size(136, 22);
this.productCheckMenuItem.Text = "商品盘点(&P)";
this.productCheckMenuItem.Click += new System.EventHandler(this.productCheckMenuItem_Click);
//
// helpMenu
//
this.helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.calcToolMenu,
this.notepadToolMenu,
this.navigateMenuItem,
this.powerStateMenuItem});
this.helpMenu.Name = "helpMenu";
this.helpMenu.Size = new System.Drawing.Size(59, 20);
this.helpMenu.Text = "帮助(&H)";
//
// calcToolMenu
//
this.calcToolMenu.Name = "calcToolMenu";
this.calcToolMenu.Size = new System.Drawing.Size(148, 22);
this.calcToolMenu.Text = "计算器(&C)";
this.calcToolMenu.Click += new System.EventHandler(this.calcToolMenu_Click);
//
// notepadToolMenu
//
this.notepadToolMenu.Name = "notepadToolMenu";
this.notepadToolMenu.Size = new System.Drawing.Size(148, 22);
this.notepadToolMenu.Text = "记事本(&N)";
this.notepadToolMenu.Click += new System.EventHandler(this.notepadToolMenu_Click);
//
// navigateMenuItem
//
this.navigateMenuItem.Name = "navigateMenuItem";
this.navigateMenuItem.Size = new System.Drawing.Size(148, 22);
this.navigateMenuItem.Text = "列表导航栏(&B)";
this.navigateMenuItem.Click += new System.EventHandler(this.navigateMenuItem_Click);
//
// powerStateMenuItem
//
this.powerStateMenuItem.Name = "powerStateMenuItem";
this.powerStateMenuItem.Size = new System.Drawing.Size(148, 22);
this.powerStateMenuItem.Text = "定时锁机(&L)";
this.powerStateMenuItem.Click += new System.EventHandler(this.powerStateMenuItem_Click);
//
// statusStrip
//
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.statusLabelUser,
this.statusLabelTime});
this.statusStrip.Location = new System.Drawing.Point(0, 712);
this.statusStrip.Name = "statusStrip";
this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
this.statusStrip.ShowItemToolTips = true;
this.statusStrip.Size = new System.Drawing.Size(1016, 22);
this.statusStrip.SizingGrip = false;
this.statusStrip.TabIndex = 1;
//
// statusLabelUser
//
this.statusLabelUser.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelUser.Image")));
this.statusLabelUser.Name = "statusLabelUser";
this.statusLabelUser.Size = new System.Drawing.Size(500, 17);
this.statusLabelUser.Spring = true;
this.statusLabelUser.ToolTipText = "当前用户权限";
//
// statusLabelTime
//
this.statusLabelTime.Image = ((System.Drawing.Image)(resources.GetObject("statusLabelTime.Image")));
this.statusLabelTime.Name = "statusLabelTime";
this.statusLabelTime.Size = new System.Drawing.Size(500, 17);
this.statusLabelTime.Spring = true;
this.statusLabelTime.ToolTipText = "当前系统时间";
//
// timerInfo
//
this.timerInfo.Enabled = true;
this.timerInfo.Interval = 500;
this.timerInfo.Tick += new System.EventHandler(this.timerInfo_Tick);
//
// contextMenuStrip
//
this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cmsVisible,
this.cmsLogin,
this.cmsExit});
this.contextMenuStrip.Name = "contextMenuStrip";
this.contextMenuStrip.ShowImageMargin = false;
this.contextMenuStrip.Size = new System.Drawing.Size(118, 70);
//
// cmsVisible
//
this.cmsVisible.Name = "cmsVisible";
this.cmsVisible.Size = new System.Drawing.Size(117, 22);
this.cmsVisible.Text = "显示/隐藏(&V)";
this.cmsVisible.Click += new System.EventHandler(this.notifyIcon_DoubleClick);
//
// cmsLogin
//
this.cmsLogin.Name = "cmsLogin";
this.cmsLogin.Size = new System.Drawing.Size(117, 22);
this.cmsLogin.Text = "重新登录(&R)";
this.cmsLogin.Click += new System.EventHandler(this.loginMenuItem_Click);
//
// cmsExit
//
this.cmsExit.Name = "cmsExit";
this.cmsExit.Size = new System.Drawing.Size(117, 22);
this.cmsExit.Text = "退出(&X)";
this.cmsExit.Click += new System.EventHandler(this.exitMenuItem_Click);
//
// notifyIcon
//
this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
this.notifyIcon.ContextMenuStrip = this.contextMenuStrip;
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
this.notifyIcon.Text = "企业销售管理系统";
this.notifyIcon.Visible = true;
this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick);
//
// imageList
//
this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
this.imageList.TransparentColor = System.Drawing.Color.Transparent;
this.imageList.Images.SetKeyName(0, "users.ico");
this.imageList.Images.SetKeyName(1, "user.ico");
//
// splitterNavigate
//
this.splitterNavigate.BackColor = System.Drawing.SystemColors.Window;
this.splitterNavigate.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.splitterNavigate.Cursor = System.Windows.Forms.Cursors.Hand;
this.splitterNavigate.Location = new System.Drawing.Point(0, 24);
this.splitterNavigate.Name = "splitterNavigate";
this.splitterNavigate.Size = new System.Drawing.Size(240, 688);
this.splitterNavigate.TabIndex = 5;
this.splitterNavigate.TabStop = false;
//
// buyTotalMenuItem
//
this.buyTotalMenuItem.Name = "buyTotalMenuItem";
this.buyTotalMenuItem.Size = new System.Drawing.Size(152, 22);
this.buyTotalMenuItem.Text = "采购统计(&T)";
this.buyTotalMenuItem.Click += new System.EventHandler(this.buyTotalMenuItem_Click);
//
// sellTotalMenuItem
//
this.sellTotalMenuItem.Name = "sellTotalMenuItem";
this.sellTotalMenuItem.Size = new System.Drawing.Size(152, 22);
this.sellTotalMenuItem.Text = "订单统计(&T)";
this.sellTotalMenuItem.Click += new System.EventHandler(this.sellTotalMenuItem_Click);
//
// FormMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(1016, 734);
this.Controls.Add(this.splitterNavigate);
this.Controls.Add(this.statusStrip);
this.Controls.Add(this.menuStrip);
this.DoubleBuffered = true;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip;
this.Name = "FormMain";
this.menuStrip.ResumeLayout(false);
this.menuStrip.PerformLayout();
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.contextMenuStrip.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip;
private System.Windows.Forms.ToolStripMenuItem systemMenu;
private System.Windows.Forms.ToolStripMenuItem backupMenuItem;
private System.Windows.Forms.ToolStripMenuItem loginMenuItem;
private System.Windows.Forms.ToolStripMenuItem exitMenuItem;
private System.Windows.Forms.ToolStripMenuItem infoMenu;
private System.Windows.Forms.ToolStripMenuItem providerMenuItem;
private System.Windows.Forms.ToolStripMenuItem clientMenuItem;
private System.Windows.Forms.ToolStripMenuItem buyMenu;
private System.Windows.Forms.ToolStripMenuItem sellMenu;
private System.Windows.Forms.ToolStripMenuItem productMenu;
private System.Windows.Forms.ToolStripMenuItem productCheckMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpMenu;
private System.Windows.Forms.ToolStripMenuItem calcToolMenu;
private System.Windows.Forms.ToolStripMenuItem notepadToolMenu;
private System.Windows.Forms.ToolStripMenuItem powerStateMenuItem;
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.ToolStripStatusLabel statusLabelUser;
private System.Windows.Forms.ToolStripStatusLabel statusLabelTime;
private System.Windows.Forms.Timer timerInfo;
private System.Windows.Forms.NotifyIcon notifyIcon;
private System.Windows.Forms.ImageList imageList;
private System.Windows.Forms.Splitter splitterNavigate;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip;
private System.Windows.Forms.ToolStripMenuItem cmsVisible;
private System.Windows.Forms.ToolStripMenuItem cmsLogin;
private System.Windows.Forms.ToolStripMenuItem cmsExit;
private System.Windows.Forms.ToolStripMenuItem productInfoMenuItem;
private System.Windows.Forms.ToolStripMenuItem inputMenuItem;
private System.Windows.Forms.ToolStripMenuItem outputMenuItem;
private System.Windows.Forms.ToolStripMenuItem buyInfoMenuItem;
private System.Windows.Forms.ToolStripMenuItem buySelectMenuItem;
private System.Windows.Forms.ToolStripMenuItem workerMenuItem;
private System.Windows.Forms.ToolStripMenuItem sellInfoMenuItem;
private System.Windows.Forms.ToolStripMenuItem sellSelectMenuItem;
private System.Windows.Forms.ToolStripMenuItem serviceMenuItem;
private System.Windows.Forms.ToolStripMenuItem navigateMenuItem;
private System.Windows.Forms.ToolStripMenuItem userMenuItem;
private System.Windows.Forms.ToolStripMenuItem productTypeMenuItem;
private System.Windows.Forms.ToolStripMenuItem buyTotalMenuItem;
private System.Windows.Forms.ToolStripMenuItem sellTotalMenuItem;
}
}