📄 cw_main.designer.cs
字号:
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";
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";
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(79, 20);
this.票款和油耗ToolStripMenuItem.Text = "票款和油耗";
//
// 票款和油耗管理ToolStripMenuItem
//
this.票款和油耗管理ToolStripMenuItem.Name = "票款和油耗管理ToolStripMenuItem";
this.票款和油耗管理ToolStripMenuItem.Size = new System.Drawing.Size(182, 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(182, 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.baochexToolStripMenuItem});
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);
//
// baochexToolStripMenuItem
//
this.baochexToolStripMenuItem.Name = "baochexToolStripMenuItem";
this.baochexToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.baochexToolStripMenuItem.Text = "包车信息查询";
this.baochexToolStripMenuItem.Click += new System.EventHandler(this.baochexToolStripMenuItem_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// CW_Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(822, 492);
this.Controls.Add(this.menuStrip1);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "CW_Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "公车管理系统";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 录入查看工人工资ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 配件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 修车记录ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 车辆事故ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 月票销售ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 票款和油耗ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 包车情况ToolStripMenuItem;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.ToolStripMenuItem 工人工资管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 工人工资查询ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 配件购买ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 配件使用ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 配件信息查询ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 修车管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 修车信息查询ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 车辆事故管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 车辆事故查询ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 月票管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 月票信息查询ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 票款和油耗管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 票款和油耗信息查询ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 包车管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem baochexToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -