📄 jl_car_acc.designer.cs
字号:
namespace CarManage
{
partial class JL_Car_Acc
{
/// <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.tabControl6 = new System.Windows.Forms.TabControl();
this.tabPage21 = new System.Windows.Forms.TabPage();
this.splitContainer7 = new System.Windows.Forms.SplitContainer();
this.groupBox13 = new System.Windows.Forms.GroupBox();
this.dateTimeAcc = new System.Windows.Forms.DateTimePicker();
this.label57 = new System.Windows.Forms.Label();
this.label36 = new System.Windows.Forms.Label();
this.textAccRepairReson = new System.Windows.Forms.TextBox();
this.textCarAccRemark = new System.Windows.Forms.TextBox();
this.btnCarAccAdd = new System.Windows.Forms.Button();
this.label37 = new System.Windows.Forms.Label();
this.btnCarAccDelete = new System.Windows.Forms.Button();
this.label38 = new System.Windows.Forms.Label();
this.btnCarAccUpdate = new System.Windows.Forms.Button();
this.label39 = new System.Windows.Forms.Label();
this.label40 = new System.Windows.Forms.Label();
this.label41 = new System.Windows.Forms.Label();
this.textAccCarNumber = new System.Windows.Forms.MaskedTextBox();
this.textAccUserName = new System.Windows.Forms.MaskedTextBox();
this.groupBox14 = new System.Windows.Forms.GroupBox();
this.GridViewCarAcc = new System.Windows.Forms.DataGridView();
this.tabPage22 = new System.Windows.Forms.TabPage();
this.splitContainer13 = new System.Windows.Forms.SplitContainer();
this.groupBox23 = new System.Windows.Forms.GroupBox();
this.GridViewAccCheckResult = new System.Windows.Forms.DataGridView();
this.groupBox24 = new System.Windows.Forms.GroupBox();
this.dateTimeCheckAcc = new System.Windows.Forms.DateTimePicker();
this.label54 = new System.Windows.Forms.Label();
this.label55 = new System.Windows.Forms.Label();
this.textCheckAccCarNumber = new System.Windows.Forms.MaskedTextBox();
this.btnCarAccCheck = new System.Windows.Forms.Button();
this.btnCarAccClear = new System.Windows.Forms.Button();
this.label19 = new System.Windows.Forms.Label();
this.textAccCarMoney = new System.Windows.Forms.MaskedTextBox();
this.label1 = new System.Windows.Forms.Label();
this.textCheckAccCarName = new System.Windows.Forms.MaskedTextBox();
this.tabControl6.SuspendLayout();
this.tabPage21.SuspendLayout();
this.splitContainer7.Panel1.SuspendLayout();
this.splitContainer7.Panel2.SuspendLayout();
this.splitContainer7.SuspendLayout();
this.groupBox13.SuspendLayout();
this.groupBox14.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridViewCarAcc)).BeginInit();
this.tabPage22.SuspendLayout();
this.splitContainer13.Panel1.SuspendLayout();
this.splitContainer13.Panel2.SuspendLayout();
this.splitContainer13.SuspendLayout();
this.groupBox23.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.GridViewAccCheckResult)).BeginInit();
this.groupBox24.SuspendLayout();
this.SuspendLayout();
//
// tabControl6
//
this.tabControl6.Controls.Add(this.tabPage21);
this.tabControl6.Controls.Add(this.tabPage22);
this.tabControl6.Location = new System.Drawing.Point(12, 12);
this.tabControl6.Name = "tabControl6";
this.tabControl6.SelectedIndex = 0;
this.tabControl6.Size = new System.Drawing.Size(760, 374);
this.tabControl6.TabIndex = 1;
//
// tabPage21
//
this.tabPage21.Controls.Add(this.splitContainer7);
this.tabPage21.Location = new System.Drawing.Point(4, 21);
this.tabPage21.Name = "tabPage21";
this.tabPage21.Padding = new System.Windows.Forms.Padding(3);
this.tabPage21.Size = new System.Drawing.Size(752, 349);
this.tabPage21.TabIndex = 0;
this.tabPage21.Text = "车辆事故管理";
this.tabPage21.UseVisualStyleBackColor = true;
//
// splitContainer7
//
this.splitContainer7.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer7.Location = new System.Drawing.Point(3, 3);
this.splitContainer7.Name = "splitContainer7";
//
// splitContainer7.Panel1
//
this.splitContainer7.Panel1.Controls.Add(this.groupBox13);
//
// splitContainer7.Panel2
//
this.splitContainer7.Panel2.Controls.Add(this.groupBox14);
this.splitContainer7.Size = new System.Drawing.Size(746, 343);
this.splitContainer7.SplitterDistance = 245;
this.splitContainer7.TabIndex = 1;
//
// groupBox13
//
this.groupBox13.Controls.Add(this.textAccCarMoney);
this.groupBox13.Controls.Add(this.dateTimeAcc);
this.groupBox13.Controls.Add(this.label57);
this.groupBox13.Controls.Add(this.label36);
this.groupBox13.Controls.Add(this.textAccRepairReson);
this.groupBox13.Controls.Add(this.textCarAccRemark);
this.groupBox13.Controls.Add(this.btnCarAccAdd);
this.groupBox13.Controls.Add(this.label37);
this.groupBox13.Controls.Add(this.btnCarAccDelete);
this.groupBox13.Controls.Add(this.label38);
this.groupBox13.Controls.Add(this.btnCarAccUpdate);
this.groupBox13.Controls.Add(this.label39);
this.groupBox13.Controls.Add(this.label40);
this.groupBox13.Controls.Add(this.label41);
this.groupBox13.Controls.Add(this.textAccCarNumber);
this.groupBox13.Controls.Add(this.textAccUserName);
this.groupBox13.Location = new System.Drawing.Point(7, 3);
this.groupBox13.Name = "groupBox13";
this.groupBox13.Size = new System.Drawing.Size(221, 311);
this.groupBox13.TabIndex = 0;
this.groupBox13.TabStop = false;
this.groupBox13.Text = "车辆事故情况";
//
// dateTimeAcc
//
this.dateTimeAcc.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimeAcc.Location = new System.Drawing.Point(80, 68);
this.dateTimeAcc.Name = "dateTimeAcc";
this.dateTimeAcc.Size = new System.Drawing.Size(113, 21);
this.dateTimeAcc.TabIndex = 13;
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(21, 72);
this.label57.Name = "label57";
this.label57.Size = new System.Drawing.Size(53, 12);
this.label57.TabIndex = 12;
this.label57.Text = "事故时间";
//
// label36
//
this.label36.AutoSize = true;
this.label36.Location = new System.Drawing.Point(176, 178);
this.label36.Name = "label36";
this.label36.Size = new System.Drawing.Size(17, 12);
this.label36.TabIndex = 11;
this.label36.Text = "元";
//
// textAccRepairReson
//
this.textAccRepairReson.Location = new System.Drawing.Point(80, 122);
this.textAccRepairReson.Multiline = true;
this.textAccRepairReson.Name = "textAccRepairReson";
this.textAccRepairReson.Size = new System.Drawing.Size(113, 48);
this.textAccRepairReson.TabIndex = 9;
//
// textCarAccRemark
//
this.textCarAccRemark.Location = new System.Drawing.Point(80, 203);
this.textCarAccRemark.Multiline = true;
this.textCarAccRemark.Name = "textCarAccRemark";
this.textCarAccRemark.Size = new System.Drawing.Size(113, 59);
this.textCarAccRemark.TabIndex = 8;
//
// btnCarAccAdd
//
this.btnCarAccAdd.Location = new System.Drawing.Point(23, 268);
this.btnCarAccAdd.Name = "btnCarAccAdd";
this.btnCarAccAdd.Size = new System.Drawing.Size(53, 23);
this.btnCarAccAdd.TabIndex = 7;
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(21, 203);
this.label37.Name = "label37";
this.label37.Size = new System.Drawing.Size(53, 12);
this.label37.TabIndex = 4;
this.label37.Text = "备 注";
//
// btnCarAccDelete
//
this.btnCarAccDelete.Location = new System.Drawing.Point(140, 268);
this.btnCarAccDelete.Name = "btnCarAccDelete";
this.btnCarAccDelete.Size = new System.Drawing.Size(53, 23);
this.btnCarAccDelete.TabIndex = 6;
this.btnCarAccDelete.Text = "删除";
this.btnCarAccDelete.UseVisualStyleBackColor = true;
this.btnCarAccDelete.Click += new System.EventHandler(this.btnCarAccDelete_Click);
//
// label38
//
this.label38.AutoSize = true;
this.label38.Location = new System.Drawing.Point(21, 178);
this.label38.Name = "label38";
this.label38.Size = new System.Drawing.Size(53, 12);
this.label38.TabIndex = 3;
this.label38.Text = "赔偿金额";
//
// btnCarAccUpdate
//
this.btnCarAccUpdate.Location = new System.Drawing.Point(82, 268);
this.btnCarAccUpdate.Name = "btnCarAccUpdate";
this.btnCarAccUpdate.Size = new System.Drawing.Size(53, 23);
this.btnCarAccUpdate.TabIndex = 5;
this.btnCarAccUpdate.Text = "修改";
this.btnCarAccUpdate.UseVisualStyleBackColor = true;
this.btnCarAccUpdate.Click += new System.EventHandler(this.btnCarAccUpdate_Click);
//
// label39
//
this.label39.AutoSize = true;
this.label39.Location = new System.Drawing.Point(23, 122);
this.label39.Name = "label39";
this.label39.Size = new System.Drawing.Size(53, 12);
this.label39.TabIndex = 2;
this.label39.Text = "事故原因";
//
// label40
//
this.label40.AutoSize = true;
this.label40.Location = new System.Drawing.Point(23, 98);
this.label40.Name = "label40";
this.label40.Size = new System.Drawing.Size(53, 12);
this.label40.TabIndex = 1;
this.label40.Text = "肇事司机";
//
// label41
//
this.label41.AutoSize = true;
this.label41.Location = new System.Drawing.Point(21, 50);
this.label41.Name = "label41";
this.label41.Size = new System.Drawing.Size(53, 12);
this.label41.TabIndex = 0;
this.label41.Text = "车牌号码";
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -