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

📄 form_repair_repairinput.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace RepairCRM
{
    partial class Form_repair_repairinput
    {
        /// <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()
        {
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.wxlab = new System.Windows.Forms.Label();
            this.empnamelab = new System.Windows.Forms.Label();
            this.complab = new System.Windows.Forms.Label();
            this.pholab = new System.Windows.Forms.Label();
            this.cusnmlab = new System.Windows.Forms.Label();
            this.carnolab = new System.Windows.Forms.Label();
            this.carcololab = new System.Windows.Forms.Label();
            this.cartypelab = new System.Windows.Forms.Label();
            this.oilslab = new System.Windows.Forms.Label();
            this.mileslab = new System.Windows.Forms.Label();
            this.insurenolab = new System.Windows.Forms.Label();
            this.dislab = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label14 = new System.Windows.Forms.Label();
            this.text_prerepairid = new System.Windows.Forms.TextBox();
            this.text_companyname = new System.Windows.Forms.TextBox();
            this.text_customername = new System.Windows.Forms.TextBox();
            this.text_customertel = new System.Windows.Forms.TextBox();
            this.text_carno = new System.Windows.Forms.TextBox();
            this.text_carcolor = new System.Windows.Forms.TextBox();
            this.text_carmodel = new System.Windows.Forms.TextBox();
            this.text_caroils = new System.Windows.Forms.TextBox();
            this.text_carmile = new System.Windows.Forms.TextBox();
            this.text_carinsure = new System.Windows.Forms.TextBox();
            this.text_display = new System.Windows.Forms.RichTextBox();
            this.text_suggest = new System.Windows.Forms.RichTextBox();
            this.text_outdate = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.button_load = new System.Windows.Forms.Button();
            this.text_employname = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.text_address = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.text_vip = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.label4 = new System.Windows.Forms.Label();
            this.text_carrack = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.button_select = new System.Windows.Forms.Button();
            this.month_select = new System.Windows.Forms.MonthCalendar();
            this.label5 = new System.Windows.Forms.Label();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.维修项目 = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.付款类型 = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.索赔比率 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.button_getprice = new System.Windows.Forms.Button();
            this.button_ok = new System.Windows.Forms.Button();
            this.button_print = new System.Windows.Forms.Button();
            this.button_reset = new System.Windows.Forms.Button();
            this.button_close = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // wxlab
            // 
            this.wxlab.AutoSize = true;
            this.wxlab.Location = new System.Drawing.Point(18, 25);
            this.wxlab.Name = "wxlab";
            this.wxlab.Size = new System.Drawing.Size(65, 12);
            this.wxlab.TabIndex = 2;
            this.wxlab.Text = "委托书号:";
            // 
            // empnamelab
            // 
            this.empnamelab.AutoSize = true;
            this.empnamelab.Location = new System.Drawing.Point(496, 26);
            this.empnamelab.Name = "empnamelab";
            this.empnamelab.Size = new System.Drawing.Size(65, 12);
            this.empnamelab.TabIndex = 3;
            this.empnamelab.Text = "服务顾问:";
            // 
            // complab
            // 
            this.complab.AutoSize = true;
            this.complab.Location = new System.Drawing.Point(18, 28);
            this.complab.Name = "complab";
            this.complab.Size = new System.Drawing.Size(65, 12);
            this.complab.TabIndex = 4;
            this.complab.Text = "公司名称:";
            // 
            // pholab
            // 
            this.pholab.AutoSize = true;
            this.pholab.Location = new System.Drawing.Point(495, 28);
            this.pholab.Name = "pholab";
            this.pholab.Size = new System.Drawing.Size(65, 12);
            this.pholab.TabIndex = 5;
            this.pholab.Text = "联系电话:";
            // 
            // cusnmlab
            // 
            this.cusnmlab.AutoSize = true;
            this.cusnmlab.Location = new System.Drawing.Point(310, 27);
            this.cusnmlab.Name = "cusnmlab";
            this.cusnmlab.Size = new System.Drawing.Size(53, 12);
            this.cusnmlab.TabIndex = 6;
            this.cusnmlab.Text = "联系人:";
            // 
            // carnolab
            // 
            this.carnolab.AutoSize = true;
            this.carnolab.Location = new System.Drawing.Point(30, 52);
            this.carnolab.Name = "carnolab";
            this.carnolab.Size = new System.Drawing.Size(53, 12);
            this.carnolab.TabIndex = 7;
            this.carnolab.Text = "车架号:";
            // 
            // carcololab
            // 
            this.carcololab.AutoSize = true;
            this.carcololab.Location = new System.Drawing.Point(293, 52);
            this.carcololab.Name = "carcololab";
            this.carcololab.Size = new System.Drawing.Size(65, 12);
            this.carcololab.TabIndex = 8;
            this.carcololab.Text = "车辆颜色:";
            // 
            // cartypelab
            // 
            this.cartypelab.AutoSize = true;
            this.cartypelab.Location = new System.Drawing.Point(496, 52);
            this.cartypelab.Name = "cartypelab";
            this.cartypelab.Size = new System.Drawing.Size(65, 12);
            this.cartypelab.TabIndex = 9;
            this.cartypelab.Text = "车辆型号:";
            // 
            // oilslab
            // 
            this.oilslab.AutoSize = true;
            this.oilslab.Location = new System.Drawing.Point(317, 79);
            this.oilslab.Name = "oilslab";
            this.oilslab.Size = new System.Drawing.Size(41, 12);
            this.oilslab.TabIndex = 10;
            this.oilslab.Text = "油量:";
            // 
            // mileslab
            // 
            this.mileslab.AutoSize = true;
            this.mileslab.Location = new System.Drawing.Point(30, 79);
            this.mileslab.Name = "mileslab";
            this.mileslab.Size = new System.Drawing.Size(53, 12);
            this.mileslab.TabIndex = 11;
            this.mileslab.Text = "公里数:";
            // 
            // insurenolab
            // 
            this.insurenolab.AutoSize = true;
            this.insurenolab.Location = new System.Drawing.Point(507, 79);
            this.insurenolab.Name = "insurenolab";
            this.insurenolab.Size = new System.Drawing.Size(53, 12);
            this.insurenolab.TabIndex = 12;
            this.insurenolab.Text = "保单号:";
            // 
            // dislab
            // 
            this.dislab.AutoSize = true;
            this.dislab.Location = new System.Drawing.Point(18, 26);
            this.dislab.Name = "dislab";
            this.dislab.Size = new System.Drawing.Size(65, 12);
            this.dislab.TabIndex = 13;
            this.dislab.Text = "故障描述:";
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Location = new System.Drawing.Point(18, 102);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(65, 12);
            this.label13.TabIndex = 14;
            this.label13.Text = "初步意见:";
            // 
            // label14
            // 
            this.label14.AutoSize = true;
            this.label14.Location = new System.Drawing.Point(18, 147);
            this.label14.Name = "label14";
            this.label14.Size = new System.Drawing.Size(65, 12);
            this.label14.TabIndex = 15;
            this.label14.Text = "预计时间:";
            // 
            // text_prerepairid
            // 
            this.text_prerepairid.Location = new System.Drawing.Point(89, 20);
            this.text_prerepairid.Name = "text_prerepairid";
            this.text_prerepairid.Size = new System.Drawing.Size(185, 21);
            this.text_prerepairid.TabIndex = 16;

⌨️ 快捷键说明

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