?? frmmain.designer.cs
字號:
?namespace SMS
{
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.msMenu = 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.用戶管理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.groupBox1 = new System.Windows.Forms.GroupBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tpGM = new System.Windows.Forms.TabPage();
this.btnCM = new System.Windows.Forms.Button();
this.btnBR = new System.Windows.Forms.Button();
this.btnOS = new System.Windows.Forms.Button();
this.btnIS = new System.Windows.Forms.Button();
this.btnGM = new System.Windows.Forms.Button();
this.tpBI = new System.Windows.Forms.TabPage();
this.btnSI = new System.Windows.Forms.Button();
this.btnGI = new System.Windows.Forms.Button();
this.btnPI = new System.Windows.Forms.Button();
this.btnBI = new System.Windows.Forms.Button();
this.tpSum = new System.Windows.Forms.TabPage();
this.btnIOYS = new System.Windows.Forms.Button();
this.btnSum = new System.Windows.Forms.Button();
this.btnIOMS = new System.Windows.Forms.Button();
this.btnGIL = new System.Windows.Forms.Button();
this.btnISL = new System.Windows.Forms.Button();
this.btnWG = new System.Windows.Forms.Button();
this.btnGOL = new System.Windows.Forms.Button();
this.btnOSL = new System.Windows.Forms.Button();
this.btnSL = new System.Windows.Forms.Button();
this.tpSM = new System.Windows.Forms.TabPage();
this.btnDC = new System.Windows.Forms.Button();
this.btnDR = new System.Windows.Forms.Button();
this.btnDS = new System.Windows.Forms.Button();
this.btnSM = new System.Windows.Forms.Button();
this.tpHelp = new System.Windows.Forms.TabPage();
this.btnRI = new System.Windows.Forms.Button();
this.btnExit = new System.Windows.Forms.Button();
this.btnAU = new System.Windows.Forms.Button();
this.btnUM = new System.Windows.Forms.Button();
this.btnEP = new System.Windows.Forms.Button();
this.btnHelp = new System.Windows.Forms.Button();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.tsslUser = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslDate = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel7 = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslTime = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel6 = new System.Windows.Forms.ToolStripStatusLabel();
this.msMenu.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tpGM.SuspendLayout();
this.tpBI.SuspendLayout();
this.tpSum.SuspendLayout();
this.tpSM.SuspendLayout();
this.tpHelp.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// msMenu
//
this.msMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.貨物管理ToolStripMenuItem,
this.基本檔案ToolStripMenuItem,
this.查詢統計ToolStripMenuItem,
this.系統維護ToolStripMenuItem,
this.幫助ToolStripMenuItem});
this.msMenu.Location = new System.Drawing.Point(0, 0);
this.msMenu.Name = "msMenu";
this.msMenu.Size = new System.Drawing.Size(792, 24);
this.msMenu.TabIndex = 0;
this.msMenu.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(83, 20);
this.貨物管理ToolStripMenuItem.Text = "貨物管理[&M]";
this.貨物管理ToolStripMenuItem.Click += new System.EventHandler(this.貨物管理ToolStripMenuItem_Click);
//
// 入庫管理ToolStripMenuItem
//
this.入庫管理ToolStripMenuItem.Name = "入庫管理ToolStripMenuItem";
this.入庫管理ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.入庫管理ToolStripMenuItem.Text = "入庫管理[&I]";
this.入庫管理ToolStripMenuItem.Click += new System.EventHandler(this.入庫管理ToolStripMenuItem_Click);
//
// 出庫管理ToolStripMenuItem
//
this.出庫管理ToolStripMenuItem.Name = "出庫管理ToolStripMenuItem";
this.出庫管理ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.出庫管理ToolStripMenuItem.Text = "出庫管理[&O]";
this.出庫管理ToolStripMenuItem.Click += new System.EventHandler(this.出庫管理ToolStripMenuItem_Click);
//
// 借貨還貨ToolStripMenuItem
//
this.借貨還貨ToolStripMenuItem.Name = "借貨還貨ToolStripMenuItem";
this.借貨還貨ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.借貨還貨ToolStripMenuItem.Text = "借貨還貨[&B]";
this.借貨還貨ToolStripMenuItem.Click += new System.EventHandler(this.借貨還貨ToolStripMenuItem_Click);
//
// 盤點管理ToolStripMenuItem
//
this.盤點管理ToolStripMenuItem.Name = "盤點管理ToolStripMenuItem";
this.盤點管理ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.盤點管理ToolStripMenuItem.Text = "盤點管理[&C]";
this.盤點管理ToolStripMenuItem.Click += new System.EventHandler(this.盤點管理ToolStripMenuItem_Click);
//
// 基本檔案ToolStripMenuItem
//
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(83, 20);
this.基本檔案ToolStripMenuItem.Text = "基本檔案[&I]";
this.基本檔案ToolStripMenuItem.Click += new System.EventHandler(this.基本檔案ToolStripMenuItem_Click);
//
// 供貨商設置ToolStripMenuItem
//
this.供貨商設置ToolStripMenuItem.Name = "供貨商設置ToolStripMenuItem";
this.供貨商設置ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.供貨商設置ToolStripMenuItem.Text = "供貨商設置[&P]";
this.供貨商設置ToolStripMenuItem.Click += new System.EventHandler(this.供貨商設置ToolStripMenuItem_Click);
//
// 貨物檔案設置ToolStripMenuItem
//
this.貨物檔案設置ToolStripMenuItem.Name = "貨物檔案設置ToolStripMenuItem";
this.貨物檔案設置ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.貨物檔案設置ToolStripMenuItem.Text = "貨物檔案設置[&G]";
this.貨物檔案設置ToolStripMenuItem.Click += new System.EventHandler(this.貨物檔案設置ToolStripMenuItem_Click);
//
// 倉庫設置ToolStripMenuItem
//
this.倉庫設置ToolStripMenuItem.Name = "倉庫設置ToolStripMenuItem";
this.倉庫設置ToolStripMenuItem.Size = new System.Drawing.Size(160, 22);
this.倉庫設置ToolStripMenuItem.Text = "倉庫設置[&S]";
this.倉庫設置ToolStripMenuItem.Click += new System.EventHandler(this.倉庫設置ToolStripMenuItem_Click);
//
// 查詢統計ToolStripMenuItem
//
this.查詢統計ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.庫存查詢ToolStripMenuItem,
this.入庫查詢ToolStripMenuItem,
this.出庫查詢ToolStripMenuItem,
this.出入庫貨物年統計ToolStripMenuItem,
this.出入庫貨物月統計ToolStripMenuItem,
this.貨物借出查詢ToolStripMenuItem,
this.貨物歸還查詢ToolStripMenuItem,
this.警戒貨物ToolStripMenuItem});
this.查詢統計ToolStripMenuItem.Name = "查詢統計ToolStripMenuItem";
this.查詢統計ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.查詢統計ToolStripMenuItem.Text = "查詢統計[&S]";
this.查詢統計ToolStripMenuItem.Click += new System.EventHandler(this.查詢統計ToolStripMenuItem_Click);
//
// 庫存查詢ToolStripMenuItem
//
this.庫存查詢ToolStripMenuItem.Name = "庫存查詢ToolStripMenuItem";
this.庫存查詢ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.庫存查詢ToolStripMenuItem.Text = "庫存查詢[&K]";
this.庫存查詢ToolStripMenuItem.Click += new System.EventHandler(this.庫存查詢ToolStripMenuItem_Click);
//
// 入庫查詢ToolStripMenuItem
//
this.入庫查詢ToolStripMenuItem.Name = "入庫查詢ToolStripMenuItem";
this.入庫查詢ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.入庫查詢ToolStripMenuItem.Text = "入庫查詢[&R]";
this.入庫查詢ToolStripMenuItem.Click += new System.EventHandler(this.入庫查詢ToolStripMenuItem_Click);
//
// 出庫查詢ToolStripMenuItem
//
this.出庫查詢ToolStripMenuItem.Name = "出庫查詢ToolStripMenuItem";
this.出庫查詢ToolStripMenuItem.Size = new System.Drawing.Size(184, 22);
this.出庫查詢ToolStripMenuItem.Text = "出庫查詢[&V]";
this.出庫查詢ToolStripMenuItem.Click += new System.EventHandler(this.出庫查詢ToolStripMenuItem_Click);
//
// 出入庫貨物年統計ToolStripMenuItem
//
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -