📄 frmmain.designer.cs
字号:
namespace EMS
{
partial class frmMain
{
/// <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(frmMain));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.tlmBuy = new System.Windows.Forms.ToolStripMenuItem();
this.fileBuyStock = new System.Windows.Forms.ToolStripMenuItem();
this.fileRebuyStock = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.fileBuyStockAnalyse = new System.Windows.Forms.ToolStripMenuItem();
this.fileBuyStockSum = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.fileUnitsList = new System.Windows.Forms.ToolStripMenuItem();
this.tlmSale = new System.Windows.Forms.ToolStripMenuItem();
this.fileSellStock = new System.Windows.Forms.ToolStripMenuItem();
this.fileResellStock = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.fileSellStockSum = new System.Windows.Forms.ToolStripMenuItem();
this.fileSellStockStatus = new System.Windows.Forms.ToolStripMenuItem();
this.fileSellStockOrderBy = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.fileSellStockCost = new System.Windows.Forms.ToolStripMenuItem();
this.fileCurrentBook = new System.Windows.Forms.ToolStripMenuItem();
this.tlmStock = new System.Windows.Forms.ToolStripMenuItem();
this.fileStockStatus = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.fileUpperLimit = new System.Windows.Forms.ToolStripMenuItem();
this.fileLowerLimit = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
this.fileCheckStock = new System.Windows.Forms.ToolStripMenuItem();
this.tlmBase = new System.Windows.Forms.ToolStripMenuItem();
this.fileStore = new System.Windows.Forms.ToolStripMenuItem();
this.fileUnits = new System.Windows.Forms.ToolStripMenuItem();
this.fileEmployee = new System.Windows.Forms.ToolStripMenuItem();
this.tlmSystem = new System.Windows.Forms.ToolStripMenuItem();
this.fileUnit = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
this.frmSysPopedom = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.fileBakupAndRestor = new System.Windows.Forms.ToolStripMenuItem();
this.fileClearTable = new System.Windows.Forms.ToolStripMenuItem();
this.辅助工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.登录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator12 = new System.Windows.Forms.ToolStripSeparator();
this.启动WordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.启动ExcelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator13 = new System.Windows.Forms.ToolStripSeparator();
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.fileEnd = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tlmBuy,
this.tlmSale,
this.tlmStock,
this.tlmBase,
this.tlmSystem,
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(853, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// tlmBuy
//
this.tlmBuy.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileBuyStock,
this.fileRebuyStock,
this.toolStripSeparator1,
this.fileBuyStockAnalyse,
this.fileBuyStockSum,
this.toolStripSeparator2,
this.fileUnitsList});
this.tlmBuy.Enabled = false;
this.tlmBuy.Name = "tlmBuy";
this.tlmBuy.Size = new System.Drawing.Size(83, 20);
this.tlmBuy.Text = "进货管理(&B)";
//
// fileBuyStock
//
this.fileBuyStock.Image = global::EMS.Properties.Resources._45;
this.fileBuyStock.Name = "fileBuyStock";
this.fileBuyStock.Size = new System.Drawing.Size(190, 22);
this.fileBuyStock.Text = "进货单";
this.fileBuyStock.Click += new System.EventHandler(this.fileBuyStock_Click);
//
// fileRebuyStock
//
this.fileRebuyStock.Image = global::EMS.Properties.Resources._44;
this.fileRebuyStock.Name = "fileRebuyStock";
this.fileRebuyStock.Size = new System.Drawing.Size(190, 22);
this.fileRebuyStock.Text = "进货退货单";
this.fileRebuyStock.Click += new System.EventHandler(this.fileRebuyStock_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(187, 6);
//
// fileBuyStockAnalyse
//
this.fileBuyStockAnalyse.Name = "fileBuyStockAnalyse";
this.fileBuyStockAnalyse.Size = new System.Drawing.Size(190, 22);
this.fileBuyStockAnalyse.Text = "进货分析";
this.fileBuyStockAnalyse.Click += new System.EventHandler(this.fileBuyStockAnalyse_Click);
//
// fileBuyStockSum
//
this.fileBuyStockSum.Name = "fileBuyStockSum";
this.fileBuyStockSum.Size = new System.Drawing.Size(190, 22);
this.fileBuyStockSum.Text = "进货统计(不含退货)";
this.fileBuyStockSum.Click += new System.EventHandler(this.fileBuyStockSum_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(187, 6);
//
// fileUnitsList
//
this.fileUnitsList.Image = global::EMS.Properties.Resources._172;
this.fileUnitsList.Name = "fileUnitsList";
this.fileUnitsList.Size = new System.Drawing.Size(190, 22);
this.fileUnitsList.Text = "往来对账";
this.fileUnitsList.Click += new System.EventHandler(this.fileUnitsList_Click);
//
// tlmSale
//
this.tlmSale.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileSellStock,
this.fileResellStock,
this.toolStripSeparator3,
this.fileSellStockSum,
this.fileSellStockStatus,
this.fileSellStockOrderBy,
this.toolStripSeparator4,
this.fileSellStockCost,
this.fileCurrentBook});
this.tlmSale.Enabled = false;
this.tlmSale.Name = "tlmSale";
this.tlmSale.Size = new System.Drawing.Size(83, 20);
this.tlmSale.Text = "销售管理(&S)";
//
// fileSellStock
//
this.fileSellStock.Image = global::EMS.Properties.Resources._44;
this.fileSellStock.Name = "fileSellStock";
this.fileSellStock.Size = new System.Drawing.Size(190, 22);
this.fileSellStock.Text = "销售单";
this.fileSellStock.Click += new System.EventHandler(this.fileSellStock_Click);
//
// fileResellStock
//
this.fileResellStock.Image = global::EMS.Properties.Resources._44;
this.fileResellStock.Name = "fileResellStock";
this.fileResellStock.Size = new System.Drawing.Size(190, 22);
this.fileResellStock.Text = "销售退货单";
this.fileResellStock.Click += new System.EventHandler(this.fileResellStock_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(187, 6);
//
// fileSellStockSum
//
this.fileSellStockSum.Name = "fileSellStockSum";
this.fileSellStockSum.Size = new System.Drawing.Size(190, 22);
this.fileSellStockSum.Text = "销售统计(不含退货)";
this.fileSellStockSum.Click += new System.EventHandler(this.fileSellStockSum_Click);
//
// fileSellStockStatus
//
this.fileSellStockStatus.Name = "fileSellStockStatus";
this.fileSellStockStatus.Size = new System.Drawing.Size(190, 22);
this.fileSellStockStatus.Text = "月销售状况";
this.fileSellStockStatus.Click += new System.EventHandler(this.fileSellStockStatus_Click);
//
// fileSellStockOrderBy
//
this.fileSellStockOrderBy.Image = global::EMS.Properties.Resources._07;
this.fileSellStockOrderBy.Name = "fileSellStockOrderBy";
this.fileSellStockOrderBy.Size = new System.Drawing.Size(190, 22);
this.fileSellStockOrderBy.Text = "商品销售排行";
this.fileSellStockOrderBy.Click += new System.EventHandler(this.fileSellStockOrderBy_Click);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(187, 6);
//
// fileSellStockCost
//
this.fileSellStockCost.Name = "fileSellStockCost";
this.fileSellStockCost.Size = new System.Drawing.Size(190, 22);
this.fileSellStockCost.Text = "商品销售成本表";
this.fileSellStockCost.Click += new System.EventHandler(this.fileSellStockCost_Click);
//
// fileCurrentBook
//
this.fileCurrentBook.Image = global::EMS.Properties.Resources._172;
this.fileCurrentBook.Name = "fileCurrentBook";
this.fileCurrentBook.Size = new System.Drawing.Size(190, 22);
this.fileCurrentBook.Text = "往来对账";
this.fileCurrentBook.Click += new System.EventHandler(this.fileCurrentBook_Click);
//
// tlmStock
//
this.tlmStock.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileStockStatus,
this.toolStripSeparator5,
this.fileUpperLimit,
this.fileLowerLimit,
this.toolStripSeparator6,
this.fileCheckStock});
this.tlmStock.Enabled = false;
this.tlmStock.Name = "tlmStock";
this.tlmStock.Size = new System.Drawing.Size(83, 20);
this.tlmStock.Text = "库存管理(&W)";
//
// fileStockStatus
//
this.fileStockStatus.Image = global::EMS.Properties.Resources._171;
this.fileStockStatus.Name = "fileStockStatus";
this.fileStockStatus.Size = new System.Drawing.Size(166, 22);
this.fileStockStatus.Text = "库存状况";
this.fileStockStatus.Click += new System.EventHandler(this.fileStockStatus_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(163, 6);
//
// fileUpperLimit
//
this.fileUpperLimit.Name = "fileUpperLimit";
this.fileUpperLimit.Size = new System.Drawing.Size(166, 22);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -