⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form_carkeepshow.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.xieli.Text = "车辆保养状态:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.ForeColor = System.Drawing.Color.Red;
            this.label1.Location = new System.Drawing.Point(448, 111);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(101, 12);
            this.label1.TabIndex = 67;
            this.label1.Text = "格式:1982-3-15 ";
            // 
            // modifytimevalue
            // 
            this.modifytimevalue.Location = new System.Drawing.Point(279, 105);
            this.modifytimevalue.Name = "modifytimevalue";
            this.modifytimevalue.Size = new System.Drawing.Size(77, 21);
            this.modifytimevalue.TabIndex = 65;
            // 
            // costmortype
            // 
            this.costmortype.AutoSize = true;
            this.costmortype.Location = new System.Drawing.Point(208, 38);
            this.costmortype.Name = "costmortype";
            this.costmortype.Size = new System.Drawing.Size(65, 12);
            this.costmortype.TabIndex = 18;
            this.costmortype.Text = "姓    名:";
            // 
            // ybvalue
            // 
            this.ybvalue.Location = new System.Drawing.Point(280, 70);
            this.ybvalue.Name = "ybvalue";
            this.ybvalue.Size = new System.Drawing.Size(77, 21);
            this.ybvalue.TabIndex = 4;
            // 
            // cancal
            // 
            this.cancal.Location = new System.Drawing.Point(109, 15);
            this.cancal.Name = "cancal";
            this.cancal.Size = new System.Drawing.Size(75, 23);
            this.cancal.TabIndex = 74;
            this.cancal.Text = "取消";
            this.cancal.UseVisualStyleBackColor = true;
            this.cancal.Click += new System.EventHandler(this.button1_Click);
            // 
            // findsome
            // 
            this.findsome.Location = new System.Drawing.Point(18, 15);
            this.findsome.Name = "findsome";
            this.findsome.Size = new System.Drawing.Size(75, 23);
            this.findsome.TabIndex = 73;
            this.findsome.Text = "查询";
            this.findsome.UseVisualStyleBackColor = true;
            this.findsome.Click += new System.EventHandler(this.button2_Click);
            // 
            // 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, 323);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(792, 215);
            this.dataGridView1.TabIndex = 75;
            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";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.cancal);
            this.groupBox1.Controls.Add(this.findsome);
            this.groupBox1.Location = new System.Drawing.Point(282, 265);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(200, 47);
            this.groupBox1.TabIndex = 76;
            this.groupBox1.TabStop = false;
            // 
            // Form_carkeepshow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(792, 563);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.dataGridView1);
            this.Controls.Add(this.groupBox2);
            this.Name = "Form_carkeepshow";
            this.Load += new System.EventHandler(this.Form_carkeepshow_Load);
            this.Controls.SetChildIndex(this.groupBox2, 0);
            this.Controls.SetChildIndex(this.dataGridView1, 0);
            this.Controls.SetChildIndex(this.groupBox1, 0);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.TextBox namevalue;
        private System.Windows.Forms.Label youbian;
        private System.Windows.Forms.Label address;
        private System.Windows.Forms.Label xieli;
        private System.Windows.Forms.Label costmortype;
        private System.Windows.Forms.TextBox ybvalue;
        private System.Windows.Forms.TextBox modifytimevalue1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox modifytimevalue;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.RadioButton state2;
        private System.Windows.Forms.RadioButton state1;
        private System.Windows.Forms.RadioButton state;
        private System.Windows.Forms.Button cancal;
        private System.Windows.Forms.Button findsome;
        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.GroupBox groupBox1;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -