📄 jl_car_acc.designer.cs
字号:
// textAccCarNumber
//
this.textAccCarNumber.Location = new System.Drawing.Point(80, 41);
this.textAccCarNumber.Name = "textAccCarNumber";
this.textAccCarNumber.Size = new System.Drawing.Size(113, 21);
this.textAccCarNumber.TabIndex = 0;
//
// textAccUserName
//
this.textAccUserName.Location = new System.Drawing.Point(80, 95);
this.textAccUserName.Name = "textAccUserName";
this.textAccUserName.Size = new System.Drawing.Size(113, 21);
this.textAccUserName.TabIndex = 1;
//
// groupBox14
//
this.groupBox14.Controls.Add(this.GridViewCarAcc);
this.groupBox14.Location = new System.Drawing.Point(3, 3);
this.groupBox14.Name = "groupBox14";
this.groupBox14.Size = new System.Drawing.Size(472, 339);
this.groupBox14.TabIndex = 0;
this.groupBox14.TabStop = false;
this.groupBox14.Text = "车辆事故记录";
//
// GridViewCarAcc
//
this.GridViewCarAcc.AllowUserToAddRows = false;
this.GridViewCarAcc.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewCarAcc.Location = new System.Drawing.Point(37, 29);
this.GridViewCarAcc.Name = "GridViewCarAcc";
this.GridViewCarAcc.RowTemplate.Height = 23;
this.GridViewCarAcc.Size = new System.Drawing.Size(407, 282);
this.GridViewCarAcc.TabIndex = 0;
this.GridViewCarAcc.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.GridViewCarAcc_CellClick);
//
// tabPage22
//
this.tabPage22.Controls.Add(this.splitContainer13);
this.tabPage22.Location = new System.Drawing.Point(4, 21);
this.tabPage22.Name = "tabPage22";
this.tabPage22.Padding = new System.Windows.Forms.Padding(3);
this.tabPage22.Size = new System.Drawing.Size(752, 349);
this.tabPage22.TabIndex = 1;
this.tabPage22.Text = "车辆事故查询";
this.tabPage22.UseVisualStyleBackColor = true;
//
// splitContainer13
//
this.splitContainer13.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer13.Location = new System.Drawing.Point(3, 3);
this.splitContainer13.Name = "splitContainer13";
//
// splitContainer13.Panel1
//
this.splitContainer13.Panel1.Controls.Add(this.groupBox23);
//
// splitContainer13.Panel2
//
this.splitContainer13.Panel2.Controls.Add(this.groupBox24);
this.splitContainer13.Size = new System.Drawing.Size(746, 343);
this.splitContainer13.SplitterDistance = 480;
this.splitContainer13.TabIndex = 2;
//
// groupBox23
//
this.groupBox23.Controls.Add(this.GridViewAccCheckResult);
this.groupBox23.Location = new System.Drawing.Point(0, 4);
this.groupBox23.Name = "groupBox23";
this.groupBox23.Size = new System.Drawing.Size(465, 312);
this.groupBox23.TabIndex = 0;
this.groupBox23.TabStop = false;
this.groupBox23.Text = "车辆事故查询结果显示";
//
// GridViewAccCheckResult
//
this.GridViewAccCheckResult.AllowUserToAddRows = false;
this.GridViewAccCheckResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.GridViewAccCheckResult.Location = new System.Drawing.Point(7, 20);
this.GridViewAccCheckResult.Name = "GridViewAccCheckResult";
this.GridViewAccCheckResult.RowTemplate.Height = 23;
this.GridViewAccCheckResult.Size = new System.Drawing.Size(442, 275);
this.GridViewAccCheckResult.TabIndex = 0;
//
// groupBox24
//
this.groupBox24.Controls.Add(this.label1);
this.groupBox24.Controls.Add(this.textCheckAccCarName);
this.groupBox24.Controls.Add(this.dateTimeCheckAcc);
this.groupBox24.Controls.Add(this.label54);
this.groupBox24.Controls.Add(this.label55);
this.groupBox24.Controls.Add(this.textCheckAccCarNumber);
this.groupBox24.Controls.Add(this.btnCarAccCheck);
this.groupBox24.Controls.Add(this.btnCarAccClear);
this.groupBox24.Location = new System.Drawing.Point(3, 4);
this.groupBox24.Name = "groupBox24";
this.groupBox24.Size = new System.Drawing.Size(247, 312);
this.groupBox24.TabIndex = 0;
this.groupBox24.TabStop = false;
this.groupBox24.Text = "车辆事故信息查询";
//
// dateTimeCheckAcc
//
this.dateTimeCheckAcc.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dateTimeCheckAcc.Location = new System.Drawing.Point(88, 84);
this.dateTimeCheckAcc.Name = "dateTimeCheckAcc";
this.dateTimeCheckAcc.ShowCheckBox = true;
this.dateTimeCheckAcc.Size = new System.Drawing.Size(113, 21);
this.dateTimeCheckAcc.TabIndex = 17;
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(29, 88);
this.label54.Name = "label54";
this.label54.Size = new System.Drawing.Size(53, 12);
this.label54.TabIndex = 16;
this.label54.Text = "事故时间";
//
// label55
//
this.label55.AutoSize = true;
this.label55.Location = new System.Drawing.Point(29, 61);
this.label55.Name = "label55";
this.label55.Size = new System.Drawing.Size(53, 12);
this.label55.TabIndex = 14;
this.label55.Text = "车牌号码";
//
// textCheckAccCarNumber
//
this.textCheckAccCarNumber.Location = new System.Drawing.Point(88, 56);
this.textCheckAccCarNumber.Name = "textCheckAccCarNumber";
this.textCheckAccCarNumber.Size = new System.Drawing.Size(113, 21);
this.textCheckAccCarNumber.TabIndex = 15;
//
// btnCarAccCheck
//
this.btnCarAccCheck.Location = new System.Drawing.Point(31, 166);
this.btnCarAccCheck.Name = "btnCarAccCheck";
this.btnCarAccCheck.Size = new System.Drawing.Size(75, 23);
this.btnCarAccCheck.TabIndex = 12;
this.btnCarAccCheck.Text = "查询";
this.btnCarAccCheck.UseVisualStyleBackColor = true;
this.btnCarAccCheck.Click += new System.EventHandler(this.btnCarAccCheck_Click);
//
// btnCarAccClear
//
this.btnCarAccClear.Location = new System.Drawing.Point(126, 166);
this.btnCarAccClear.Name = "btnCarAccClear";
this.btnCarAccClear.Size = new System.Drawing.Size(75, 23);
this.btnCarAccClear.TabIndex = 11;
this.btnCarAccClear.Text = "清空";
this.btnCarAccClear.UseVisualStyleBackColor = true;
this.btnCarAccClear.Click += new System.EventHandler(this.btnCarAccClear_Click);
//
// 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(756, 9);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(16, 16);
this.label19.TabIndex = 39;
this.label19.Text = "X";
this.label19.Click += new System.EventHandler(this.label19_Click);
//
// textAccCarMoney
//
this.textAccCarMoney.Location = new System.Drawing.Point(80, 175);
this.textAccCarMoney.Name = "textAccCarMoney";
this.textAccCarMoney.Size = new System.Drawing.Size(90, 21);
this.textAccCarMoney.TabIndex = 14;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(29, 119);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 19;
this.label1.Text = "肇事司机";
//
// textCheckAccCarName
//
this.textCheckAccCarName.Location = new System.Drawing.Point(88, 116);
this.textCheckAccCarName.Name = "textCheckAccCarName";
this.textCheckAccCarName.Size = new System.Drawing.Size(113, 21);
this.textCheckAccCarName.TabIndex = 18;
//
// JL_Car_Acc
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(777, 409);
this.Controls.Add(this.label19);
this.Controls.Add(this.tabControl6);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "JL_Car_Acc";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "JL_Car_Acc";
this.Load += new System.EventHandler(this.JL_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.DateTimePicker dateTimeAcc;
private System.Windows.Forms.Label label57;
private System.Windows.Forms.Label label36;
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.Button btnCarAccDelete;
private System.Windows.Forms.Label label38;
private System.Windows.Forms.Button btnCarAccUpdate;
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;
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.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.Label label19;
private System.Windows.Forms.MaskedTextBox textAccCarMoney;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.MaskedTextBox textCheckAccCarName;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -