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

📄 form3.designer.cs

📁 模拟银行系统的实现
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Project1
{
    partial class formAddCust
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.txtEmail = new System.Windows.Forms.TextBox();
            this.txtFax = new System.Windows.Forms.TextBox();
            this.label13 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.txtAddress = new System.Windows.Forms.TextBox();
            this.txtDateOfBirth = new System.Windows.Forms.DateTimePicker();
            this.label11 = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.txtTel = new System.Windows.Forms.TextBox();
            this.label9 = new System.Windows.Forms.Label();
            this.txtPin = new System.Windows.Forms.TextBox();
            this.txtName = new System.Windows.Forms.TextBox();
            this.txtState = new System.Windows.Forms.TextBox();
            this.txtUserID = new System.Windows.Forms.TextBox();
            this.txtCity = new System.Windows.Forms.TextBox();
            this.txtCustID = new System.Windows.Forms.TextBox();
            this.radioMale = new System.Windows.Forms.RadioButton();
            this.radioFemale = new System.Windows.Forms.RadioButton();
            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.label14 = new System.Windows.Forms.Label();
            this.label15 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.txtGender = new System.Windows.Forms.GroupBox();
            this.label123 = new System.Windows.Forms.Label();
            this.txtPwd = new System.Windows.Forms.TextBox();
            this.txtGender.SuspendLayout();
            this.SuspendLayout();
            // 
            // txtEmail
            // 
            this.txtEmail.Location = new System.Drawing.Point(462, 335);
            this.txtEmail.Name = "txtEmail";
            this.txtEmail.Size = new System.Drawing.Size(136, 20);
            this.txtEmail.TabIndex = 52;
            // 
            // txtFax
            // 
            this.txtFax.Location = new System.Drawing.Point(462, 287);
            this.txtFax.Name = "txtFax";
            this.txtFax.Size = new System.Drawing.Size(136, 20);
            this.txtFax.TabIndex = 51;
            // 
            // label13
            // 
            this.label13.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label13.Location = new System.Drawing.Point(374, 335);
            this.label13.Name = "label13";
            this.label13.Size = new System.Drawing.Size(48, 32);
            this.label13.TabIndex = 50;
            this.label13.Text = "Email";
            // 
            // label12
            // 
            this.label12.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label12.Location = new System.Drawing.Point(390, 287);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(48, 24);
            this.label12.TabIndex = 49;
            this.label12.Text = "Fax";
            // 
            // txtAddress
            // 
            this.txtAddress.Location = new System.Drawing.Point(158, 335);
            this.txtAddress.Name = "txtAddress";
            this.txtAddress.Size = new System.Drawing.Size(152, 20);
            this.txtAddress.TabIndex = 48;
            // 
            // txtDateOfBirth
            // 
            this.txtDateOfBirth.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.txtDateOfBirth.Location = new System.Drawing.Point(158, 287);
            this.txtDateOfBirth.Name = "txtDateOfBirth";
            this.txtDateOfBirth.Size = new System.Drawing.Size(136, 20);
            this.txtDateOfBirth.TabIndex = 47;
            this.txtDateOfBirth.ValueChanged += new System.EventHandler(this.dateTimePicker1_ValueChanged);
            // 
            // label11
            // 
            this.label11.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label11.Location = new System.Drawing.Point(94, 331);
            this.label11.Name = "label11";
            this.label11.Size = new System.Drawing.Size(48, 24);
            this.label11.TabIndex = 46;
            this.label11.Text = "Address";
            // 
            // label10
            // 
            this.label10.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label10.Location = new System.Drawing.Point(70, 287);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(88, 24);
            this.label10.TabIndex = 45;
            this.label10.Text = "Date Of Birth";
            // 
            // txtTel
            // 
            this.txtTel.Location = new System.Drawing.Point(462, 231);
            this.txtTel.Name = "txtTel";
            this.txtTel.Size = new System.Drawing.Size(136, 20);
            this.txtTel.TabIndex = 44;
            // 
            // label9
            // 
            this.label9.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.label9.Location = new System.Drawing.Point(358, 231);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(72, 24);
            this.label9.TabIndex = 43;
            this.label9.Text = "Telephone";
            // 
            // txtPin
            // 
            this.txtPin.Location = new System.Drawing.Point(462, 183);
            this.txtPin.Name = "txtPin";
            this.txtPin.Size = new System.Drawing.Size(136, 20);
            this.txtPin.TabIndex = 42;
            // 
            // txtName
            // 
            this.txtName.Location = new System.Drawing.Point(166, 183);
            this.txtName.Name = "txtName";
            this.txtName.Size = new System.Drawing.Size(128, 20);
            this.txtName.TabIndex = 41;
            // 
            // txtState
            // 
            this.txtState.Location = new System.Drawing.Point(462, 135);
            this.txtState.Name = "txtState";
            this.txtState.Size = new System.Drawing.Size(136, 20);
            this.txtState.TabIndex = 40;
            // 
            // txtUserID
            // 
            this.txtUserID.Location = new System.Drawing.Point(166, 127);
            this.txtUserID.Name = "txtUserID";
            this.txtUserID.Size = new System.Drawing.Size(128, 20);
            this.txtUserID.TabIndex = 39;
            // 
            // txtCity
            // 
            this.txtCity.Location = new System.Drawing.Point(462, 95);
            this.txtCity.Name = "txtCity";
            this.txtCity.Size = new System.Drawing.Size(136, 20);
            this.txtCity.TabIndex = 38;
            // 
            // txtCustID
            // 
            this.txtCustID.Location = new System.Drawing.Point(166, 95);
            this.txtCustID.Name = "txtCustID";
            this.txtCustID.ReadOnly = true;
            this.txtCustID.Size = new System.Drawing.Size(128, 20);
            this.txtCustID.TabIndex = 37;
            this.txtCustID.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            // 
            // radioMale
            // 
            this.radioMale.ImeMode = System.Windows.Forms.ImeMode.NoControl;
            this.radioMale.Location = new System.Drawing.Point(51, 34);
            this.radioMale.Name = "radioMale";
            this.radioMale.Size = new System.Drawing.Size(64, 24);
            this.radioMale.TabIndex = 34;
            this.radioMale.Text = "male";
            this.radioMale.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
            // 
            // radioFemale
            // 
            this.radioFemale.Cursor = System.Windows.Forms.Cursors.Arrow;

⌨️ 快捷键说明

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