📄 form_carshow.designer.cs
字号:
this.costmorvlaue.Name = "costmorvlaue";
this.costmorvlaue.Size = new System.Drawing.Size(77, 21);
this.costmorvlaue.TabIndex = 2;
//
// modifytimevalue1
//
this.modifytimevalue1.Location = new System.Drawing.Point(199, 132);
this.modifytimevalue1.Name = "modifytimevalue1";
this.modifytimevalue1.Size = new System.Drawing.Size(77, 21);
this.modifytimevalue1.TabIndex = 5;
//
// caruservalue
//
this.caruservalue.Location = new System.Drawing.Point(110, 99);
this.caruservalue.Name = "caruservalue";
this.caruservalue.Size = new System.Drawing.Size(123, 21);
this.caruservalue.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.ForeColor = System.Drawing.Color.Red;
this.label2.Location = new System.Drawing.Point(188, 137);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(11, 12);
this.label2.TabIndex = 61;
this.label2.Text = "-";
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.Red;
this.label5.Location = new System.Drawing.Point(279, 138);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(101, 12);
this.label5.TabIndex = 60;
this.label5.Text = "格式:1982-3-15 ";
//
// carnumber1value
//
this.carnumber1value.Location = new System.Drawing.Point(462, 30);
this.carnumber1value.Name = "carnumber1value";
this.carnumber1value.Size = new System.Drawing.Size(100, 21);
this.carnumber1value.TabIndex = 6;
//
// cattype1value
//
this.cattype1value.Location = new System.Drawing.Point(462, 98);
this.cattype1value.Name = "cattype1value";
this.cattype1value.Size = new System.Drawing.Size(125, 21);
this.cattype1value.TabIndex = 8;
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5,
this.Column6,
this.Column7,
this.Column8,
this.Column9});
this.dataGridView1.Location = new System.Drawing.Point(0, 264);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(789, 219);
this.dataGridView1.TabIndex = 66;
this.dataGridView1.Visible = false;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// Column1
//
this.Column1.HeaderText = "Column1";
this.Column1.Name = "Column1";
//
// Column2
//
this.Column2.HeaderText = "Column2";
this.Column2.Name = "Column2";
//
// Column3
//
this.Column3.HeaderText = "Column3";
this.Column3.Name = "Column3";
//
// Column4
//
this.Column4.HeaderText = "Column4";
this.Column4.Name = "Column4";
//
// Column5
//
this.Column5.HeaderText = "Column5";
this.Column5.Name = "Column5";
//
// Column6
//
this.Column6.HeaderText = "Column6";
this.Column6.Name = "Column6";
//
// Column7
//
this.Column7.HeaderText = "Column7";
this.Column7.Name = "Column7";
//
// Column8
//
this.Column8.HeaderText = "Column8";
this.Column8.Name = "Column8";
//
// Column9
//
this.Column9.HeaderText = "Column9";
this.Column9.Name = "Column9";
//
// cancal
//
this.cancal.Location = new System.Drawing.Point(105, 15);
this.cancal.Name = "cancal";
this.cancal.Size = new System.Drawing.Size(75, 23);
this.cancal.TabIndex = 9;
this.cancal.Text = "取消";
this.cancal.UseVisualStyleBackColor = true;
this.cancal.Click += new System.EventHandler(this.button1_Click);
//
// findsome
//
this.findsome.Location = new System.Drawing.Point(24, 15);
this.findsome.Name = "findsome";
this.findsome.Size = new System.Drawing.Size(75, 23);
this.findsome.TabIndex = 8;
this.findsome.Text = "查询";
this.findsome.UseVisualStyleBackColor = true;
this.findsome.Click += new System.EventHandler(this.button2_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.cancal);
this.groupBox2.Controls.Add(this.findsome);
this.groupBox2.Location = new System.Drawing.Point(316, 202);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(200, 46);
this.groupBox2.TabIndex = 73;
this.groupBox2.TabStop = false;
//
// Form_carshow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.ClientSize = new System.Drawing.Size(792, 563);
this.Controls.Add(this.lastmodifytime);
this.Name = "Form_carshow";
this.Controls.SetChildIndex(this.lastmodifytime, 0);
this.lastmodifytime.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel lastmodifytime;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox carnumbervalue;
private System.Windows.Forms.Label name;
private System.Windows.Forms.Label cartype;
private System.Windows.Forms.Label phone;
private System.Windows.Forms.Label carid;
private System.Windows.Forms.Label person;
private System.Windows.Forms.Label company;
private System.Windows.Forms.Label position;
private System.Windows.Forms.TextBox costmorvlaue;
private System.Windows.Forms.TextBox modifytimevalue1;
private System.Windows.Forms.TextBox caruservalue;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox carnumber1value;
private System.Windows.Forms.TextBox modifytimevalue;
private System.Windows.Forms.TextBox cattype1value;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
private System.Windows.Forms.DataGridViewTextBoxColumn Column8;
private System.Windows.Forms.DataGridViewTextBoxColumn Column9;
private System.Windows.Forms.Button cancal;
private System.Windows.Forms.Button findsome;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox salervalue;
private System.Windows.Forms.GroupBox groupBox2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -