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

📄 studentinfo.designer.cs

📁 利用vs2008+sql2000开发的小型学生信息系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.lbl_postcode.Size = new System.Drawing.Size(53, 12);
            this.lbl_postcode.TabIndex = 24;
            this.lbl_postcode.Text = "邮政编码";
            // 
            // txt_homeaddress
            // 
            this.txt_homeaddress.Location = new System.Drawing.Point(64, 48);
            this.txt_homeaddress.Name = "txt_homeaddress";
            this.txt_homeaddress.Size = new System.Drawing.Size(391, 21);
            this.txt_homeaddress.TabIndex = 23;
            // 
            // lbl_homeaddress
            // 
            this.lbl_homeaddress.AutoSize = true;
            this.lbl_homeaddress.Location = new System.Drawing.Point(5, 51);
            this.lbl_homeaddress.Name = "lbl_homeaddress";
            this.lbl_homeaddress.Size = new System.Drawing.Size(53, 12);
            this.lbl_homeaddress.TabIndex = 22;
            this.lbl_homeaddress.Text = "家庭住址";
            // 
            // txt_birthday
            // 
            this.txt_birthday.Location = new System.Drawing.Point(520, 16);
            this.txt_birthday.Name = "txt_birthday";
            this.txt_birthday.Size = new System.Drawing.Size(114, 21);
            this.txt_birthday.TabIndex = 21;
            // 
            // lbl_birthday
            // 
            this.lbl_birthday.AutoSize = true;
            this.lbl_birthday.Location = new System.Drawing.Point(461, 22);
            this.lbl_birthday.Name = "lbl_birthday";
            this.lbl_birthday.Size = new System.Drawing.Size(53, 12);
            this.lbl_birthday.TabIndex = 20;
            this.lbl_birthday.Text = "出生日期";
            // 
            // txt_jiguan
            // 
            this.txt_jiguan.Location = new System.Drawing.Point(356, 16);
            this.txt_jiguan.Name = "txt_jiguan";
            this.txt_jiguan.Size = new System.Drawing.Size(99, 21);
            this.txt_jiguan.TabIndex = 19;
            // 
            // lbl_jg
            // 
            this.lbl_jg.AutoSize = true;
            this.lbl_jg.Location = new System.Drawing.Point(321, 19);
            this.lbl_jg.Name = "lbl_jg";
            this.lbl_jg.Size = new System.Drawing.Size(29, 12);
            this.lbl_jg.TabIndex = 18;
            this.lbl_jg.Text = "籍贯";
            // 
            // txt_minzu
            // 
            this.txt_minzu.Location = new System.Drawing.Point(266, 16);
            this.txt_minzu.Name = "txt_minzu";
            this.txt_minzu.Size = new System.Drawing.Size(49, 21);
            this.txt_minzu.TabIndex = 17;
            // 
            // lbl_mz
            // 
            this.lbl_mz.AutoSize = true;
            this.lbl_mz.Location = new System.Drawing.Point(231, 19);
            this.lbl_mz.Name = "lbl_mz";
            this.lbl_mz.Size = new System.Drawing.Size(29, 12);
            this.lbl_mz.TabIndex = 16;
            this.lbl_mz.Text = "民族";
            // 
            // txt_sex
            // 
            this.txt_sex.Location = new System.Drawing.Point(175, 16);
            this.txt_sex.Name = "txt_sex";
            this.txt_sex.Size = new System.Drawing.Size(50, 21);
            this.txt_sex.TabIndex = 11;
            // 
            // lbl_sex
            // 
            this.lbl_sex.AutoSize = true;
            this.lbl_sex.Location = new System.Drawing.Point(140, 22);
            this.lbl_sex.Name = "lbl_sex";
            this.lbl_sex.Size = new System.Drawing.Size(29, 12);
            this.lbl_sex.TabIndex = 10;
            this.lbl_sex.Text = "性别";
            // 
            // txt_name
            // 
            this.txt_name.Location = new System.Drawing.Point(48, 16);
            this.txt_name.Name = "txt_name";
            this.txt_name.Size = new System.Drawing.Size(86, 21);
            this.txt_name.TabIndex = 9;
            // 
            // lbl_stuname
            // 
            this.lbl_stuname.AutoSize = true;
            this.lbl_stuname.Location = new System.Drawing.Point(13, 22);
            this.lbl_stuname.Name = "lbl_stuname";
            this.lbl_stuname.Size = new System.Drawing.Size(29, 12);
            this.lbl_stuname.TabIndex = 8;
            this.lbl_stuname.Text = "姓名";
            // 
            // lbl_name
            // 
            this.lbl_name.AutoSize = true;
            this.lbl_name.Location = new System.Drawing.Point(13, 22);
            this.lbl_name.Name = "lbl_name";
            this.lbl_name.Size = new System.Drawing.Size(0, 12);
            this.lbl_name.TabIndex = 0;
            // 
            // btn_new
            // 
            this.btn_new.Location = new System.Drawing.Point(27, 401);
            this.btn_new.Name = "btn_new";
            this.btn_new.Size = new System.Drawing.Size(105, 35);
            this.btn_new.TabIndex = 33;
            this.btn_new.Text = "新建";
            this.btn_new.UseVisualStyleBackColor = true;
            this.btn_new.Click += new System.EventHandler(this.btn_new_Click);
            // 
            // btn_update
            // 
            this.btn_update.Location = new System.Drawing.Point(187, 401);
            this.btn_update.Name = "btn_update";
            this.btn_update.Size = new System.Drawing.Size(105, 35);
            this.btn_update.TabIndex = 34;
            this.btn_update.Text = "修改";
            this.btn_update.UseVisualStyleBackColor = true;
            this.btn_update.Click += new System.EventHandler(this.btn_update_Click);
            // 
            // btn_save
            // 
            this.btn_save.Location = new System.Drawing.Point(350, 401);
            this.btn_save.Name = "btn_save";
            this.btn_save.Size = new System.Drawing.Size(105, 35);
            this.btn_save.TabIndex = 35;
            this.btn_save.Text = "保存";
            this.btn_save.UseVisualStyleBackColor = true;
            this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
            // 
            // btn_exit
            // 
            this.btn_exit.Location = new System.Drawing.Point(511, 401);
            this.btn_exit.Name = "btn_exit";
            this.btn_exit.Size = new System.Drawing.Size(105, 35);
            this.btn_exit.TabIndex = 36;
            this.btn_exit.Text = "退出";
            this.btn_exit.UseVisualStyleBackColor = true;
            this.btn_exit.Click += new System.EventHandler(this.btn_exit_Click);
            // 
            // studentInfoTableAdapter
            // 
            this.studentInfoTableAdapter.ClearBeforeFill = true;
            // 
            // studentInfo
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(664, 447);
            this.Controls.Add(this.btn_exit);
            this.Controls.Add(this.btn_save);
            this.Controls.Add(this.btn_update);
            this.Controls.Add(this.btn_new);
            this.Controls.Add(this.bg_stuinfo);
            this.Controls.Add(this.btn_del);
            this.Controls.Add(this.lbl_topstuid);
            this.Controls.Add(this.txt_sid);
            this.Controls.Add(this.dataGridView1);
            this.Name = "studentInfo";
            this.Text = "学生基本信息";
            this.Load += new System.EventHandler(this.studentInfo_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.studentInfoBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mystuInfoDBDataSet)).EndInit();
            this.bg_stuinfo.ResumeLayout(false);
            this.bg_stuinfo.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.TextBox txt_sid;
        private System.Windows.Forms.Label lbl_topstuid;
        private System.Windows.Forms.Button btn_del;
        private System.Windows.Forms.GroupBox bg_stuinfo;
        private System.Windows.Forms.Label lbl_name;
        private System.Windows.Forms.TextBox txt_birthday;
        private System.Windows.Forms.Label lbl_birthday;
        private System.Windows.Forms.TextBox txt_jiguan;
        private System.Windows.Forms.Label lbl_jg;
        private System.Windows.Forms.TextBox txt_minzu;
        private System.Windows.Forms.Label lbl_mz;
        private System.Windows.Forms.TextBox txt_sex;
        private System.Windows.Forms.Label lbl_sex;
        private System.Windows.Forms.TextBox txt_name;
        private System.Windows.Forms.Label lbl_stuname;
        private System.Windows.Forms.TextBox txt_postcode;
        private System.Windows.Forms.Label lbl_postcode;
        private System.Windows.Forms.TextBox txt_homeaddress;
        private System.Windows.Forms.Label lbl_homeaddress;
        private System.Windows.Forms.Button btn_new;
        private System.Windows.Forms.Button btn_update;
        private System.Windows.Forms.Button btn_save;
        private System.Windows.Forms.Button btn_exit;
        private mystuInfoDBDataSet mystuInfoDBDataSet;
        private System.Windows.Forms.BindingSource studentInfoBindingSource;
        private StudentInfoMS.mystuInfoDBDataSetTableAdapters.studentInfoTableAdapter studentInfoTableAdapter;
        private System.Windows.Forms.DataGridViewTextBoxColumn sidDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn snameDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn sexDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn minzuDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn jiguanDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn birthdayDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn homeaddressDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn postcodeDataGridViewTextBoxColumn;
    }
}

⌨️ 快捷键说明

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