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

📄 jl_main.designer.cs

📁 此系统开发了一个公交车管理系统。系统根据权限的不同
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace CarManage
{
    partial class JL_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.components = new System.ComponentModel.Container();
            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.toolStripMenuItem1 = 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.配件使用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.shezToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.查看保险费提醒ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.出勤情况ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.出勤情况显示ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.所有项目ToolStripMenuItem,
            this.shezToolStripMenuItem});
            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.toolStripMenuItem1,
            this.配件情况ToolStripMenuItem1,
            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(67, 20);
            this.所有项目ToolStripMenuItem.Text = "所有项目";
            // 
            // 公交车档案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(170, 22);
            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.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.员工信息管理ToolStripMenuItem,
            this.员工信息查询ToolStripMenuItem});
            this.工人工资ToolStripMenuItem.Name = "工人工资ToolStripMenuItem";
            this.工人工资ToolStripMenuItem.Size = new System.Drawing.Size(170, 22);
            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);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.工人工资管理ToolStripMenuItem,
            this.工人工资查询ToolStripMenuItem});
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(170, 22);
            this.toolStripMenuItem1.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);
            // 
            // 配件情况ToolStripMenuItem1
            // 
            this.配件情况ToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.配件购买ToolStripMenuItem,
            this.配件使用ToolStripMenuItem,
            this.配件信息查询ToolStripMenuItem});
            this.配件情况ToolStripMenuItem1.Name = "配件情况ToolStripMenuItem1";
            this.配件情况ToolStripMenuItem1.Size = new System.Drawing.Size(170, 22);
            this.配件情况ToolStripMenuItem1.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(170, 22);
            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 = "修车信息查询";

⌨️ 快捷键说明

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