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

📄 updateoperator.designer.cs

📁 这是一个图书馆管理用的简化系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace BMS
{
    partial class UpdateOperator
    {
        /// <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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateOperator));
            this.panel1 = new System.Windows.Forms.Panel();
            this.ophon = new System.Windows.Forms.TextBox();
            this.oaddre = new System.Windows.Forms.TextBox();
            this.odegree = new System.Windows.Forms.TextBox();
            this.scomb = new System.Windows.Forms.ComboBox();
            this.sexcomb = new System.Windows.Forms.ComboBox();
            this.opwd = new System.Windows.Forms.TextBox();
            this.oage = new System.Windows.Forms.TextBox();
            this.oname = new System.Windows.Forms.TextBox();
            this.oid = 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.label1 = new System.Windows.Forms.Label();
            this.button1 = new System.Windows.Forms.Button();
            this.label10 = new System.Windows.Forms.Label();
            this.label11 = new System.Windows.Forms.Label();
            this.oaddpe = new System.Windows.Forms.TextBox();
            this.oadda = new System.Windows.Forms.TextBox();
            this.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.idDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.passwordDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.sexDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.ageDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.schoolDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.degreenumDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.addressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.phoneDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.addpeopleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.addateDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.operateBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.book_manageDataSet = new BMS.Book_manageDataSet();
            this.operateTableAdapter = new BMS.Book_manageDataSetTableAdapters.OperateTableAdapter();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.operateBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.book_manageDataSet)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.Transparent;
            this.panel1.Controls.Add(this.ophon);
            this.panel1.Controls.Add(this.oaddre);
            this.panel1.Controls.Add(this.odegree);
            this.panel1.Controls.Add(this.scomb);
            this.panel1.Controls.Add(this.sexcomb);
            this.panel1.Controls.Add(this.opwd);
            this.panel1.Controls.Add(this.oage);
            this.panel1.Controls.Add(this.oname);
            this.panel1.Controls.Add(this.oid);
            this.panel1.Controls.Add(this.label9);
            this.panel1.Controls.Add(this.label8);
            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(58, 12);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(655, 100);
            this.panel1.TabIndex = 0;
            // 
            // ophon
            // 
            this.ophon.Location = new System.Drawing.Point(533, 75);
            this.ophon.Name = "ophon";
            this.ophon.Size = new System.Drawing.Size(100, 21);
            this.ophon.TabIndex = 16;
            this.ophon.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.ophon_KeyPress);
            // 
            // oaddre
            // 
            this.oaddre.Location = new System.Drawing.Point(533, 38);
            this.oaddre.Name = "oaddre";
            this.oaddre.Size = new System.Drawing.Size(100, 21);
            this.oaddre.TabIndex = 15;
            // 
            // odegree
            // 
            this.odegree.Location = new System.Drawing.Point(533, 9);
            this.odegree.Name = "odegree";
            this.odegree.Size = new System.Drawing.Size(100, 21);
            this.odegree.TabIndex = 14;
            this.odegree.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.odegree_KeyPress);
            // 
            // scomb
            // 
            this.scomb.FormattingEnabled = true;
            this.scomb.Items.AddRange(new object[] {
            "中专",
            "大专",
            "本科",
            "研究生"});
            this.scomb.Location = new System.Drawing.Point(300, 69);
            this.scomb.Name = "scomb";
            this.scomb.Size = new System.Drawing.Size(121, 20);
            this.scomb.TabIndex = 13;
            // 
            // sexcomb
            // 
            this.sexcomb.FormattingEnabled = true;
            this.sexcomb.Items.AddRange(new object[] {
            "男",
            "女"});
            this.sexcomb.Location = new System.Drawing.Point(300, 3);
            this.sexcomb.Name = "sexcomb";
            this.sexcomb.Size = new System.Drawing.Size(121, 20);
            this.sexcomb.TabIndex = 12;
            // 
            // opwd
            // 
            this.opwd.Location = new System.Drawing.Point(95, 69);
            this.opwd.Name = "opwd";
            this.opwd.PasswordChar = '*';
            this.opwd.Size = new System.Drawing.Size(100, 21);
            this.opwd.TabIndex = 4;
            // 
            // oage
            // 
            this.oage.Location = new System.Drawing.Point(300, 35);
            this.oage.Name = "oage";
            this.oage.Size = new System.Drawing.Size(121, 21);
            this.oage.TabIndex = 11;
            // 
            // oname
            // 
            this.oname.Location = new System.Drawing.Point(95, 41);
            this.oname.Name = "oname";
            this.oname.Size = new System.Drawing.Size(100, 21);
            this.oname.TabIndex = 10;
            // 
            // oid
            // 
            this.oid.Location = new System.Drawing.Point(95, 12);
            this.oid.Name = "oid";
            this.oid.Size = new System.Drawing.Size(100, 21);
            this.oid.TabIndex = 9;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(440, 78);
            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(440, 38);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(65, 12);
            this.label8.TabIndex = 7;
            this.label8.Text = "联系地址:";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(440, 9);
            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(222, 78);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(41, 12);
            this.label6.TabIndex = 5;
            this.label6.Text = "学历:";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(222, 41);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 12);
            this.label5.TabIndex = 4;
            this.label5.Text = "年龄:";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(222, 12);
            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(12, 78);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 2;

⌨️ 快捷键说明

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