📄 form_repairphase.designer.cs
字号:
namespace RepairCRM
{
partial class Form_repairphase
{
/// <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.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.state2 = new System.Windows.Forms.RadioButton();
this.namevalue = new System.Windows.Forms.TextBox();
this.state1 = new System.Windows.Forms.RadioButton();
this.state = new System.Windows.Forms.RadioButton();
this.youbian = new System.Windows.Forms.Label();
this.modifytimevalue1 = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.address = new System.Windows.Forms.Label();
this.xieli = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.modifytimevalue = new System.Windows.Forms.TextBox();
this.costmortype = new System.Windows.Forms.Label();
this.ybvalue = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.companyvalue = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// 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.dataGridView1.Location = new System.Drawing.Point(0, 338);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(792, 200);
this.dataGridView1.TabIndex = 79;
this.dataGridView1.Visible = false;
//
// 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";
//
// button1
//
this.button1.Location = new System.Drawing.Point(398, 295);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 78;
this.button1.Text = "取消";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(307, 295);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 77;
this.button2.Text = "查询";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.companyvalue);
this.groupBox2.Controls.Add(this.state2);
this.groupBox2.Controls.Add(this.namevalue);
this.groupBox2.Controls.Add(this.state1);
this.groupBox2.Controls.Add(this.state);
this.groupBox2.Controls.Add(this.youbian);
this.groupBox2.Controls.Add(this.modifytimevalue1);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.address);
this.groupBox2.Controls.Add(this.xieli);
this.groupBox2.Controls.Add(this.label1);
this.groupBox2.Controls.Add(this.modifytimevalue);
this.groupBox2.Controls.Add(this.costmortype);
this.groupBox2.Controls.Add(this.ybvalue);
this.groupBox2.Location = new System.Drawing.Point(52, 67);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(688, 212);
this.groupBox2.TabIndex = 76;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "回访员统计";
this.groupBox2.UseWaitCursor = true;
//
// state2
//
this.state2.AutoSize = true;
this.state2.Location = new System.Drawing.Point(478, 144);
this.state2.Name = "state2";
this.state2.Size = new System.Drawing.Size(95, 16);
this.state2.TabIndex = 72;
this.state2.TabStop = true;
this.state2.Text = "所有状态车辆";
this.state2.UseVisualStyleBackColor = true;
//
// namevalue
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -