📄 jl_car_repair.designer.cs
字号:
namespace CarManage
{
partial class JL_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.tabControl5 = new System.Windows.Forms.TabControl();
this.tabPage19 = new System.Windows.Forms.TabPage();
this.splitContainer6 = new System.Windows.Forms.SplitContainer();
this.groupBox7 = new System.Windows.Forms.GroupBox();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.dateTimeRepair = new System.Windows.Forms.DateTimePicker();
this.btnRepairUpdate = new System.Windows.Forms.Button();
this.btnRepairAdd = new System.Windows.Forms.Button();
this.textRepairRemark = new System.Windows.Forms.TextBox();
this.btnRepairDelete = new System.Windows.Forms.Button();
this.textReairHour = new System.Windows.Forms.MaskedTextBox();
this.label17 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.textRepairMoney = new System.Windows.Forms.MaskedTextBox();
this.label12 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.textRepairReason = new System.Windows.Forms.MaskedTextBox();
this.label7 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.textRepairName = new System.Windows.Forms.MaskedTextBox();
this.textRepairNumber = new System.Windows.Forms.MaskedTextBox();
this.groupBox8 = new System.Windows.Forms.GroupBox();
this.GridViewRepair = new System.Windows.Forms.DataGridView();
this.tabPage20 = new System.Windows.Forms.TabPage();
this.splitContainer12 = new System.Windows.Forms.SplitContainer();
this.groupBox21 = new System.Windows.Forms.GroupBox();
this.GridViewCheckResult = new System.Windows.Forms.DataGridView();
this.groupBox22 = new System.Windows.Forms.GroupBox();
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.btnRepairCheck = new System.Windows.Forms.Button();
this.btnRepairClear = new System.Windows.Forms.Button();
this.label19 = new System.Windows.Forms.Label();
this.tabControl5.SuspendLayout();
this.tabPage19.SuspendLayout();
this.splitContainer6.Panel1.SuspendLayout();
this.splitContainer6.Panel2.SuspendLayout();
this.splitContainer6.SuspendLayout();
this.groupBox7.SuspendLayout();
this.groupBox8.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridViewRepair)).BeginInit();
this.tabPage20.SuspendLayout();
this.splitContainer12.Panel1.SuspendLayout();
this.splitContainer12.Panel2.SuspendLayout();
this.splitContainer12.SuspendLayout();
this.groupBox21.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridViewCheckResult)).BeginInit();
this.groupBox22.SuspendLayout();
this.SuspendLayout();
//
// tabControl5
//
this.tabControl5.Controls.Add(this.tabPage19);
this.tabControl5.Controls.Add(this.tabPage20);
this.tabControl5.Location = new System.Drawing.Point(-1, 12);
this.tabControl5.Name = "tabControl5";
this.tabControl5.SelectedIndex = 0;
this.tabControl5.Size = new System.Drawing.Size(760, 374);
this.tabControl5.TabIndex = 1;
//
// tabPage19
//
this.tabPage19.Controls.Add(this.splitContainer6);
this.tabPage19.Location = new System.Drawing.Point(4, 21);
this.tabPage19.Name = "tabPage19";
this.tabPage19.Padding = new System.Windows.Forms.Padding(3);
this.tabPage19.Size = new System.Drawing.Size(752, 349);
this.tabPage19.TabIndex = 0;
this.tabPage19.Text = "修车管理";
this.tabPage19.UseVisualStyleBackColor = true;
//
// splitContainer6
//
this.splitContainer6.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer6.Location = new System.Drawing.Point(3, 3);
this.splitContainer6.Name = "splitContainer6";
//
// splitContainer6.Panel1
//
this.splitContainer6.Panel1.Controls.Add(this.groupBox7);
//
// splitContainer6.Panel2
//
this.splitContainer6.Panel2.Controls.Add(this.groupBox8);
this.splitContainer6.Size = new System.Drawing.Size(746, 343);
this.splitContainer6.SplitterDistance = 245;
this.splitContainer6.TabIndex = 1;
//
// groupBox7
//
this.groupBox7.Controls.Add(this.label3);
this.groupBox7.Controls.Add(this.label1);
this.groupBox7.Controls.Add(this.dateTimeRepair);
this.groupBox7.Controls.Add(this.btnRepairUpdate);
this.groupBox7.Controls.Add(this.btnRepairAdd);
this.groupBox7.Controls.Add(this.textRepairRemark);
this.groupBox7.Controls.Add(this.btnRepairDelete);
this.groupBox7.Controls.Add(this.textReairHour);
this.groupBox7.Controls.Add(this.label17);
this.groupBox7.Controls.Add(this.label13);
this.groupBox7.Controls.Add(this.textRepairMoney);
this.groupBox7.Controls.Add(this.label12);
this.groupBox7.Controls.Add(this.label8);
this.groupBox7.Controls.Add(this.textRepairReason);
this.groupBox7.Controls.Add(this.label7);
this.groupBox7.Controls.Add(this.label5);
this.groupBox7.Controls.Add(this.label4);
this.groupBox7.Controls.Add(this.textRepairName);
this.groupBox7.Controls.Add(this.textRepairNumber);
this.groupBox7.Location = new System.Drawing.Point(3, 0);
this.groupBox7.Name = "groupBox7";
this.groupBox7.Size = new System.Drawing.Size(243, 324);
this.groupBox7.TabIndex = 0;
this.groupBox7.TabStop = false;
this.groupBox7.Text = "修车信息";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(204, 128);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(17, 12);
this.label3.TabIndex = 11;
this.label3.Text = "元";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(202, 191);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 12);
this.label1.TabIndex = 10;
this.label1.Text = "小时 ";
//
// dateTimeRepair
//
this.dateTimeRepair.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimeRepair.Location = new System.Drawing.Point(112, 96);
this.dateTimeRepair.Name = "dateTimeRepair";
this.dateTimeRepair.Size = new System.Drawing.Size(109, 21);
this.dateTimeRepair.TabIndex = 9;
this.dateTimeRepair.Value = new System.DateTime(2008, 4, 20, 0, 0, 0, 0);
//
// btnRepairUpdate
//
this.btnRepairUpdate.Location = new System.Drawing.Point(105, 279);
this.btnRepairUpdate.Name = "btnRepairUpdate";
this.btnRepairUpdate.Size = new System.Drawing.Size(55, 23);
this.btnRepairUpdate.TabIndex = 6;
this.btnRepairUpdate.Text = "修改";
this.btnRepairUpdate.UseVisualStyleBackColor = true;
this.btnRepairUpdate.Click += new System.EventHandler(this.btnRepairUpdate_Click);
//
// btnRepairAdd
//
this.btnRepairAdd.Location = new System.Drawing.Point(42, 279);
this.btnRepairAdd.Name = "btnRepairAdd";
this.btnRepairAdd.Size = new System.Drawing.Size(55, 23);
this.btnRepairAdd.TabIndex = 8;
this.btnRepairAdd.Text = "添加";
this.btnRepairAdd.UseVisualStyleBackColor = true;
this.btnRepairAdd.Click += new System.EventHandler(this.btnRepairAdd_Click);
//
// textRepairRemark
//
this.textRepairRemark.Location = new System.Drawing.Point(112, 221);
this.textRepairRemark.Multiline = true;
this.textRepairRemark.Name = "textRepairRemark";
this.textRepairRemark.Size = new System.Drawing.Size(109, 52);
this.textRepairRemark.TabIndex = 7;
//
// btnRepairDelete
//
this.btnRepairDelete.Location = new System.Drawing.Point(166, 279);
this.btnRepairDelete.Name = "btnRepairDelete";
this.btnRepairDelete.Size = new System.Drawing.Size(55, 23);
this.btnRepairDelete.TabIndex = 7;
this.btnRepairDelete.Text = "删除";
this.btnRepairDelete.UseVisualStyleBackColor = true;
this.btnRepairDelete.Click += new System.EventHandler(this.btnRepairDelete_Click);
//
// textReairHour
//
this.textReairHour.Location = new System.Drawing.Point(112, 188);
this.textReairHour.Name = "textReairHour";
this.textReairHour.Size = new System.Drawing.Size(86, 21);
this.textReairHour.TabIndex = 1;
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(40, 224);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(53, 12);
this.label17.TabIndex = 6;
this.label17.Text = "备 注";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(40, 192);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(53, 12);
this.label13.TabIndex = 5;
this.label13.Text = "工 时";
//
// textRepairMoney
//
this.textRepairMoney.Location = new System.Drawing.Point(112, 124);
this.textRepairMoney.Name = "textRepairMoney";
this.textRepairMoney.Size = new System.Drawing.Size(86, 21);
this.textRepairMoney.TabIndex = 2;
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(40, 160);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(53, 12);
this.label12.TabIndex = 4;
this.label12.Text = "修车原因";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(40, 128);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(53, 12);
this.label8.TabIndex = 3;
this.label8.Text = "修车费用";
//
// textRepairReason
//
this.textRepairReason.Location = new System.Drawing.Point(112, 156);
this.textRepairReason.Name = "textRepairReason";
this.textRepairReason.Size = new System.Drawing.Size(109, 21);
this.textRepairReason.TabIndex = 4;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(40, 96);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -