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

📄 studentinfo.designer.cs

📁 利用vs2008+sql2000开发的小型学生信息系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace StudentInfoMS
{
    partial class studentInfo
    {
        /// <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.dataGridView1 = new System.Windows.Forms.DataGridView();
            this.sidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.snameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.sexDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.minzuDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.jiguanDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.birthdayDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.homeaddressDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.postcodeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.studentInfoBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.mystuInfoDBDataSet = new StudentInfoMS.mystuInfoDBDataSet();
            this.txt_sid = new System.Windows.Forms.TextBox();
            this.lbl_topstuid = new System.Windows.Forms.Label();
            this.btn_del = new System.Windows.Forms.Button();
            this.bg_stuinfo = new System.Windows.Forms.GroupBox();
            this.txt_postcode = new System.Windows.Forms.TextBox();
            this.lbl_postcode = new System.Windows.Forms.Label();
            this.txt_homeaddress = new System.Windows.Forms.TextBox();
            this.lbl_homeaddress = new System.Windows.Forms.Label();
            this.txt_birthday = new System.Windows.Forms.TextBox();
            this.lbl_birthday = new System.Windows.Forms.Label();
            this.txt_jiguan = new System.Windows.Forms.TextBox();
            this.lbl_jg = new System.Windows.Forms.Label();
            this.txt_minzu = new System.Windows.Forms.TextBox();
            this.lbl_mz = new System.Windows.Forms.Label();
            this.txt_sex = new System.Windows.Forms.TextBox();
            this.lbl_sex = new System.Windows.Forms.Label();
            this.txt_name = new System.Windows.Forms.TextBox();
            this.lbl_stuname = new System.Windows.Forms.Label();
            this.lbl_name = new System.Windows.Forms.Label();
            this.btn_new = new System.Windows.Forms.Button();
            this.btn_update = new System.Windows.Forms.Button();
            this.btn_save = new System.Windows.Forms.Button();
            this.btn_exit = new System.Windows.Forms.Button();
            this.studentInfoTableAdapter = new StudentInfoMS.mystuInfoDBDataSetTableAdapters.studentInfoTableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.studentInfoBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mystuInfoDBDataSet)).BeginInit();
            this.bg_stuinfo.SuspendLayout();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToOrderColumns = true;
            this.dataGridView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridView1.AutoGenerateColumns = false;
            this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.sidDataGridViewTextBoxColumn,
            this.snameDataGridViewTextBoxColumn,
            this.sexDataGridViewTextBoxColumn,
            this.minzuDataGridViewTextBoxColumn,
            this.jiguanDataGridViewTextBoxColumn,
            this.birthdayDataGridViewTextBoxColumn,
            this.homeaddressDataGridViewTextBoxColumn,
            this.postcodeDataGridViewTextBoxColumn});
            this.dataGridView1.DataSource = this.studentInfoBindingSource;
            this.dataGridView1.Location = new System.Drawing.Point(10, 54);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(642, 247);
            this.dataGridView1.TabIndex = 0;
            this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
            // 
            // sidDataGridViewTextBoxColumn
            // 
            this.sidDataGridViewTextBoxColumn.DataPropertyName = "sid";
            this.sidDataGridViewTextBoxColumn.HeaderText = "学号";
            this.sidDataGridViewTextBoxColumn.Name = "sidDataGridViewTextBoxColumn";
            // 
            // snameDataGridViewTextBoxColumn
            // 
            this.snameDataGridViewTextBoxColumn.DataPropertyName = "sname";
            this.snameDataGridViewTextBoxColumn.HeaderText = "姓名";
            this.snameDataGridViewTextBoxColumn.Name = "snameDataGridViewTextBoxColumn";
            // 
            // sexDataGridViewTextBoxColumn
            // 
            this.sexDataGridViewTextBoxColumn.DataPropertyName = "sex";
            this.sexDataGridViewTextBoxColumn.HeaderText = "性别";
            this.sexDataGridViewTextBoxColumn.Name = "sexDataGridViewTextBoxColumn";
            // 
            // minzuDataGridViewTextBoxColumn
            // 
            this.minzuDataGridViewTextBoxColumn.DataPropertyName = "minzu";
            this.minzuDataGridViewTextBoxColumn.HeaderText = "民族";
            this.minzuDataGridViewTextBoxColumn.Name = "minzuDataGridViewTextBoxColumn";
            // 
            // jiguanDataGridViewTextBoxColumn
            // 
            this.jiguanDataGridViewTextBoxColumn.DataPropertyName = "jiguan";
            this.jiguanDataGridViewTextBoxColumn.HeaderText = "籍贯";
            this.jiguanDataGridViewTextBoxColumn.Name = "jiguanDataGridViewTextBoxColumn";
            // 
            // birthdayDataGridViewTextBoxColumn
            // 
            this.birthdayDataGridViewTextBoxColumn.DataPropertyName = "birthday";
            this.birthdayDataGridViewTextBoxColumn.HeaderText = "出生日期";
            this.birthdayDataGridViewTextBoxColumn.Name = "birthdayDataGridViewTextBoxColumn";
            // 
            // homeaddressDataGridViewTextBoxColumn
            // 
            this.homeaddressDataGridViewTextBoxColumn.DataPropertyName = "homeaddress";
            this.homeaddressDataGridViewTextBoxColumn.HeaderText = "家庭住址";
            this.homeaddressDataGridViewTextBoxColumn.Name = "homeaddressDataGridViewTextBoxColumn";
            // 
            // postcodeDataGridViewTextBoxColumn
            // 
            this.postcodeDataGridViewTextBoxColumn.DataPropertyName = "postcode";
            this.postcodeDataGridViewTextBoxColumn.HeaderText = "邮政编码";
            this.postcodeDataGridViewTextBoxColumn.Name = "postcodeDataGridViewTextBoxColumn";
            // 
            // studentInfoBindingSource
            // 
            this.studentInfoBindingSource.DataMember = "studentInfo";
            this.studentInfoBindingSource.DataSource = this.mystuInfoDBDataSet;
            // 
            // mystuInfoDBDataSet
            // 
            this.mystuInfoDBDataSet.DataSetName = "mystuInfoDBDataSet";
            this.mystuInfoDBDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // txt_sid
            // 
            this.txt_sid.Location = new System.Drawing.Point(76, 12);
            this.txt_sid.Name = "txt_sid";
            this.txt_sid.Size = new System.Drawing.Size(126, 21);
            this.txt_sid.TabIndex = 1;
            // 
            // lbl_topstuid
            // 
            this.lbl_topstuid.AutoSize = true;
            this.lbl_topstuid.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.lbl_topstuid.ForeColor = System.Drawing.SystemColors.InfoText;
            this.lbl_topstuid.Location = new System.Drawing.Point(22, 17);
            this.lbl_topstuid.Name = "lbl_topstuid";
            this.lbl_topstuid.Size = new System.Drawing.Size(48, 16);
            this.lbl_topstuid.TabIndex = 2;
            this.lbl_topstuid.Text = "学号:";
            // 
            // btn_del
            // 
            this.btn_del.Location = new System.Drawing.Point(224, 7);
            this.btn_del.Name = "btn_del";
            this.btn_del.Size = new System.Drawing.Size(119, 29);
            this.btn_del.TabIndex = 3;
            this.btn_del.Text = "删除该学生信息";
            this.btn_del.UseVisualStyleBackColor = true;
            this.btn_del.Click += new System.EventHandler(this.btn_del_Click);
            // 
            // bg_stuinfo
            // 
            this.bg_stuinfo.Controls.Add(this.txt_postcode);
            this.bg_stuinfo.Controls.Add(this.lbl_postcode);
            this.bg_stuinfo.Controls.Add(this.txt_homeaddress);
            this.bg_stuinfo.Controls.Add(this.lbl_homeaddress);
            this.bg_stuinfo.Controls.Add(this.txt_birthday);
            this.bg_stuinfo.Controls.Add(this.lbl_birthday);
            this.bg_stuinfo.Controls.Add(this.txt_jiguan);
            this.bg_stuinfo.Controls.Add(this.lbl_jg);
            this.bg_stuinfo.Controls.Add(this.txt_minzu);
            this.bg_stuinfo.Controls.Add(this.lbl_mz);
            this.bg_stuinfo.Controls.Add(this.txt_sex);
            this.bg_stuinfo.Controls.Add(this.lbl_sex);
            this.bg_stuinfo.Controls.Add(this.txt_name);
            this.bg_stuinfo.Controls.Add(this.lbl_stuname);
            this.bg_stuinfo.Controls.Add(this.lbl_name);
            this.bg_stuinfo.Location = new System.Drawing.Point(12, 316);
            this.bg_stuinfo.Name = "bg_stuinfo";
            this.bg_stuinfo.Size = new System.Drawing.Size(640, 79);
            this.bg_stuinfo.TabIndex = 4;
            this.bg_stuinfo.TabStop = false;
            this.bg_stuinfo.Text = "学生基本信息";
            // 
            // txt_postcode
            // 
            this.txt_postcode.Location = new System.Drawing.Point(520, 48);
            this.txt_postcode.Name = "txt_postcode";
            this.txt_postcode.Size = new System.Drawing.Size(114, 21);
            this.txt_postcode.TabIndex = 25;
            // 
            // lbl_postcode
            // 
            this.lbl_postcode.AutoSize = true;
            this.lbl_postcode.Location = new System.Drawing.Point(461, 51);
            this.lbl_postcode.Name = "lbl_postcode";

⌨️ 快捷键说明

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