📄 jobdetails.cs
字号:
this.btnLoad.Size = new System.Drawing.Size(80, 23);
this.btnLoad.TabIndex = 0;
this.btnLoad.Text = "加载(&L)";
this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
//
// btnUpdate
//
this.btnUpdate.Location = new System.Drawing.Point(424, 416);
this.btnUpdate.Name = "btnUpdate";
this.btnUpdate.Size = new System.Drawing.Size(88, 23);
this.btnUpdate.TabIndex = 1;
this.btnUpdate.Text = "更新(&U)";
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
//
// btnCancelAll
//
this.btnCancelAll.Location = new System.Drawing.Point(328, 416);
this.btnCancelAll.Name = "btnCancelAll";
this.btnCancelAll.Size = new System.Drawing.Size(88, 23);
this.btnCancelAll.TabIndex = 2;
this.btnCancelAll.Text = "全部取消(&N)";
this.btnCancelAll.Click += new System.EventHandler(this.btnCancelAll_Click);
//
// lblCarNo
//
this.lblCarNo.Location = new System.Drawing.Point(10, 16);
this.lblCarNo.Name = "lblCarNo";
this.lblCarNo.TabIndex = 3;
this.lblCarNo.Text = "CarNo";
//
// lblJobDate
//
this.lblJobDate.Location = new System.Drawing.Point(10, 56);
this.lblJobDate.Name = "lblJobDate";
this.lblJobDate.TabIndex = 4;
this.lblJobDate.Text = "JobDate";
//
// lblWorkerID
//
this.lblWorkerID.Location = new System.Drawing.Point(8, 88);
this.lblWorkerID.Name = "lblWorkerID";
this.lblWorkerID.TabIndex = 5;
this.lblWorkerID.Text = "WorkerID";
//
// lblKMs
//
this.lblKMs.Location = new System.Drawing.Point(10, 120);
this.lblKMs.Name = "lblKMs";
this.lblKMs.TabIndex = 6;
this.lblKMs.Text = "KMs";
//
// lblTuning
//
this.lblTuning.Location = new System.Drawing.Point(8, 152);
this.lblTuning.Name = "lblTuning";
this.lblTuning.TabIndex = 7;
this.lblTuning.Text = "Tuning";
//
// lblAlignment
//
this.lblAlignment.Location = new System.Drawing.Point(10, 184);
this.lblAlignment.Name = "lblAlignment";
this.lblAlignment.TabIndex = 8;
this.lblAlignment.Text = "Alignment";
//
// lblBalancing
//
this.lblBalancing.Location = new System.Drawing.Point(8, 216);
this.lblBalancing.Name = "lblBalancing";
this.lblBalancing.TabIndex = 9;
this.lblBalancing.Text = "Balancing";
//
// lblTires
//
this.lblTires.Location = new System.Drawing.Point(8, 248);
this.lblTires.Name = "lblTires";
this.lblTires.TabIndex = 10;
this.lblTires.Text = "Tires";
//
// lblWeights
//
this.lblWeights.Location = new System.Drawing.Point(8, 280);
this.lblWeights.Name = "lblWeights";
this.lblWeights.TabIndex = 11;
this.lblWeights.Text = "Weights";
//
// lblOilChanged
//
this.lblOilChanged.Location = new System.Drawing.Point(10, 312);
this.lblOilChanged.Name = "lblOilChanged";
this.lblOilChanged.TabIndex = 12;
this.lblOilChanged.Text = "OilChanged";
//
// lblOilQty
//
this.lblOilQty.Location = new System.Drawing.Point(8, 344);
this.lblOilQty.Name = "lblOilQty";
this.lblOilQty.TabIndex = 13;
this.lblOilQty.Text = "OilQty";
//
// editCarNo
//
this.editCarNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objJobDatSet, "tblJobDetails.CarNo"));
this.editCarNo.Location = new System.Drawing.Point(120, 16);
this.editCarNo.Name = "editCarNo";
this.editCarNo.TabIndex = 14;
this.editCarNo.Text = "";
//
// editJobDate
//
this.editJobDate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objJobDatSet, "tblJobDetails.JobDate"));
this.editJobDate.Location = new System.Drawing.Point(120, 56);
this.editJobDate.Name = "editJobDate";
this.editJobDate.TabIndex = 15;
this.editJobDate.Text = "";
//
// editWorkerID
//
this.editWorkerID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objJobDatSet, "tblJobDetails.WorkerID"));
this.editWorkerID.Location = new System.Drawing.Point(120, 88);
this.editWorkerID.Name = "editWorkerID";
this.editWorkerID.TabIndex = 16;
this.editWorkerID.Text = "";
//
// editKMs
//
this.editKMs.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objJobDatSet, "tblJobDetails.KMs"));
this.editKMs.Location = new System.Drawing.Point(120, 120);
this.editKMs.Name = "editKMs";
this.editKMs.TabIndex = 17;
this.editKMs.Text = "";
//
// editTuning
//
this.editTuning.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objJobDatSet, "tblJobDetails.Tuning"));
this.editTuning.Location = new System.Drawing.Point(120, 152);
this.editTuning.Name = "editTuning";
this.editTuning.TabIndex = 18;
this.editTuning.Text = "";
//
// editAlignment
//
this.editAlignment.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objJobDatSet, "tblJobDetails.Alignment"));
this.editAlignment.Location = new System.Drawing.Point(120, 184);
this.editAlignment.Name = "editAlignment";
this.editAlignment.TabIndex = 19;
this.editAlignment.Text = "";
//
// editBalancing
//
this.editBalancing.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objJobDatSet, "tblJobDetails.Balancing"));
this.editBalancing.Location = new System.Drawing.Point(120, 216);
this.editBalancing.Name = "editBalancing";
this.editBalancing.TabIndex = 20;
this.editBalancing.Text = "";
//
// editTires
//
this.editTires.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objJobDatSet, "tblJobDetails.Tires"));
this.editTires.Location = new System.Drawing.Point(120, 248);
this.editTires.Name = "editTires";
this.editTires.TabIndex = 21;
this.editTires.Text = "";
//
// editWeights
//
this.editWeights.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objJobDatSet, "tblJobDetails.Weights"));
this.editWeights.Location = new System.Drawing.Point(120, 280);
this.editWeights.Name = "editWeights";
this.editWeights.TabIndex = 22;
this.editWeights.Text = "";
//
// editOilChanged
//
this.editOilChanged.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objJobDatSet, "tblJobDetails.OilChanged"));
this.editOilChanged.Location = new System.Drawing.Point(120, 312);
this.editOilChanged.Name = "editOilChanged";
this.editOilChanged.TabIndex = 23;
this.editOilChanged.Text = "";
//
// editOilQty
//
this.editOilQty.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.objJobDatSet, "tblJobDetails.OilQty"));
this.editOilQty.Location = new System.Drawing.Point(120, 344);
this.editOilQty.Name = "editOilQty";
this.editOilQty.TabIndex = 24;
this.editOilQty.Text = "";
//
// lblOilFilter
//
this.lblOilFilter.Location = new System.Drawing.Point(296, 16);
this.lblOilFilter.Name = "lblOilFilter";
this.lblOilFilter.TabIndex = 25;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -