⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cw_main.designer.cs

📁 此系统开发了一个公交车管理系统。系统根据权限的不同
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace CarManage
{
    partial class CW_Main
    {
        /// <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.baochexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            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.包车情况ToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(822, 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.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(152, 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(152, 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(43, 20);
            this.配件ToolStripMenuItem.Text = "配件";
            // 
            // 配件购买ToolStripMenuItem
            // 
            this.配件购买ToolStripMenuItem.Name = "配件购买ToolStripMenuItem";
            this.配件购买ToolStripMenuItem.Size = new System.Drawing.Size(146, 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(146, 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(146, 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(146, 22);
            this.修车管理ToolStripMenuItem.Text = "修车管理";
            this.修车管理ToolStripMenuItem.Click += new System.EventHandler(this.修车管理ToolStripMenuItem_Click);
            // 
            // 修车信息查询ToolStripMenuItem
            // 
            this.修车信息查询ToolStripMenuItem.Name = "修车信息查询ToolStripMenuItem";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -