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

📄 form_customer_input.designer.cs

📁 以前为一家4S店开发的维修管理及客户管理的软件,C#开发!
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace RepairCRM
{
    partial class Form_customer_input
    {
        /// <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.panel1 = new System.Windows.Forms.Panel();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.save = new System.Windows.Forms.Button();
            this.cancal = new System.Windows.Forms.Button();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.pdatedatavalue = new System.Windows.Forms.MonthCalendar();
            this.pdatedata = new System.Windows.Forms.Button();
            this.birthdaydatavalue = new System.Windows.Forms.MonthCalendar();
            this.costmortypevalue = new System.Windows.Forms.TextBox();
            this.birthdaydata = new System.Windows.Forms.Button();
            this.youbian = new System.Windows.Forms.Label();
            this.address = new System.Windows.Forms.Label();
            this.picture = new System.Windows.Forms.PictureBox();
            this.xieli = new System.Windows.Forms.Label();
            this.ic = new System.Windows.Forms.Label();
            this.picturevalue = new System.Windows.Forms.Button();
            this.mobler = new System.Windows.Forms.Label();
            this.email = new System.Windows.Forms.Label();
            this.birthday = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.company = new System.Windows.Forms.Label();
            this.position = new System.Windows.Forms.Label();
            this.bz = new System.Windows.Forms.Label();
            this.pdatevalue = new System.Windows.Forms.TextBox();
            this.loadpicture = new System.Windows.Forms.Label();
            this.bzvlaue = new System.Windows.Forms.TextBox();
            this.pdate = new System.Windows.Forms.Label();
            this.positionvalue = new System.Windows.Forms.TextBox();
            this.costmortype = new System.Windows.Forms.Label();
            this.companyvlaue = new System.Windows.Forms.TextBox();
            this.ybvalue = new System.Windows.Forms.TextBox();
            this.brithdayvalue = new System.Windows.Forms.TextBox();
            this.addressvalue = new System.Windows.Forms.TextBox();
            this.emailvalue = new System.Windows.Forms.TextBox();
            this.xielivalue = new System.Windows.Forms.ComboBox();
            this.moblervalue = new System.Windows.Forms.TextBox();
            this.icvalue = new System.Windows.Forms.TextBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.name = new System.Windows.Forms.Label();
            this.namevalue = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.phonevlaue = new System.Windows.Forms.TextBox();
            this.phone = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.panel1.SuspendLayout();
            this.groupBox3.SuspendLayout();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.picture)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.groupBox3);
            this.panel1.Controls.Add(this.groupBox2);
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Location = new System.Drawing.Point(2, 2);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(792, 487);
            this.panel1.TabIndex = 2;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.save);
            this.groupBox3.Controls.Add(this.cancal);
            this.groupBox3.Location = new System.Drawing.Point(311, 382);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(200, 46);
            this.groupBox3.TabIndex = 74;
            this.groupBox3.TabStop = false;
            // 
            // save
            // 
            this.save.Location = new System.Drawing.Point(16, 15);
            this.save.Name = "save";
            this.save.Size = new System.Drawing.Size(75, 23);
            this.save.TabIndex = 41;
            this.save.Text = "保存";
            this.save.UseVisualStyleBackColor = true;
            this.save.Click += new System.EventHandler(this.save_Click);
            // 
            // cancal
            // 
            this.cancal.Location = new System.Drawing.Point(111, 15);
            this.cancal.Name = "cancal";
            this.cancal.Size = new System.Drawing.Size(75, 23);
            this.cancal.TabIndex = 44;
            this.cancal.Text = "退出";
            this.cancal.UseVisualStyleBackColor = true;
            this.cancal.Click += new System.EventHandler(this.cancal_Click);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.pdatedatavalue);
            this.groupBox2.Controls.Add(this.pdatedata);
            this.groupBox2.Controls.Add(this.birthdaydatavalue);
            this.groupBox2.Controls.Add(this.costmortypevalue);
            this.groupBox2.Controls.Add(this.birthdaydata);
            this.groupBox2.Controls.Add(this.youbian);
            this.groupBox2.Controls.Add(this.address);
            this.groupBox2.Controls.Add(this.picture);
            this.groupBox2.Controls.Add(this.xieli);
            this.groupBox2.Controls.Add(this.ic);
            this.groupBox2.Controls.Add(this.picturevalue);
            this.groupBox2.Controls.Add(this.mobler);
            this.groupBox2.Controls.Add(this.email);
            this.groupBox2.Controls.Add(this.birthday);
            this.groupBox2.Controls.Add(this.label4);
            this.groupBox2.Controls.Add(this.company);
            this.groupBox2.Controls.Add(this.position);
            this.groupBox2.Controls.Add(this.bz);
            this.groupBox2.Controls.Add(this.pdatevalue);
            this.groupBox2.Controls.Add(this.loadpicture);
            this.groupBox2.Controls.Add(this.bzvlaue);
            this.groupBox2.Controls.Add(this.pdate);
            this.groupBox2.Controls.Add(this.positionvalue);
            this.groupBox2.Controls.Add(this.costmortype);
            this.groupBox2.Controls.Add(this.companyvlaue);
            this.groupBox2.Controls.Add(this.ybvalue);
            this.groupBox2.Controls.Add(this.brithdayvalue);
            this.groupBox2.Controls.Add(this.addressvalue);
            this.groupBox2.Controls.Add(this.emailvalue);
            this.groupBox2.Controls.Add(this.xielivalue);
            this.groupBox2.Controls.Add(this.moblervalue);
            this.groupBox2.Controls.Add(this.icvalue);
            this.groupBox2.Location = new System.Drawing.Point(61, 94);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(688, 285);
            this.groupBox2.TabIndex = 46;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "客户扩展信息";
            // 
            // pdatedatavalue
            // 
            this.pdatedatavalue.Location = new System.Drawing.Point(361, 72);
            this.pdatedatavalue.Name = "pdatedatavalue";
            this.pdatedatavalue.TabIndex = 92;
            this.pdatedatavalue.Visible = false;
            this.pdatedatavalue.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.pdatedatavalue_DateSelected);
            // 
            // pdatedata
            // 
            this.pdatedata.Location = new System.Drawing.Point(543, 217);
            this.pdatedata.Name = "pdatedata";
            this.pdatedata.Size = new System.Drawing.Size(30, 20);
            this.pdatedata.TabIndex = 17;
            this.pdatedata.Text = "....";
            this.pdatedata.UseVisualStyleBackColor = true;
            this.pdatedata.Click += new System.EventHandler(this.pdatedata_Click);
            // 
            // birthdaydatavalue
            // 
            this.birthdaydatavalue.Location = new System.Drawing.Point(361, 56);
            this.birthdaydatavalue.Name = "birthdaydatavalue";
            this.birthdaydatavalue.TabIndex = 89;
            this.birthdaydatavalue.Visible = false;
            this.birthdaydatavalue.DateSelected += new System.Windows.Forms.DateRangeEventHandler(this.birthdaydatavalue_DateSelected);
            // 
            // costmortypevalue
            // 
            this.costmortypevalue.Location = new System.Drawing.Point(101, 34);
            this.costmortypevalue.Name = "costmortypevalue";
            this.costmortypevalue.Size = new System.Drawing.Size(77, 21);
            this.costmortypevalue.TabIndex = 3;
            // 
            // birthdaydata
            // 
            this.birthdaydata.Location = new System.Drawing.Point(544, 35);
            this.birthdaydata.Name = "birthdaydata";
            this.birthdaydata.Size = new System.Drawing.Size(30, 20);
            this.birthdaydata.TabIndex = 11;
            this.birthdaydata.Text = "....";
            this.birthdaydata.UseVisualStyleBackColor = true;
            this.birthdaydata.Click += new System.EventHandler(this.birthdaydata_Click);
            // 
            // youbian
            // 
            this.youbian.AutoSize = true;
            this.youbian.Location = new System.Drawing.Point(30, 72);
            this.youbian.Name = "youbian";
            this.youbian.Size = new System.Drawing.Size(65, 12);
            this.youbian.TabIndex = 3;
            this.youbian.Text = "邮    编:";
            // 
            // address
            // 
            this.address.AutoSize = true;
            this.address.Location = new System.Drawing.Point(30, 109);
            this.address.Name = "address";
            this.address.Size = new System.Drawing.Size(65, 12);
            this.address.TabIndex = 4;
            this.address.Text = "地    址:";
            // 
            // picture
            // 
            this.picture.Location = new System.Drawing.Point(539, 168);
            this.picture.Name = "picture";
            this.picture.Size = new System.Drawing.Size(42, 42);
            this.picture.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.picture.TabIndex = 43;
            this.picture.TabStop = false;
            // 
            // xieli
            // 
            this.xieli.AutoSize = true;
            this.xieli.Location = new System.Drawing.Point(30, 144);
            this.xieli.Name = "xieli";
            this.xieli.Size = new System.Drawing.Size(65, 12);
            this.xieli.TabIndex = 5;
            this.xieli.Text = "学    历:";
            // 
            // ic
            // 
            this.ic.AutoSize = true;
            this.ic.Location = new System.Drawing.Point(30, 180);
            this.ic.Name = "ic";
            this.ic.Size = new System.Drawing.Size(65, 12);
            this.ic.TabIndex = 6;
            this.ic.Text = "证件号码:";
            // 
            // picturevalue
            // 
            this.picturevalue.Location = new System.Drawing.Point(456, 178);
            this.picturevalue.Name = "picturevalue";
            this.picturevalue.Size = new System.Drawing.Size(77, 23);
            this.picturevalue.TabIndex = 15;
            this.picturevalue.Text = "选择图片";
            this.picturevalue.UseVisualStyleBackColor = true;
            this.picturevalue.Click += new System.EventHandler(this.picturevalue_Click);
            // 
            // mobler
            // 
            this.mobler.AutoSize = true;
            this.mobler.Location = new System.Drawing.Point(30, 215);
            this.mobler.Name = "mobler";
            this.mobler.Size = new System.Drawing.Size(65, 12);
            this.mobler.TabIndex = 7;
            this.mobler.Text = "手    机:";
            // 
            // email
            // 
            this.email.AutoSize = true;
            this.email.Location = new System.Drawing.Point(30, 251);
            this.email.Name = "email";
            this.email.Size = new System.Drawing.Size(65, 12);
            this.email.TabIndex = 8;
            this.email.Text = "电子邮件:";
            // 
            // birthday
            // 
            this.birthday.AutoSize = true;
            this.birthday.Location = new System.Drawing.Point(385, 38);
            this.birthday.Name = "birthday";
            this.birthday.Size = new System.Drawing.Size(65, 12);
            this.birthday.TabIndex = 9;
            this.birthday.Text = "生    日:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.ForeColor = System.Drawing.Color.Red;
            this.label4.Location = new System.Drawing.Point(181, 145);

⌨️ 快捷键说明

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