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

📄 addadmin.designer.cs

📁 这是一个图书馆管理用的简化系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace BMS
{
    partial class AddAdmin
    {
        /// <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.panel1 = new System.Windows.Forms.Panel();
            this.adsexcom = new System.Windows.Forms.ComboBox();
            this.ad_addre = new System.Windows.Forms.TextBox();
            this.adphone = new System.Windows.Forms.TextBox();
            this.adegree = new System.Windows.Forms.TextBox();
            this.adname = new System.Windows.Forms.TextBox();
            this.adpwd = new System.Windows.Forms.TextBox();
            this.adid = new System.Windows.Forms.TextBox();
            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.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.ad_people = new System.Windows.Forms.TextBox();
            this.ad_date = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.adidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.adpwdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.adsexDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.adnameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.addegreeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.adaddressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.adphoneDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.adpeopleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.addateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.adminBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.book_manageDataSet1 = new BMS.Book_manageDataSet();
            this.adminTableAdapter = new BMS.Book_manageDataSetTableAdapters.AdminTableAdapter();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.adminBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.book_manageDataSet1)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.adsexcom);
            this.panel1.Controls.Add(this.ad_addre);
            this.panel1.Controls.Add(this.adphone);
            this.panel1.Controls.Add(this.adegree);
            this.panel1.Controls.Add(this.adname);
            this.panel1.Controls.Add(this.adpwd);
            this.panel1.Controls.Add(this.adid);
            this.panel1.Controls.Add(this.label7);
            this.panel1.Controls.Add(this.label6);
            this.panel1.Controls.Add(this.label5);
            this.panel1.Controls.Add(this.label4);
            this.panel1.Controls.Add(this.label3);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Location = new System.Drawing.Point(41, 12);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(560, 132);
            this.panel1.TabIndex = 0;
            // 
            // adsexcom
            // 
            this.adsexcom.FormattingEnabled = true;
            this.adsexcom.Items.AddRange(new object[] {
            "男",
            "女"});
            this.adsexcom.Location = new System.Drawing.Point(139, 103);
            this.adsexcom.Name = "adsexcom";
            this.adsexcom.Size = new System.Drawing.Size(121, 20);
            this.adsexcom.TabIndex = 15;
            // 
            // ad_addre
            // 
            this.ad_addre.Location = new System.Drawing.Point(349, 44);
            this.ad_addre.MaxLength = 50;
            this.ad_addre.Name = "ad_addre";
            this.ad_addre.Size = new System.Drawing.Size(144, 21);
            this.ad_addre.TabIndex = 14;
            // 
            // adphone
            // 
            this.adphone.Location = new System.Drawing.Point(349, 77);
            this.adphone.Name = "adphone";
            this.adphone.Size = new System.Drawing.Size(144, 21);
            this.adphone.TabIndex = 13;
            this.adphone.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.adphone_KeyPress);
            // 
            // adegree
            // 
            this.adegree.Location = new System.Drawing.Point(349, 10);
            this.adegree.MaxLength = 18;
            this.adegree.Name = "adegree";
            this.adegree.Size = new System.Drawing.Size(144, 21);
            this.adegree.TabIndex = 12;
            this.adegree.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.adegree_KeyPress);
            // 
            // adname
            // 
            this.adname.Location = new System.Drawing.Point(139, 74);
            this.adname.MaxLength = 10;
            this.adname.Name = "adname";
            this.adname.Size = new System.Drawing.Size(121, 21);
            this.adname.TabIndex = 11;
            // 
            // adpwd
            // 
            this.adpwd.Location = new System.Drawing.Point(139, 44);
            this.adpwd.MaxLength = 16;
            this.adpwd.Name = "adpwd";
            this.adpwd.PasswordChar = '*';
            this.adpwd.Size = new System.Drawing.Size(121, 21);
            this.adpwd.TabIndex = 10;
            // 
            // adid
            // 
            this.adid.Location = new System.Drawing.Point(139, 10);
            this.adid.MaxLength = 8;
            this.adid.Name = "adid";
            this.adid.Size = new System.Drawing.Size(121, 21);
            this.adid.TabIndex = 9;
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(276, 80);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(65, 12);
            this.label7.TabIndex = 6;
            this.label7.Text = "联系电话:";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(276, 47);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(77, 12);
            this.label6.TabIndex = 5;
            this.label6.Text = "联系地址: ";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(276, 16);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(65, 12);
            this.label5.TabIndex = 4;
            this.label5.Text = "身份证号:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(67, 77);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "姓名:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(67, 106);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "性别:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(67, 47);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "密码:";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(67, 19);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "管理员编号:";
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(251, 164);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(65, 12);
            this.label9.TabIndex = 8;
            this.label9.Text = "添加时间:";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(57, 164);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(53, 12);
            this.label8.TabIndex = 7;
            this.label8.Text = "操作人:";
            // 
            // ad_people
            // 
            this.ad_people.Location = new System.Drawing.Point(129, 161);
            this.ad_people.Name = "ad_people";

⌨️ 快捷键说明

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