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

📄 form_base_company.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace RepairCRM
{
    partial class Form_Base_Company
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.Email = new System.Windows.Forms.TextBox();
            this.Adress = 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.FullName = new System.Windows.Forms.TextBox();
            this.TaxNumber = new System.Windows.Forms.TextBox();
            this.FaxNumber = new System.Windows.Forms.TextBox();
            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.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.UserCode = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.Cancel = new System.Windows.Forms.Button();
            this.Save = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.Email);
            this.groupBox1.Controls.Add(this.Adress);
            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.FaxNumber);
            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.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(12, 41);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(744, 225);
            this.groupBox1.TabIndex = 22;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "单位信息";
            // 
            // 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;
            // 
            // Adress
            // 
            this.Adress.Location = new System.Drawing.Point(325, 133);
            this.Adress.Name = "Adress";
            this.Adress.Size = new System.Drawing.Size(413, 21);
            this.Adress.TabIndex = 20;
            // 
            // Acount
            // 
            this.Acount.Location = new System.Drawing.Point(53, 133);
            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;
            // 
            // 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;
            // 
            // TaxNumber
            // 
            this.TaxNumber.Location = new System.Drawing.Point(53, 106);
            this.TaxNumber.Name = "TaxNumber";
            this.TaxNumber.Size = new System.Drawing.Size(178, 21);
            this.TaxNumber.TabIndex = 19;
            // 
            // FaxNumber
            // 
            this.FaxNumber.Location = new System.Drawing.Point(325, 80);
            this.FaxNumber.Name = "FaxNumber";
            this.FaxNumber.Size = new System.Drawing.Size(178, 21);
            this.FaxNumber.TabIndex = 19;
            // 
            // Bank
            // 
            this.Bank.Location = new System.Drawing.Point(560, 101);
            this.Bank.Name = "Bank";
            this.Bank.Size = new System.Drawing.Size(178, 21);
            this.Bank.TabIndex = 19;
            // 
            // WWW
            // 
            this.WWW.Location = new System.Drawing.Point(325, 20);
            this.WWW.Name = "WWW";
            this.WWW.Size = new System.Drawing.Size(178, 21);
            this.WWW.TabIndex = 19;
            // 
            // AcountName
            // 
            this.AcountName.Location = new System.Drawing.Point(325, 104);
            this.AcountName.Name = "AcountName";
            this.AcountName.Size = new System.Drawing.Size(178, 21);
            this.AcountName.TabIndex = 19;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label8.Location = new System.Drawing.Point(256, 52);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(63, 14);
            this.label8.TabIndex = 17;
            this.label8.Text = "电子邮件";
            // 
            // label22
            // 
            this.label22.AutoSize = true;
            this.label22.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label22.Location = new System.Drawing.Point(275, 133);
            this.label22.Name = "label22";
            this.label22.Size = new System.Drawing.Size(35, 14);
            this.label22.TabIndex = 17;
            this.label22.Text = "地址";
            // 
            // Tel2
            // 
            this.Tel2.Location = new System.Drawing.Point(560, 45);
            this.Tel2.Name = "Tel2";
            this.Tel2.Size = new System.Drawing.Size(178, 21);
            this.Tel2.TabIndex = 19;
            // 
            // label14

⌨️ 快捷键说明

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