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

📄 tianjiaduzhexinxi.designer.cs

📁 Vs2005C#图书管理系统初学的看看有好处的
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace tsh
{
    partial class tianjiaduzhexinxi
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(tianjiaduzhexinxi));
            this.label1 = new System.Windows.Forms.Label();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.comboBlb = new System.Windows.Forms.ComboBox();
            this.comboBxb = new System.Windows.Forms.ComboBox();
            this.textBE = new System.Windows.Forms.TextBox();
            this.textBdh = new System.Windows.Forms.TextBox();
            this.textBdw = new System.Windows.Forms.TextBox();
            this.textBzht = new System.Windows.Forms.TextBox();
            this.textBxm = new System.Windows.Forms.TextBox();
            this.textBbh = new System.Windows.Forms.TextBox();
            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.buttbc = new System.Windows.Forms.Button();
            this.butttch = new System.Windows.Forms.Button();
            this.buttqx = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(55, 38);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(209, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "请依次输入读者的各项信息并回车确认";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.comboBlb);
            this.groupBox1.Controls.Add(this.comboBxb);
            this.groupBox1.Controls.Add(this.textBE);
            this.groupBox1.Controls.Add(this.textBdh);
            this.groupBox1.Controls.Add(this.textBdw);
            this.groupBox1.Controls.Add(this.textBzht);
            this.groupBox1.Controls.Add(this.textBxm);
            this.groupBox1.Controls.Add(this.textBbh);
            this.groupBox1.Controls.Add(this.label9);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.label7);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Location = new System.Drawing.Point(13, 65);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(488, 245);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            // 
            // comboBlb
            // 
            this.comboBlb.Enabled = false;
            this.comboBlb.FormattingEnabled = true;
            this.comboBlb.Items.AddRange(new object[] {
            "教师",
            "学生"});
            this.comboBlb.Location = new System.Drawing.Point(116, 140);
            this.comboBlb.MaxLength = 10;
            this.comboBlb.Name = "comboBlb";
            this.comboBlb.Size = new System.Drawing.Size(121, 20);
            this.comboBlb.TabIndex = 17;
            this.comboBlb.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBlb_KeyPress);
            this.comboBlb.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboBlb_KeyDown);
            // 
            // comboBxb
            // 
            this.comboBxb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBxb.Enabled = false;
            this.comboBxb.FormattingEnabled = true;
            this.comboBxb.Items.AddRange(new object[] {
            "男",
            "女"});
            this.comboBxb.Location = new System.Drawing.Point(309, 49);
            this.comboBxb.Name = "comboBxb";
            this.comboBxb.Size = new System.Drawing.Size(139, 20);
            this.comboBxb.TabIndex = 16;
            this.comboBxb.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.comboBxb_KeyPress);
            this.comboBxb.KeyDown += new System.Windows.Forms.KeyEventHandler(this.comboBxb_KeyDown);
            // 
            // textBE
            // 
            this.textBE.Enabled = false;
            this.textBE.Location = new System.Drawing.Point(309, 182);
            this.textBE.MaxLength = 30;
            this.textBE.Name = "textBE";
            this.textBE.Size = new System.Drawing.Size(139, 21);
            this.textBE.TabIndex = 15;
            this.textBE.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBE_KeyPress);
            this.textBE.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBE_KeyDown);
            // 
            // textBdh
            // 
            this.textBdh.Enabled = false;
            this.textBdh.Location = new System.Drawing.Point(309, 139);
            this.textBdh.MaxLength = 20;
            this.textBdh.Name = "textBdh";
            this.textBdh.Size = new System.Drawing.Size(139, 21);
            this.textBdh.TabIndex = 14;
            this.textBdh.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBdh_KeyPress);
            this.textBdh.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBdh_KeyDown);
            // 
            // textBdw
            // 
            this.textBdw.Enabled = false;
            this.textBdw.Location = new System.Drawing.Point(309, 93);
            this.textBdw.MaxLength = 30;
            this.textBdw.Name = "textBdw";
            this.textBdw.Size = new System.Drawing.Size(139, 21);
            this.textBdw.TabIndex = 13;
            this.textBdw.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBdw_KeyPress);
            this.textBdw.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBdw_KeyDown);
            // 
            // textBzht
            // 
            this.textBzht.Enabled = false;
            this.textBzht.Location = new System.Drawing.Point(116, 182);
            this.textBzht.MaxLength = 10;
            this.textBzht.Name = "textBzht";
            this.textBzht.Size = new System.Drawing.Size(120, 21);
            this.textBzht.TabIndex = 11;
            this.textBzht.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBzht_KeyPress);
            this.textBzht.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBzht_KeyDown);
            // 
            // textBxm
            // 
            this.textBxm.Enabled = false;
            this.textBxm.Location = new System.Drawing.Point(117, 93);
            this.textBxm.MaxLength = 10;
            this.textBxm.Name = "textBxm";

⌨️ 快捷键说明

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