📄 cw_car_acc.designer.cs
字号:
namespace CarManage
{
partial class CW_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.button1 = new System.Windows.Forms.Button();
this.label36 = new System.Windows.Forms.Label();
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.label19 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.textCheckAccCarName = new System.Windows.Forms.MaskedTextBox();
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.textAccCarMoney = new System.Windows.Forms.MaskedTextBox();
this.dateTimeAcc = new System.Windows.Forms.DateTimePicker();
this.label57 = 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.label38 = new System.Windows.Forms.Label();
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.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(2, 9);
this.tabControl6.Name = "tabControl6";
this.tabControl6.SelectedIndex = 0;
this.tabControl6.Size = new System.Drawing.Size(760, 374);
this.tabControl6.TabIndex = 2;
//
// 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.textAccRepairReson);
this.groupBox13.Controls.Add(this.textCarAccRemark);
this.groupBox13.Controls.Add(this.btnCarAccAdd);
this.groupBox13.Controls.Add(this.label37);
this.groupBox13.Controls.Add(this.label38);
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.Controls.Add(this.button1);
this.groupBox13.Controls.Add(this.label36);
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 = "车辆事故情况";
//
// button1
//
this.button1.Location = new System.Drawing.Point(126, 258);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(76, 23);
this.button1.TabIndex = 22;
this.button1.Text = "清空";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label36
//
this.label36.AutoSize = true;
this.label36.Location = new System.Drawing.Point(185, 168);
this.label36.Name = "label36";
this.label36.Size = new System.Drawing.Size(17, 12);
this.label36.TabIndex = 11;
this.label36.Text = "元";
//
// 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.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;
//
// 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.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 = "车辆事故信息查询";
//
// 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(746, 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);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -