📄 dd_paiban.designer.cs
字号:
namespace CarManage
{
partial class DD_paiban
{
/// <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.tabControl3 = new System.Windows.Forms.TabControl();
this.tabPage14 = new System.Windows.Forms.TabPage();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.GridViewup = new System.Windows.Forms.DataGridView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.GridViewdown = new System.Windows.Forms.DataGridView();
this.tabPage15 = new System.Windows.Forms.TabPage();
this.GridViewTime = new System.Windows.Forms.DataGridView();
this.tabControl3.SuspendLayout();
this.tabPage14.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridViewup)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridViewdown)).BeginInit();
this.tabPage15.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridViewTime)).BeginInit();
this.SuspendLayout();
//
// tabControl3
//
this.tabControl3.Controls.Add(this.tabPage14);
this.tabControl3.Controls.Add(this.tabPage15);
this.tabControl3.Location = new System.Drawing.Point(6, 17);
this.tabControl3.Name = "tabControl3";
this.tabControl3.SelectedIndex = 0;
this.tabControl3.Size = new System.Drawing.Size(760, 374);
this.tabControl3.TabIndex = 4;
//
// tabPage14
//
this.tabPage14.Controls.Add(this.splitContainer1);
this.tabPage14.Location = new System.Drawing.Point(4, 21);
this.tabPage14.Name = "tabPage14";
this.tabPage14.Padding = new System.Windows.Forms.Padding(3);
this.tabPage14.Size = new System.Drawing.Size(752, 349);
this.tabPage14.TabIndex = 0;
this.tabPage14.Text = "排班管理";
this.tabPage14.UseVisualStyleBackColor = true;
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(3, 3);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.groupBox1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.groupBox2);
this.splitContainer1.Size = new System.Drawing.Size(746, 343);
this.splitContainer1.SplitterDistance = 369;
this.splitContainer1.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.GridViewup);
this.groupBox1.Location = new System.Drawing.Point(20, 25);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(315, 225);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "上午班";
//
// GridViewup
//
this.GridViewup.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewup.Location = new System.Drawing.Point(6, 20);
this.GridViewup.Name = "GridViewup";
this.GridViewup.RowTemplate.Height = 23;
this.GridViewup.Size = new System.Drawing.Size(303, 189);
this.GridViewup.TabIndex = 0;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.GridViewdown);
this.groupBox2.Location = new System.Drawing.Point(3, 25);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(343, 225);
this.groupBox2.TabIndex = 0;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "下午班";
//
// GridViewdown
//
this.GridViewdown.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewdown.Location = new System.Drawing.Point(19, 20);
this.GridViewdown.Name = "GridViewdown";
this.GridViewdown.RowTemplate.Height = 23;
this.GridViewdown.Size = new System.Drawing.Size(303, 189);
this.GridViewdown.TabIndex = 1;
//
// tabPage15
//
this.tabPage15.Controls.Add(this.GridViewTime);
this.tabPage15.Location = new System.Drawing.Point(4, 21);
this.tabPage15.Name = "tabPage15";
this.tabPage15.Padding = new System.Windows.Forms.Padding(3);
this.tabPage15.Size = new System.Drawing.Size(752, 349);
this.tabPage15.TabIndex = 1;
this.tabPage15.Text = "排出时间表";
this.tabPage15.UseVisualStyleBackColor = true;
//
// GridViewTime
//
this.GridViewTime.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewTime.Location = new System.Drawing.Point(27, 17);
this.GridViewTime.Name = "GridViewTime";
this.GridViewTime.RowTemplate.Height = 23;
this.GridViewTime.Size = new System.Drawing.Size(703, 291);
this.GridViewTime.TabIndex = 0;
//
// DD_paiban
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(773, 409);
this.Controls.Add(this.tabControl3);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "DD_paiban";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.DD_paiban_Load);
this.tabControl3.ResumeLayout(false);
this.tabPage14.ResumeLayout(false);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewup)).EndInit();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewdown)).EndInit();
this.tabPage15.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewTime)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl3;
private System.Windows.Forms.TabPage tabPage14;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.DataGridView GridViewup;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView GridViewdown;
private System.Windows.Forms.TabPage tabPage15;
private System.Windows.Forms.DataGridView GridViewTime;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -