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

📄 customerform.designer.cs

📁 有关客户管理的功能
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace 客户管理项目
{
    partial class CustomerForm
    {
        /// <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();
            this.lblCarNo = new System.Windows.Forms.Label();
            this.lblAddress = new System.Windows.Forms.Label();
            this.lblName = new System.Windows.Forms.Label();
            this.lblMake = new System.Windows.Forms.Label();
            this.editCarNo = new System.Windows.Forms.TextBox();
            this.editName = new System.Windows.Forms.TextBox();
            this.tblCustomerBindingSource2 = new System.Windows.Forms.BindingSource(this.components);
            this.editAddress = new System.Windows.Forms.TextBox();
            this.editMake = new System.Windows.Forms.TextBox();
            this.tblCustomerBindingSource3 = new System.Windows.Forms.BindingSource(this.components);
            this.txtDisplayPosition = new System.Windows.Forms.TextBox();
            this.btnSave = new System.Windows.Forms.Button();
            this.btnEdit = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            this.btnBack = new System.Windows.Forms.Button();
            this.btnNext = new System.Windows.Forms.Button();
            this.errCustForm = new System.Windows.Forms.ErrorProvider(this.components);
            this.tblCustomerBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.tblCustomerBindingSource1 = new System.Windows.Forms.BindingSource(this.components);
            this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
            this.sqlConnection1 = new System.Data.SqlClient.SqlConnection();
            this.sqlDataAdapter1 = new System.Data.SqlClient.SqlDataAdapter();
            this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
            this.customerDataSet11 = new 客户管理项目.customerDataSet1();
            ((System.ComponentModel.ISupportInitialize)(this.tblCustomerBindingSource2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tblCustomerBindingSource3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.errCustForm)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tblCustomerBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tblCustomerBindingSource1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.customerDataSet11)).BeginInit();
            this.SuspendLayout();
            // 
            // lblCarNo
            // 
            this.lblCarNo.AutoSize = true;
            this.lblCarNo.Location = new System.Drawing.Point(37, 44);
            this.lblCarNo.Name = "lblCarNo";
            this.lblCarNo.Size = new System.Drawing.Size(41, 12);
            this.lblCarNo.TabIndex = 0;
            this.lblCarNo.Text = "Car No";
            // 
            // lblAddress
            // 
            this.lblAddress.AutoSize = true;
            this.lblAddress.Location = new System.Drawing.Point(276, 44);
            this.lblAddress.Name = "lblAddress";
            this.lblAddress.Size = new System.Drawing.Size(47, 12);
            this.lblAddress.TabIndex = 1;
            this.lblAddress.Text = "Address";
            // 
            // lblName
            // 
            this.lblName.AutoSize = true;
            this.lblName.Location = new System.Drawing.Point(39, 98);
            this.lblName.Name = "lblName";
            this.lblName.Size = new System.Drawing.Size(29, 12);
            this.lblName.TabIndex = 2;
            this.lblName.Text = "Name";
            // 
            // lblMake
            // 
            this.lblMake.AutoSize = true;
            this.lblMake.Location = new System.Drawing.Point(276, 98);
            this.lblMake.Name = "lblMake";
            this.lblMake.Size = new System.Drawing.Size(29, 12);
            this.lblMake.TabIndex = 3;
            this.lblMake.Text = "Make";
            // 
            // editCarNo
            // 
            this.editCarNo.Location = new System.Drawing.Point(103, 44);
            this.editCarNo.Name = "editCarNo";
            this.editCarNo.Size = new System.Drawing.Size(100, 21);
            this.editCarNo.TabIndex = 4;
            this.editCarNo.Leave += new System.EventHandler(this.textBox1_Leave);
            // 
            // editName
            // 
            this.editName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tblCustomerBindingSource2, "Name", true));
            this.editName.Location = new System.Drawing.Point(103, 88);
            this.editName.Name = "editName";
            this.editName.Size = new System.Drawing.Size(100, 21);
            this.editName.TabIndex = 5;
            // 
            // tblCustomerBindingSource2
            // 
            this.tblCustomerBindingSource2.DataMember = "tblCustomer";
            // 
            // editAddress
            // 
            this.editAddress.Location = new System.Drawing.Point(346, 44);
            this.editAddress.Name = "editAddress";
            this.editAddress.Size = new System.Drawing.Size(100, 21);
            this.editAddress.TabIndex = 6;
            // 
            // editMake
            // 
            this.editMake.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.tblCustomerBindingSource3, "Make", true));
            this.editMake.Location = new System.Drawing.Point(346, 88);
            this.editMake.Name = "editMake";
            this.editMake.Size = new System.Drawing.Size(100, 21);
            this.editMake.TabIndex = 7;
            // 
            // tblCustomerBindingSource3
            // 
            this.tblCustomerBindingSource3.DataMember = "tblCustomer";
            // 
            // txtDisplayPosition
            // 
            this.txtDisplayPosition.Location = new System.Drawing.Point(123, 217);
            this.txtDisplayPosition.Name = "txtDisplayPosition";
            this.txtDisplayPosition.Size = new System.Drawing.Size(212, 21);
            this.txtDisplayPosition.TabIndex = 8;
            // 
            // btnSave
            // 
            this.btnSave.Location = new System.Drawing.Point(28, 156);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(75, 23);
            this.btnSave.TabIndex = 9;
            this.btnSave.Text = "&Save";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // btnEdit
            // 
            this.btnEdit.Location = new System.Drawing.Point(138, 156);
            this.btnEdit.Name = "btnEdit";
            this.btnEdit.Size = new System.Drawing.Size(75, 23);
            this.btnEdit.TabIndex = 10;
            this.btnEdit.Text = "&Edit";

⌨️ 快捷键说明

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