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

📄 form_base_btype.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 3 页
字号:
namespace RepairCRM
{
    partial class Form_Base_BType
    {
        /// <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.FullName = new System.Windows.Forms.TextBox();
            this.UserCode = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.ARLimit = new System.Windows.Forms.TextBox();
            this.textBox10 = new System.Windows.Forms.TextBox();
            this.Email = new System.Windows.Forms.TextBox();
            this.CreateDate = new System.Windows.Forms.TextBox();
            this.Adress = new System.Windows.Forms.TextBox();
            this.Comment = new System.Windows.Forms.TextBox();
            this.Acount = new System.Windows.Forms.TextBox();
            this.Tel3 = new System.Windows.Forms.TextBox();
            this.Tel1 = new System.Windows.Forms.TextBox();
            this.TaxNumber = new System.Windows.Forms.TextBox();
            this.label12 = new System.Windows.Forms.Label();
            this.FaxNumber = new System.Windows.Forms.TextBox();
            this.label10 = new System.Windows.Forms.Label();
            this.Bank = new System.Windows.Forms.TextBox();
            this.WWW = new System.Windows.Forms.TextBox();
            this.AcountName = new System.Windows.Forms.TextBox();
            this.label8 = new System.Windows.Forms.Label();
            this.label22 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label17 = new System.Windows.Forms.Label();
            this.Tel2 = new System.Windows.Forms.TextBox();
            this.label14 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.PostCode = new System.Windows.Forms.TextBox();
            this.label15 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label13 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.textBox21 = new System.Windows.Forms.TextBox();
            this.Linkcall = new System.Windows.Forms.TextBox();
            this.LinkAdress = new System.Windows.Forms.TextBox();
            this.LinkBirthDay = new System.Windows.Forms.TextBox();
            this.label24 = new System.Windows.Forms.Label();
            this.label25 = new System.Windows.Forms.Label();
            this.label23 = new System.Windows.Forms.Label();
            this.Linktel = new System.Windows.Forms.TextBox();
            this.label21 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.LinkJob = new System.Windows.Forms.TextBox();
            this.LinkMan = new System.Windows.Forms.TextBox();
            this.Save = new System.Windows.Forms.Button();
            this.Cancel = new System.Windows.Forms.Button();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.label29 = new System.Windows.Forms.Label();
            this.label27 = new System.Windows.Forms.Label();
            this.ARTotal00 = new System.Windows.Forms.TextBox();
            this.label28 = new System.Windows.Forms.Label();
            this.label26 = new System.Windows.Forms.Label();
            this.APTotal00 = new System.Windows.Forms.TextBox();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // FullName
            // 
            this.FullName.Location = new System.Drawing.Point(53, 52);
            this.FullName.Name = "FullName";
            this.FullName.Size = new System.Drawing.Size(178, 21);
            this.FullName.TabIndex = 20;
            // 
            // UserCode
            // 
            this.UserCode.Location = new System.Drawing.Point(53, 25);
            this.UserCode.Name = "UserCode";
            this.UserCode.Size = new System.Drawing.Size(178, 21);
            this.UserCode.TabIndex = 19;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(3, 57);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 17;
            this.label2.Text = "名称";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(3, 26);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(29, 12);
            this.label1.TabIndex = 16;
            this.label1.Text = "代码";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.ARLimit);
            this.groupBox1.Controls.Add(this.textBox10);
            this.groupBox1.Controls.Add(this.Email);
            this.groupBox1.Controls.Add(this.CreateDate);
            this.groupBox1.Controls.Add(this.Adress);
            this.groupBox1.Controls.Add(this.Comment);
            this.groupBox1.Controls.Add(this.Acount);
            this.groupBox1.Controls.Add(this.Tel3);
            this.groupBox1.Controls.Add(this.Tel1);
            this.groupBox1.Controls.Add(this.FullName);
            this.groupBox1.Controls.Add(this.TaxNumber);
            this.groupBox1.Controls.Add(this.label12);
            this.groupBox1.Controls.Add(this.FaxNumber);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.Bank);
            this.groupBox1.Controls.Add(this.WWW);
            this.groupBox1.Controls.Add(this.AcountName);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label22);
            this.groupBox1.Controls.Add(this.label16);
            this.groupBox1.Controls.Add(this.label17);
            this.groupBox1.Controls.Add(this.Tel2);
            this.groupBox1.Controls.Add(this.label14);
            this.groupBox1.Controls.Add(this.label11);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.PostCode);
            this.groupBox1.Controls.Add(this.label15);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label13);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.UserCode);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(36, 33);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(744, 225);
            this.groupBox1.TabIndex = 21;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "单位信息";
            // 
            // ARLimit
            // 
            this.ARLimit.Location = new System.Drawing.Point(560, 106);
            this.ARLimit.Name = "ARLimit";
            this.ARLimit.Size = new System.Drawing.Size(178, 21);
            this.ARLimit.TabIndex = 20;
            // 
            // textBox10
            // 
            this.textBox10.Location = new System.Drawing.Point(53, 106);
            this.textBox10.Name = "textBox10";
            this.textBox10.Size = new System.Drawing.Size(178, 21);
            this.textBox10.TabIndex = 20;
            // 
            // Email
            // 
            this.Email.Location = new System.Drawing.Point(325, 47);
            this.Email.Name = "Email";
            this.Email.Size = new System.Drawing.Size(178, 21);
            this.Email.TabIndex = 20;
            // 
            // CreateDate
            // 
            this.CreateDate.Location = new System.Drawing.Point(72, 160);
            this.CreateDate.Name = "CreateDate";
            this.CreateDate.Size = new System.Drawing.Size(159, 21);
            this.CreateDate.TabIndex = 20;
            // 
            // Adress
            // 
            this.Adress.Location = new System.Drawing.Point(325, 165);
            this.Adress.Name = "Adress";
            this.Adress.Size = new System.Drawing.Size(413, 21);
            this.Adress.TabIndex = 20;
            // 
            // Comment
            // 
            this.Comment.Location = new System.Drawing.Point(53, 192);
            this.Comment.Name = "Comment";
            this.Comment.Size = new System.Drawing.Size(450, 21);
            this.Comment.TabIndex = 20;
            // 
            // Acount
            // 
            this.Acount.Location = new System.Drawing.Point(560, 135);
            this.Acount.Name = "Acount";
            this.Acount.Size = new System.Drawing.Size(178, 21);
            this.Acount.TabIndex = 20;
            // 
            // Tel3
            // 
            this.Tel3.Location = new System.Drawing.Point(560, 72);
            this.Tel3.Name = "Tel3";
            this.Tel3.Size = new System.Drawing.Size(178, 21);
            this.Tel3.TabIndex = 20;
            // 
            // Tel1
            // 
            this.Tel1.Location = new System.Drawing.Point(560, 18);
            this.Tel1.Name = "Tel1";
            this.Tel1.Size = new System.Drawing.Size(178, 21);
            this.Tel1.TabIndex = 20;
            // 
            // TaxNumber
            // 
            this.TaxNumber.Location = new System.Drawing.Point(325, 106);
            this.TaxNumber.Name = "TaxNumber";
            this.TaxNumber.Size = new System.Drawing.Size(178, 21);
            this.TaxNumber.TabIndex = 19;
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label12.Location = new System.Drawing.Point(510, 111);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(41, 12);
            this.label12.TabIndex = 17;
            this.label12.Text = "信用期";
            // 
            // FaxNumber

⌨️ 快捷键说明

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