📄 cw_car_acc.designer.cs
字号:
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(42, 101);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 27;
this.label1.Text = "肇事司机";
//
// textCheckAccCarName
//
this.textCheckAccCarName.Location = new System.Drawing.Point(101, 98);
this.textCheckAccCarName.Name = "textCheckAccCarName";
this.textCheckAccCarName.Size = new System.Drawing.Size(113, 21);
this.textCheckAccCarName.TabIndex = 26;
//
// dateTimeCheckAcc
//
this.dateTimeCheckAcc.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimeCheckAcc.Location = new System.Drawing.Point(101, 66);
this.dateTimeCheckAcc.Name = "dateTimeCheckAcc";
this.dateTimeCheckAcc.ShowCheckBox = true;
this.dateTimeCheckAcc.Size = new System.Drawing.Size(113, 21);
this.dateTimeCheckAcc.TabIndex = 25;
this.dateTimeCheckAcc.Value = new System.DateTime(2008, 4, 21, 0, 0, 0, 0);
//
// label54
//
this.label54.AutoSize = true;
this.label54.Location = new System.Drawing.Point(42, 70);
this.label54.Name = "label54";
this.label54.Size = new System.Drawing.Size(53, 12);
this.label54.TabIndex = 24;
this.label54.Text = "事故时间";
//
// label55
//
this.label55.AutoSize = true;
this.label55.Location = new System.Drawing.Point(42, 43);
this.label55.Name = "label55";
this.label55.Size = new System.Drawing.Size(53, 12);
this.label55.TabIndex = 22;
this.label55.Text = "车牌号码";
//
// textCheckAccCarNumber
//
this.textCheckAccCarNumber.Location = new System.Drawing.Point(101, 38);
this.textCheckAccCarNumber.Name = "textCheckAccCarNumber";
this.textCheckAccCarNumber.Size = new System.Drawing.Size(113, 21);
this.textCheckAccCarNumber.TabIndex = 23;
//
// btnCarAccCheck
//
this.btnCarAccCheck.Location = new System.Drawing.Point(44, 148);
this.btnCarAccCheck.Name = "btnCarAccCheck";
this.btnCarAccCheck.Size = new System.Drawing.Size(75, 23);
this.btnCarAccCheck.TabIndex = 21;
this.btnCarAccCheck.Text = "查询";
this.btnCarAccCheck.UseVisualStyleBackColor = true;
this.btnCarAccCheck.Click += new System.EventHandler(this.btnCarAccCheck_Click);
//
// btnCarAccClear
//
this.btnCarAccClear.Location = new System.Drawing.Point(139, 148);
this.btnCarAccClear.Name = "btnCarAccClear";
this.btnCarAccClear.Size = new System.Drawing.Size(75, 23);
this.btnCarAccClear.TabIndex = 20;
this.btnCarAccClear.Text = "清空";
this.btnCarAccClear.UseVisualStyleBackColor = true;
this.btnCarAccClear.Click += new System.EventHandler(this.btnCarAccClear_Click);
//
// textAccCarMoney
//
this.textAccCarMoney.Location = new System.Drawing.Point(89, 165);
this.textAccCarMoney.Name = "textAccCarMoney";
this.textAccCarMoney.Size = new System.Drawing.Size(90, 21);
this.textAccCarMoney.TabIndex = 37;
//
// dateTimeAcc
//
this.dateTimeAcc.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimeAcc.Location = new System.Drawing.Point(89, 58);
this.dateTimeAcc.Name = "dateTimeAcc";
this.dateTimeAcc.Size = new System.Drawing.Size(113, 21);
this.dateTimeAcc.TabIndex = 36;
this.dateTimeAcc.Value = new System.DateTime(2008, 4, 21, 0, 0, 0, 0);
//
// label57
//
this.label57.AutoSize = true;
this.label57.Location = new System.Drawing.Point(30, 62);
this.label57.Name = "label57";
this.label57.Size = new System.Drawing.Size(53, 12);
this.label57.TabIndex = 35;
this.label57.Text = "事故时间";
//
// textAccRepairReson
//
this.textAccRepairReson.Location = new System.Drawing.Point(89, 112);
this.textAccRepairReson.Multiline = true;
this.textAccRepairReson.Name = "textAccRepairReson";
this.textAccRepairReson.Size = new System.Drawing.Size(113, 48);
this.textAccRepairReson.TabIndex = 34;
//
// textCarAccRemark
//
this.textCarAccRemark.Location = new System.Drawing.Point(89, 193);
this.textCarAccRemark.Multiline = true;
this.textCarAccRemark.Name = "textCarAccRemark";
this.textCarAccRemark.Size = new System.Drawing.Size(113, 59);
this.textCarAccRemark.TabIndex = 33;
//
// btnCarAccAdd
//
this.btnCarAccAdd.Location = new System.Drawing.Point(32, 258);
this.btnCarAccAdd.Name = "btnCarAccAdd";
this.btnCarAccAdd.Size = new System.Drawing.Size(79, 23);
this.btnCarAccAdd.TabIndex = 32;
this.btnCarAccAdd.Text = "添加";
this.btnCarAccAdd.UseVisualStyleBackColor = true;
this.btnCarAccAdd.Click += new System.EventHandler(this.btnCarAccAdd_Click);
//
// label37
//
this.label37.AutoSize = true;
this.label37.Location = new System.Drawing.Point(30, 193);
this.label37.Name = "label37";
this.label37.Size = new System.Drawing.Size(53, 12);
this.label37.TabIndex = 29;
this.label37.Text = "备 注";
//
// label38
//
this.label38.AutoSize = true;
this.label38.Location = new System.Drawing.Point(30, 168);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(53, 12);
this.label38.TabIndex = 28;
this.label38.Text = "赔偿金额";
//
// label39
//
this.label39.AutoSize = true;
this.label39.Location = new System.Drawing.Point(32, 112);
this.label39.Name = "label39";
this.label39.Size = new System.Drawing.Size(53, 12);
this.label39.TabIndex = 27;
this.label39.Text = "事故原因";
//
// label40
//
this.label40.AutoSize = true;
this.label40.Location = new System.Drawing.Point(32, 88);
this.label40.Name = "label40";
this.label40.Size = new System.Drawing.Size(53, 12);
this.label40.TabIndex = 25;
this.label40.Text = "肇事司机";
//
// label41
//
this.label41.AutoSize = true;
this.label41.Location = new System.Drawing.Point(30, 40);
this.label41.Name = "label41";
this.label41.Size = new System.Drawing.Size(53, 12);
this.label41.TabIndex = 23;
this.label41.Text = "车牌号码";
//
// textAccCarNumber
//
this.textAccCarNumber.Location = new System.Drawing.Point(89, 31);
this.textAccCarNumber.Name = "textAccCarNumber";
this.textAccCarNumber.Size = new System.Drawing.Size(113, 21);
this.textAccCarNumber.TabIndex = 24;
//
// textAccUserName
//
this.textAccUserName.Location = new System.Drawing.Point(89, 85);
this.textAccUserName.Name = "textAccUserName";
this.textAccUserName.Size = new System.Drawing.Size(113, 21);
this.textAccUserName.TabIndex = 26;
//
// CW_Car_Acc
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(771, 409);
this.Controls.Add(this.label19);
this.Controls.Add(this.tabControl6);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "CW_Car_Acc";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "CW_Car_Acc";
this.Load += new System.EventHandler(this.CW_Car_Acc_Load);
this.tabControl6.ResumeLayout(false);
this.tabPage21.ResumeLayout(false);
this.splitContainer7.Panel1.ResumeLayout(false);
this.splitContainer7.Panel2.ResumeLayout(false);
this.splitContainer7.ResumeLayout(false);
this.groupBox13.ResumeLayout(false);
this.groupBox13.PerformLayout();
this.groupBox14.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewCarAcc)).EndInit();
this.tabPage22.ResumeLayout(false);
this.splitContainer13.Panel1.ResumeLayout(false);
this.splitContainer13.Panel2.ResumeLayout(false);
this.splitContainer13.ResumeLayout(false);
this.groupBox23.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.GridViewAccCheckResult)).EndInit();
this.groupBox24.ResumeLayout(false);
this.groupBox24.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl6;
private System.Windows.Forms.TabPage tabPage21;
private System.Windows.Forms.SplitContainer splitContainer7;
private System.Windows.Forms.GroupBox groupBox13;
private System.Windows.Forms.Label label36;
private System.Windows.Forms.GroupBox groupBox14;
private System.Windows.Forms.DataGridView GridViewCarAcc;
private System.Windows.Forms.TabPage tabPage22;
private System.Windows.Forms.SplitContainer splitContainer13;
private System.Windows.Forms.GroupBox groupBox23;
private System.Windows.Forms.DataGridView GridViewAccCheckResult;
private System.Windows.Forms.GroupBox groupBox24;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.MaskedTextBox textCheckAccCarName;
private System.Windows.Forms.DateTimePicker dateTimeCheckAcc;
private System.Windows.Forms.Label label54;
private System.Windows.Forms.Label label55;
private System.Windows.Forms.MaskedTextBox textCheckAccCarNumber;
private System.Windows.Forms.Button btnCarAccCheck;
private System.Windows.Forms.Button btnCarAccClear;
private System.Windows.Forms.MaskedTextBox textAccCarMoney;
private System.Windows.Forms.DateTimePicker dateTimeAcc;
private System.Windows.Forms.Label label57;
private System.Windows.Forms.TextBox textAccRepairReson;
private System.Windows.Forms.TextBox textCarAccRemark;
private System.Windows.Forms.Button btnCarAccAdd;
private System.Windows.Forms.Label label37;
private System.Windows.Forms.Label label38;
private System.Windows.Forms.Label label39;
private System.Windows.Forms.Label label40;
private System.Windows.Forms.Label label41;
private System.Windows.Forms.MaskedTextBox textAccCarNumber;
private System.Windows.Forms.MaskedTextBox textAccUserName;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -