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

📄 frmclientmanage.designer.cs

📁 c#数据库编程经典实例,非常不错
💻 CS
📖 第 1 页 / 共 3 页
字号:
            // 
            this.txtCPhone.Location = new System.Drawing.Point(320, 97);
            this.txtCPhone.Name = "txtCPhone";
            this.txtCPhone.Size = new System.Drawing.Size(100, 21);
            this.txtCPhone.TabIndex = 6;
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(261, 101);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 12);
            this.label8.TabIndex = 16;
            this.label8.Text = "联系电话";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(72, 101);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(53, 12);
            this.label9.TabIndex = 14;
            this.label9.Text = "所在区域";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(261, 74);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(53, 12);
            this.label6.TabIndex = 12;
            this.label6.Text = "客户类别";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(72, 74);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(53, 12);
            this.label7.TabIndex = 10;
            this.label7.Text = "所属行业";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(261, 47);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(53, 12);
            this.label4.TabIndex = 8;
            this.label4.Text = "客户来源";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(72, 47);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(53, 12);
            this.label5.TabIndex = 6;
            this.label5.Text = "客户等级";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(84, 182);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 5;
            this.label3.Text = "备注";
            // 
            // txtCName
            // 
            this.txtCName.Location = new System.Drawing.Point(320, 16);
            this.txtCName.Name = "txtCName";
            this.txtCName.Size = new System.Drawing.Size(100, 21);
            this.txtCName.TabIndex = 0;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(261, 20);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(53, 12);
            this.label2.TabIndex = 3;
            this.label2.Text = "客户名称";
            // 
            // txtClientCode
            // 
            this.txtClientCode.Location = new System.Drawing.Point(130, 16);
            this.txtClientCode.Name = "txtClientCode";
            this.txtClientCode.ReadOnly = true;
            this.txtClientCode.Size = new System.Drawing.Size(100, 21);
            this.txtClientCode.TabIndex = 2;
            // 
            // cboxCStep
            // 
            this.cboxCStep.FormattingEnabled = true;
            this.cboxCStep.Items.AddRange(new object[] {
            "重要客户",
            "普通客户",
            "次要客户"});
            this.cboxCStep.Location = new System.Drawing.Point(130, 44);
            this.cboxCStep.Name = "cboxCStep";
            this.cboxCStep.Size = new System.Drawing.Size(100, 20);
            this.cboxCStep.TabIndex = 1;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(72, 20);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(53, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "客户编号";
            // 
            // errorCFax
            // 
            this.errorCFax.ContainerControl = this;
            // 
            // errorCPhone
            // 
            this.errorCPhone.ContainerControl = this;
            // 
            // errorCPostCode
            // 
            this.errorCPostCode.ContainerControl = this;
            // 
            // errorCEmail
            // 
            this.errorCEmail.ContainerControl = this;
            // 
            // frmClientManage
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(514, 428);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.dgvClientInfo);
            this.Controls.Add(this.bindingNavigator1);
            this.MaximizeBox = false;
            this.Name = "frmClientManage";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "客户资料管理";
            this.Load += new System.EventHandler(this.frmClientManage_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dgvClientInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
            this.bindingNavigator1.ResumeLayout(false);
            this.bindingNavigator1.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.errorCFax)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorCPhone)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorCPostCode)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.errorCEmail)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStripButton tsbtnSave;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripButton tsbtnAdd;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.DataGridView dgvClientInfo;
        private System.Windows.Forms.BindingNavigator bindingNavigator1;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripButton tsbtnEdit;
        private System.Windows.Forms.ToolStripButton tsbtnDel;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripLabel toolStripLabel1;
        private System.Windows.Forms.ToolStripComboBox tscboxCondition;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
        private System.Windows.Forms.ToolStripLabel toolStripLabel2;
        private System.Windows.Forms.ToolStripTextBox tstxtKeyWord;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
        private System.Windows.Forms.ToolStripButton tsbtnLook;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
        private System.Windows.Forms.ToolStripButton tsbtnExit;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtCName;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtClientCode;
        private System.Windows.Forms.ComboBox cboxCStep;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox txtCPostCode;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox txtCFax;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.TextBox txtCPhone;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtCEmail;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.TextBox txtCAddress;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.ComboBox cboxCType;
        private System.Windows.Forms.ComboBox cboxCTrade;
        private System.Windows.Forms.ComboBox cboxCRoot;
        private System.Windows.Forms.TextBox txtCRemark;
        private System.Windows.Forms.ComboBox cboxCArea;
        private System.Windows.Forms.ErrorProvider errorCFax;
        private System.Windows.Forms.ErrorProvider errorCPhone;
        private System.Windows.Forms.ErrorProvider errorCPostCode;
        private System.Windows.Forms.ErrorProvider errorCEmail;
        private System.Windows.Forms.ToolStripButton tsbtnRClient;
    }
}

⌨️ 快捷键说明

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