📄 dd_main.designer.cs
字号:
namespace CarManage
{
partial class DD_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.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.考勤情况ToolStripMenuItem = 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.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(43, 20);
this.排班ToolStripMenuItem.Text = "排班";
//
// 排班管理ToolStripMenuItem
//
this.排班管理ToolStripMenuItem.Name = "排班管理ToolStripMenuItem";
this.排班管理ToolStripMenuItem.Size = new System.Drawing.Size(134, 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(134, 22);
this.排出时间表ToolStripMenuItem.Text = "派出时间表";
this.排出时间表ToolStripMenuItem.Click += new System.EventHandler(this.排出时间表ToolStripMenuItem_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// 考勤情况ToolStripMenuItem
//
this.考勤情况ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
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);
//
// DD_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 = "DD_Main";
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.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;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -