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

📄 form_repair_datafac_in.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace RepairCRM
{
    partial class Form_repair_datafac_in
    {
        /// <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.wxlab = new System.Windows.Forms.Label();
            this.oilslab = new System.Windows.Forms.Label();
            this.showButt = new System.Windows.Forms.Button();
            this.carnolab = new System.Windows.Forms.Label();
            this.carcololab = new System.Windows.Forms.Label();
            this.wxTxt = new System.Windows.Forms.TextBox();
            this.subButt = new System.Windows.Forms.Button();
            this.surefacTxt = new System.Windows.Forms.TextBox();
            this.displayTxt = new System.Windows.Forms.RichTextBox();
            this.cusnamTxt = new System.Windows.Forms.TextBox();
            this.mileTxt = new System.Windows.Forms.TextBox();
            this.complab = new System.Windows.Forms.Label();
            this.oilsTxt = new System.Windows.Forms.TextBox();
            this.phoneTxt = new System.Windows.Forms.TextBox();
            this.insurenolab = new System.Windows.Forms.Label();
            this.pholab = new System.Windows.Forms.Label();
            this.presugestTxt = new System.Windows.Forms.RichTextBox();
            this.dislab = new System.Windows.Forms.Label();
            this.comTxt = new System.Windows.Forms.TextBox();
            this.empnameTxt = new System.Windows.Forms.TextBox();
            this.cusnmlab = new System.Windows.Forms.Label();
            this.typTxt = new System.Windows.Forms.TextBox();
            this.empnamelab = new System.Windows.Forms.Label();
            this.coloTxt = new System.Windows.Forms.TextBox();
            this.carnoTxt = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.cartypelab = new System.Windows.Forms.Label();
            this.mileslab = new System.Windows.Forms.Label();
            this.outdatetxt = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.carnoColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.displayColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.presugestColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.empColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // wxlab
            // 
            this.wxlab.AutoSize = true;
            this.wxlab.Location = new System.Drawing.Point(150, 27);
            this.wxlab.Name = "wxlab";
            this.wxlab.Size = new System.Drawing.Size(65, 12);
            this.wxlab.TabIndex = 33;
            this.wxlab.Text = "委托书号:";
            // 
            // oilslab
            // 
            this.oilslab.AutoSize = true;
            this.oilslab.Location = new System.Drawing.Point(174, 110);
            this.oilslab.Name = "oilslab";
            this.oilslab.Size = new System.Drawing.Size(41, 12);
            this.oilslab.TabIndex = 41;
            this.oilslab.Text = "油量:";
            // 
            // showButt
            // 
            this.showButt.Location = new System.Drawing.Point(408, 236);
            this.showButt.Name = "showButt";
            this.showButt.Size = new System.Drawing.Size(52, 23);
            this.showButt.TabIndex = 62;
            this.showButt.Text = "显示";
            this.showButt.UseVisualStyleBackColor = true;
            // 
            // carnolab
            // 
            this.carnolab.AutoSize = true;
            this.carnolab.Location = new System.Drawing.Point(162, 88);
            this.carnolab.Name = "carnolab";
            this.carnolab.Size = new System.Drawing.Size(53, 12);
            this.carnolab.TabIndex = 38;
            this.carnolab.Text = "车架号:";
            // 
            // carcololab
            // 
            this.carcololab.AutoSize = true;
            this.carcololab.Location = new System.Drawing.Point(326, 88);
            this.carcololab.Name = "carcololab";
            this.carcololab.Size = new System.Drawing.Size(65, 12);
            this.carcololab.TabIndex = 39;
            this.carcololab.Text = "车辆颜色:";
            // 
            // wxTxt
            // 
            this.wxTxt.Location = new System.Drawing.Point(221, 24);
            this.wxTxt.Name = "wxTxt";
            this.wxTxt.Size = new System.Drawing.Size(129, 21);
            this.wxTxt.TabIndex = 47;
            // 
            // subButt
            // 
            this.subButt.Location = new System.Drawing.Point(163, 238);
            this.subButt.Name = "subButt";
            this.subButt.Size = new System.Drawing.Size(50, 21);
            this.subButt.TabIndex = 61;
            this.subButt.Text = "提交";
            this.subButt.UseVisualStyleBackColor = true;
            // 
            // surefacTxt
            // 
            this.surefacTxt.Location = new System.Drawing.Point(583, 106);
            this.surefacTxt.Name = "surefacTxt";
            this.surefacTxt.Size = new System.Drawing.Size(104, 21);
            this.surefacTxt.TabIndex = 57;
            // 
            // displayTxt
            // 
            this.displayTxt.Location = new System.Drawing.Point(221, 134);
            this.displayTxt.Name = "displayTxt";
            this.displayTxt.Size = new System.Drawing.Size(265, 32);
            this.displayTxt.TabIndex = 58;
            this.displayTxt.Text = "";
            // 
            // cusnamTxt
            // 
            this.cusnamTxt.Location = new System.Drawing.Point(393, 62);
            this.cusnamTxt.Name = "cusnamTxt";
            this.cusnamTxt.Size = new System.Drawing.Size(93, 21);
            this.cusnamTxt.TabIndex = 50;
            // 
            // mileTxt
            // 
            this.mileTxt.Location = new System.Drawing.Point(393, 107);
            this.mileTxt.Name = "mileTxt";
            this.mileTxt.Size = new System.Drawing.Size(93, 21);
            this.mileTxt.TabIndex = 56;
            // 
            // complab
            // 
            this.complab.AutoSize = true;
            this.complab.Location = new System.Drawing.Point(150, 66);
            this.complab.Name = "complab";
            this.complab.Size = new System.Drawing.Size(65, 12);
            this.complab.TabIndex = 35;
            this.complab.Text = "公司名称:";
            // 
            // oilsTxt
            // 
            this.oilsTxt.Location = new System.Drawing.Point(221, 107);
            this.oilsTxt.Name = "oilsTxt";
            this.oilsTxt.Size = new System.Drawing.Size(88, 21);
            this.oilsTxt.TabIndex = 55;
            // 
            // phoneTxt
            // 
            this.phoneTxt.Location = new System.Drawing.Point(583, 63);
            this.phoneTxt.Name = "phoneTxt";
            this.phoneTxt.Size = new System.Drawing.Size(104, 21);
            this.phoneTxt.TabIndex = 51;
            // 
            // insurenolab
            // 
            this.insurenolab.AutoSize = true;
            this.insurenolab.Location = new System.Drawing.Point(512, 109);
            this.insurenolab.Name = "insurenolab";
            this.insurenolab.Size = new System.Drawing.Size(65, 12);
            this.insurenolab.TabIndex = 43;
            this.insurenolab.Text = "索赔厂家:";
            // 
            // pholab
            // 
            this.pholab.AutoSize = true;
            this.pholab.Location = new System.Drawing.Point(512, 66);
            this.pholab.Name = "pholab";
            this.pholab.Size = new System.Drawing.Size(65, 12);
            this.pholab.TabIndex = 36;
            this.pholab.Text = "联系电话:";
            // 
            // presugestTxt
            // 
            this.presugestTxt.Location = new System.Drawing.Point(221, 172);
            this.presugestTxt.Name = "presugestTxt";
            this.presugestTxt.Size = new System.Drawing.Size(265, 35);
            this.presugestTxt.TabIndex = 59;
            this.presugestTxt.Text = "";
            // 
            // dislab
            // 
            this.dislab.AutoSize = true;
            this.dislab.Location = new System.Drawing.Point(150, 137);
            this.dislab.Name = "dislab";
            this.dislab.Size = new System.Drawing.Size(65, 12);
            this.dislab.TabIndex = 44;
            this.dislab.Text = "故障描述:";
            // 
            // comTxt
            // 
            this.comTxt.Location = new System.Drawing.Point(221, 63);
            this.comTxt.Name = "comTxt";
            this.comTxt.Size = new System.Drawing.Size(88, 21);
            this.comTxt.TabIndex = 49;
            // 
            // empnameTxt
            // 
            this.empnameTxt.Location = new System.Drawing.Point(545, 24);
            this.empnameTxt.Name = "empnameTxt";
            this.empnameTxt.Size = new System.Drawing.Size(142, 21);
            this.empnameTxt.TabIndex = 48;
            // 
            // cusnmlab
            // 
            this.cusnmlab.AutoSize = true;
            this.cusnmlab.Location = new System.Drawing.Point(338, 66);

⌨️ 快捷键说明

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