?? mainform.designer.cs
字號:
?namespace rsgl
{
partial class MainForm
{
/// <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()
{
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.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.信息輸入ToolStripMenuItem,
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(1016, 24);
this.menuStrip1.TabIndex = 1;
this.menuStrip1.Text = "menuStrip1";
//
// 信息輸入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(67, 20);
this.信息輸入ToolStripMenuItem.Text = "信息輸入";
//
// 員工基本信息錄入ToolStripMenuItem
//
this.員工基本信息錄入ToolStripMenuItem.Name = "員工基本信息錄入ToolStripMenuItem";
this.員工基本信息錄入ToolStripMenuItem.Size = new System.Drawing.Size(170, 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(170, 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(170, 22);
this.員工工資信息錄入ToolStripMenuItem.Text = "員工工資信息錄入";
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(67, 20);
this.信息修改ToolStripMenuItem.Text = "信息修改";
//
// 修改員工基本信息ToolStripMenuItem
//
this.修改員工基本信息ToolStripMenuItem.Name = "修改員工基本信息ToolStripMenuItem";
this.修改員工基本信息ToolStripMenuItem.Size = new System.Drawing.Size(170, 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(170, 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(170, 22);
this.刪除員工信息ToolStripMenuItem.Text = "刪除員工信息";
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.Name = "信息瀏覽ToolStripMenuItem";
this.信息瀏覽ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
this.信息瀏覽ToolStripMenuItem.Text = "信息瀏覽";
//
// 按部門瀏覽ToolStripMenuItem
//
this.按部門瀏覽ToolStripMenuItem.Name = "按部門瀏覽ToolStripMenuItem";
this.按部門瀏覽ToolStripMenuItem.Size = new System.Drawing.Size(218, 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(218, 22);
this.按部門瀏覽員工的工資ToolStripMenuItem.Text = "按部門瀏覽員工的工資";
this.按部門瀏覽員工的工資ToolStripMenuItem.Click += new System.EventHandler(this.按部門瀏覽員工的工資ToolStripMenuItem_Click);
//
// 提供查詢ToolStripMenuItem
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -