📄 pt_car_repair.designer.cs
字号:
namespace CarManage
{
partial class PT_Car_Repair
{
/// <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.groupBox21 = new System.Windows.Forms.GroupBox();
this.GridViewCheckResult = new System.Windows.Forms.DataGridView();
this.groupBox22 = new System.Windows.Forms.GroupBox();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.label19 = new System.Windows.Forms.Label();
this.textCheckRepairTime = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.label52 = new System.Windows.Forms.Label();
this.label53 = new System.Windows.Forms.Label();
this.textCheckRepairName = new System.Windows.Forms.MaskedTextBox();
this.textCheckRepairNumber = new System.Windows.Forms.MaskedTextBox();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.groupBox21.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridViewCheckResult)).BeginInit();
this.groupBox22.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// groupBox21
//
this.groupBox21.Controls.Add(this.GridViewCheckResult);
this.groupBox21.Location = new System.Drawing.Point(3, 18);
this.groupBox21.Name = "groupBox21";
this.groupBox21.Size = new System.Drawing.Size(496, 312);
this.groupBox21.TabIndex = 0;
this.groupBox21.TabStop = false;
this.groupBox21.Text = "个人修车记录查询结果显示";
//
// GridViewCheckResult
//
this.GridViewCheckResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewCheckResult.Location = new System.Drawing.Point(7, 20);
this.GridViewCheckResult.Name = "GridViewCheckResult";
this.GridViewCheckResult.RowTemplate.Height = 23;
this.GridViewCheckResult.Size = new System.Drawing.Size(474, 275);
this.GridViewCheckResult.TabIndex = 0;
//
// groupBox22
//
this.groupBox22.Controls.Add(this.textCheckRepairTime);
this.groupBox22.Controls.Add(this.label2);
this.groupBox22.Controls.Add(this.label52);
this.groupBox22.Controls.Add(this.label53);
this.groupBox22.Controls.Add(this.textCheckRepairName);
this.groupBox22.Controls.Add(this.textCheckRepairNumber);
this.groupBox22.Controls.Add(this.button1);
this.groupBox22.Controls.Add(this.button2);
this.groupBox22.Location = new System.Drawing.Point(3, 18);
this.groupBox22.Name = "groupBox22";
this.groupBox22.Size = new System.Drawing.Size(226, 312);
this.groupBox22.TabIndex = 0;
this.groupBox22.TabStop = false;
this.groupBox22.Text = "个人修车信息查询";
//
// splitContainer1
//
this.splitContainer1.Location = new System.Drawing.Point(1, 1);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.groupBox21);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.label19);
this.splitContainer1.Panel2.Controls.Add(this.groupBox22);
this.splitContainer1.Size = new System.Drawing.Size(760, 374);
this.splitContainer1.SplitterDistance = 514;
this.splitContainer1.TabIndex = 4;
//
// label19
//
this.label19.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label19.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
this.label19.Location = new System.Drawing.Point(223, 8);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(16, 16);
this.label19.TabIndex = 40;
this.label19.Text = "X";
this.label19.Click += new System.EventHandler(this.label19_Click);
//
// textCheckRepairTime
//
this.textCheckRepairTime.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.textCheckRepairTime.Location = new System.Drawing.Point(96, 134);
this.textCheckRepairTime.Name = "textCheckRepairTime";
this.textCheckRepairTime.ShowCheckBox = true;
this.textCheckRepairTime.Size = new System.Drawing.Size(109, 21);
this.textCheckRepairTime.TabIndex = 28;
this.textCheckRepairTime.Value = new System.DateTime(2008, 4, 20, 0, 0, 0, 0);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 138);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 27;
this.label2.Text = "修车时间";
//
// label52
//
this.label52.AutoSize = true;
this.label52.Location = new System.Drawing.Point(24, 105);
this.label52.Name = "label52";
this.label52.Size = new System.Drawing.Size(53, 12);
this.label52.TabIndex = 26;
this.label52.Text = "姓 名";
//
// label53
//
this.label53.AutoSize = true;
this.label53.Location = new System.Drawing.Point(24, 73);
this.label53.Name = "label53";
this.label53.Size = new System.Drawing.Size(53, 12);
this.label53.TabIndex = 23;
this.label53.Text = "车牌号码";
//
// textCheckRepairName
//
this.textCheckRepairName.Location = new System.Drawing.Point(96, 101);
this.textCheckRepairName.Name = "textCheckRepairName";
this.textCheckRepairName.Size = new System.Drawing.Size(109, 21);
this.textCheckRepairName.TabIndex = 25;
//
// textCheckRepairNumber
//
this.textCheckRepairNumber.Location = new System.Drawing.Point(96, 69);
this.textCheckRepairNumber.Name = "textCheckRepairNumber";
this.textCheckRepairNumber.Size = new System.Drawing.Size(109, 21);
this.textCheckRepairNumber.TabIndex = 24;
//
// button1
//
this.button1.Location = new System.Drawing.Point(26, 180);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 22;
this.button1.Text = "查询";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(130, 180);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 21;
this.button2.Text = "清空";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// PT_Car_Repair
//
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.splitContainer1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "PT_Car_Repair";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "PT_Car_Repair";
this.groupBox21.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewCheckResult)).EndInit();
this.groupBox22.ResumeLayout(false);
this.groupBox22.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox21;
private System.Windows.Forms.DataGridView GridViewCheckResult;
private System.Windows.Forms.GroupBox groupBox22;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.DateTimePicker textCheckRepairTime;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label52;
private System.Windows.Forms.Label label53;
private System.Windows.Forms.MaskedTextBox textCheckRepairName;
private System.Windows.Forms.MaskedTextBox textCheckRepairNumber;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -