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

📄 frmcustomerupdate.designer.cs

📁 界面美观,功能齐全,连接数据库,适合初学者
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Daila
{
    partial class frmCustomerUpdate
    {
        /// <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.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCustomerUpdate));
            this.bntEsce = new System.Windows.Forms.Button();
            this.bntOK = new System.Windows.Forms.Button();
            this.txtkuEmploy = new System.Windows.Forms.TextBox();
            this.txtEmail = new System.Windows.Forms.TextBox();
            this.txtkuSum = new System.Windows.Forms.TextBox();
            this.cmbkhType = new System.Windows.Forms.ComboBox();
            this.cmbkhHandye = new System.Windows.Forms.ComboBox();
            this.cmbkhState = new System.Windows.Forms.ComboBox();
            this.txtOfficeTel = new System.Windows.Forms.TextBox();
            this.txtkhTel = new System.Windows.Forms.TextBox();
            this.txtkuAddress = new System.Windows.Forms.TextBox();
            this.txtkhPi = new System.Windows.Forms.TextBox();
            this.txtName = new System.Windows.Forms.TextBox();
            this.txtId = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.treeView1 = new System.Windows.Forms.TreeView();
            this.cmbkuChangPi = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.bntUpdate = new System.Windows.Forms.Button();
            this.bntDelete = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // bntEsce
            // 
            this.bntEsce.Location = new System.Drawing.Point(620, 315);
            this.bntEsce.Name = "bntEsce";
            this.bntEsce.Size = new System.Drawing.Size(113, 23);
            this.bntEsce.TabIndex = 61;
            this.bntEsce.Text = "取消(&E)";
            this.bntEsce.UseVisualStyleBackColor = true;
            this.bntEsce.Click += new System.EventHandler(this.tntEsce_Click);
            // 
            // bntOK
            // 
            this.bntOK.Location = new System.Drawing.Point(209, 315);
            this.bntOK.Name = "bntOK";
            this.bntOK.Size = new System.Drawing.Size(98, 23);
            this.bntOK.TabIndex = 60;
            this.bntOK.Text = "添加(&D)";
            this.bntOK.UseVisualStyleBackColor = true;
            this.bntOK.Click += new System.EventHandler(this.tntOK_Click);
            // 
            // txtkuEmploy
            // 
            this.txtkuEmploy.Location = new System.Drawing.Point(554, 269);
            this.txtkuEmploy.MaxLength = 20;
            this.txtkuEmploy.Name = "txtkuEmploy";
            this.txtkuEmploy.Size = new System.Drawing.Size(179, 21);
            this.txtkuEmploy.TabIndex = 59;
            // 
            // txtEmail
            // 
            this.txtEmail.Location = new System.Drawing.Point(259, 267);
            this.txtEmail.MaxLength = 30;
            this.txtEmail.Name = "txtEmail";
            this.txtEmail.Size = new System.Drawing.Size(179, 21);
            this.txtEmail.TabIndex = 58;
            // 
            // txtkuSum
            // 
            this.txtkuSum.Location = new System.Drawing.Point(554, 217);
            this.txtkuSum.Name = "txtkuSum";
            this.txtkuSum.Size = new System.Drawing.Size(179, 21);
            this.txtkuSum.TabIndex = 57;
            // 
            // cmbkhType
            // 
            this.cmbkhType.FormattingEnabled = true;
            this.cmbkhType.Location = new System.Drawing.Point(554, 57);
            this.cmbkhType.Name = "cmbkhType";
            this.cmbkhType.Size = new System.Drawing.Size(179, 20);
            this.cmbkhType.TabIndex = 56;
            // 
            // cmbkhHandye
            // 
            this.cmbkhHandye.FormattingEnabled = true;
            this.cmbkhHandye.Location = new System.Drawing.Point(554, 177);
            this.cmbkhHandye.Name = "cmbkhHandye";
            this.cmbkhHandye.Size = new System.Drawing.Size(179, 20);
            this.cmbkhHandye.TabIndex = 54;
            // 
            // cmbkhState
            // 
            this.cmbkhState.FormattingEnabled = true;
            this.cmbkhState.Location = new System.Drawing.Point(259, 169);
            this.cmbkhState.Name = "cmbkhState";
            this.cmbkhState.Size = new System.Drawing.Size(179, 20);
            this.cmbkhState.TabIndex = 53;
            // 
            // txtOfficeTel
            // 
            this.txtOfficeTel.Location = new System.Drawing.Point(554, 129);
            this.txtOfficeTel.MaxLength = 20;
            this.txtOfficeTel.Name = "txtOfficeTel";
            this.txtOfficeTel.Size = new System.Drawing.Size(179, 21);
            this.txtOfficeTel.TabIndex = 52;
            // 
            // txtkhTel
            // 
            this.txtkhTel.Location = new System.Drawing.Point(259, 129);
            this.txtkhTel.MaxLength = 20;
            this.txtkhTel.Name = "txtkhTel";
            this.txtkhTel.Size = new System.Drawing.Size(179, 21);
            this.txtkhTel.TabIndex = 51;
            // 
            // txtkuAddress
            // 
            this.txtkuAddress.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.txtkuAddress.Location = new System.Drawing.Point(259, 86);
            this.txtkuAddress.MaxLength = 40;
            this.txtkuAddress.Name = "txtkuAddress";
            this.txtkuAddress.Size = new System.Drawing.Size(474, 23);
            this.txtkuAddress.TabIndex = 50;
            // 
            // txtkhPi
            // 
            this.txtkhPi.Location = new System.Drawing.Point(259, 48);
            this.txtkhPi.MaxLength = 30;
            this.txtkhPi.Name = "txtkhPi";
            this.txtkhPi.Size = new System.Drawing.Size(179, 21);
            this.txtkhPi.TabIndex = 49;
            // 
            // txtName
            // 
            this.txtName.Location = new System.Drawing.Point(554, 14);
            this.txtName.MaxLength = 40;
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(179, 21);
            this.txtName.TabIndex = 48;
            // 
            // txtId
            // 
            this.txtId.Location = new System.Drawing.Point(259, 14);
            this.txtId.MaxLength = 30;
            this.txtId.Name = "txtId";
            this.txtId.Size = new System.Drawing.Size(179, 21);
            this.txtId.TabIndex = 47;
            // 
            // label13
            // 
            this.label13.AutoSize = true;
            this.label13.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label13.Location = new System.Drawing.Point(454, 17);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(77, 14);
            this.label13.TabIndex = 46;
            this.label13.Text = "公司名称:";
            // 
            // label16
            // 
            this.label16.AutoSize = true;
            this.label16.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label16.Location = new System.Drawing.Point(455, 270);
            this.label16.Name = "label16";
            this.label16.Size = new System.Drawing.Size(63, 14);
            this.label16.TabIndex = 45;
            this.label16.Text = "经手人:";
            // 
            // label11
            // 
            this.label11.AutoSize = true;
            this.label11.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label11.Location = new System.Drawing.Point(454, 224);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(77, 14);
            this.label11.TabIndex = 44;
            this.label11.Text = "产品数量:";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label10.Location = new System.Drawing.Point(176, 224);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(77, 14);
            this.label10.TabIndex = 43;
            this.label10.Text = "购买产品:";
            // 
            // label9

⌨️ 快捷键说明

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