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

📄 xuejiguanli.designer.cs

📁 利用vs2008+sql2000开发的小型学生信息系统
💻 CS
字号:
namespace StudentInfoMS
{
    partial class xuejiguanli
    {
        /// <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.pronameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.gradeDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.classDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.xuejiBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.mystuInfoDBDataSet1 = new StudentInfoMS.mystuInfoDBDataSet1();
            this.xuejiTableAdapter = new StudentInfoMS.mystuInfoDBDataSet1TableAdapters.xuejiTableAdapter();
            this.lbl_stuid = new System.Windows.Forms.Label();
            this.txt_sid = new System.Windows.Forms.TextBox();
            this.lbl_proname = new System.Windows.Forms.Label();
            this.lbl_grade = new System.Windows.Forms.Label();
            this.txt_grade = new System.Windows.Forms.TextBox();
            this.lbl_class = new System.Windows.Forms.Label();
            this.txt_class = new System.Windows.Forms.TextBox();
            this.cb_proname = new System.Windows.Forms.ComboBox();
            this.proBindingSource = new System.Windows.Forms.BindingSource(this.components);
            this.mystuInfoDBDataSet2 = new StudentInfoMS.mystuInfoDBDataSet2();
            this.btn_save = new System.Windows.Forms.Button();
            this.btn_changePro = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.txt_proname = new System.Windows.Forms.TextBox();
            this.proTableAdapter = new StudentInfoMS.mystuInfoDBDataSet2TableAdapters.proTableAdapter();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xuejiBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mystuInfoDBDataSet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.proBindingSource)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mystuInfoDBDataSet2)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // dataGridView1
            // 
            this.dataGridView1.AutoGenerateColumns = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.sidDataGridViewTextBoxColumn,
            this.pronameDataGridViewTextBoxColumn,
            this.gradeDataGridViewTextBoxColumn,
            this.classDataGridViewTextBoxColumn});
            this.dataGridView1.DataSource = this.xuejiBindingSource;
            this.dataGridView1.Location = new System.Drawing.Point(7, 111);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(443, 188);
            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";
            // 
            // pronameDataGridViewTextBoxColumn
            // 
            this.pronameDataGridViewTextBoxColumn.DataPropertyName = "proname";
            this.pronameDataGridViewTextBoxColumn.HeaderText = "专业名称";
            this.pronameDataGridViewTextBoxColumn.Name = "pronameDataGridViewTextBoxColumn";
            // 
            // gradeDataGridViewTextBoxColumn
            // 
            this.gradeDataGridViewTextBoxColumn.DataPropertyName = "grade";
            this.gradeDataGridViewTextBoxColumn.HeaderText = "年级";
            this.gradeDataGridViewTextBoxColumn.Name = "gradeDataGridViewTextBoxColumn";
            // 
            // classDataGridViewTextBoxColumn
            // 
            this.classDataGridViewTextBoxColumn.DataPropertyName = "class";
            this.classDataGridViewTextBoxColumn.HeaderText = "班级";
            this.classDataGridViewTextBoxColumn.Name = "classDataGridViewTextBoxColumn";
            // 
            // xuejiBindingSource
            // 
            this.xuejiBindingSource.DataMember = "xueji";
            this.xuejiBindingSource.DataSource = this.mystuInfoDBDataSet1;
            // 
            // mystuInfoDBDataSet1
            // 
            this.mystuInfoDBDataSet1.DataSetName = "mystuInfoDBDataSet1";
            this.mystuInfoDBDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // xuejiTableAdapter
            // 
            this.xuejiTableAdapter.ClearBeforeFill = true;
            // 
            // lbl_stuid
            // 
            this.lbl_stuid.AutoSize = true;
            this.lbl_stuid.Location = new System.Drawing.Point(1, 18);
            this.lbl_stuid.Name = "lbl_stuid";
            this.lbl_stuid.Size = new System.Drawing.Size(29, 12);
            this.lbl_stuid.TabIndex = 1;
            this.lbl_stuid.Text = "学号";
            // 
            // txt_sid
            // 
            this.txt_sid.Location = new System.Drawing.Point(36, 15);
            this.txt_sid.Name = "txt_sid";
            this.txt_sid.ReadOnly = true;
            this.txt_sid.Size = new System.Drawing.Size(91, 21);
            this.txt_sid.TabIndex = 2;
            // 
            // lbl_proname
            // 
            this.lbl_proname.AutoSize = true;
            this.lbl_proname.Location = new System.Drawing.Point(169, 18);
            this.lbl_proname.Name = "lbl_proname";
            this.lbl_proname.Size = new System.Drawing.Size(53, 12);
            this.lbl_proname.TabIndex = 3;
            this.lbl_proname.Text = "专业名称";
            // 
            // lbl_grade
            // 
            this.lbl_grade.AutoSize = true;
            this.lbl_grade.Location = new System.Drawing.Point(3, 59);
            this.lbl_grade.Name = "lbl_grade";
            this.lbl_grade.Size = new System.Drawing.Size(29, 12);
            this.lbl_grade.TabIndex = 4;
            this.lbl_grade.Text = "年级";
            // 
            // txt_grade
            // 
            this.txt_grade.Location = new System.Drawing.Point(36, 56);
            this.txt_grade.Name = "txt_grade";
            this.txt_grade.Size = new System.Drawing.Size(91, 21);
            this.txt_grade.TabIndex = 5;
            // 
            // lbl_class
            // 
            this.lbl_class.AutoSize = true;
            this.lbl_class.Location = new System.Drawing.Point(181, 59);
            this.lbl_class.Name = "lbl_class";
            this.lbl_class.Size = new System.Drawing.Size(29, 12);
            this.lbl_class.TabIndex = 6;
            this.lbl_class.Text = "班级";
            // 
            // txt_class
            // 
            this.txt_class.Location = new System.Drawing.Point(226, 56);
            this.txt_class.Name = "txt_class";
            this.txt_class.Size = new System.Drawing.Size(105, 21);
            this.txt_class.TabIndex = 7;
            // 
            // cb_proname
            // 
            this.cb_proname.DataSource = this.proBindingSource;
            this.cb_proname.DisplayMember = "proname";
            this.cb_proname.FormattingEnabled = true;
            this.cb_proname.Location = new System.Drawing.Point(225, 17);
            this.cb_proname.Name = "cb_proname";
            this.cb_proname.Size = new System.Drawing.Size(106, 20);
            this.cb_proname.TabIndex = 8;
            this.cb_proname.ValueMember = "proname";
            this.cb_proname.Visible = false;
            // 
            // proBindingSource
            // 
            this.proBindingSource.DataMember = "pro";
            this.proBindingSource.DataSource = this.mystuInfoDBDataSet2;
            // 
            // mystuInfoDBDataSet2
            // 
            this.mystuInfoDBDataSet2.DataSetName = "mystuInfoDBDataSet2";
            this.mystuInfoDBDataSet2.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // btn_save
            // 
            this.btn_save.Location = new System.Drawing.Point(353, 56);
            this.btn_save.Name = "btn_save";
            this.btn_save.Size = new System.Drawing.Size(86, 21);
            this.btn_save.TabIndex = 9;
            this.btn_save.Text = "保存";
            this.btn_save.UseVisualStyleBackColor = true;
            this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
            // 
            // btn_changePro
            // 
            this.btn_changePro.Location = new System.Drawing.Point(353, 17);
            this.btn_changePro.Name = "btn_changePro";
            this.btn_changePro.Size = new System.Drawing.Size(84, 19);
            this.btn_changePro.TabIndex = 10;
            this.btn_changePro.Text = "修改专业";
            this.btn_changePro.UseVisualStyleBackColor = true;
            this.btn_changePro.Click += new System.EventHandler(this.btn_changePro_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.txt_proname);
            this.groupBox1.Controls.Add(this.btn_changePro);
            this.groupBox1.Controls.Add(this.btn_save);
            this.groupBox1.Controls.Add(this.cb_proname);
            this.groupBox1.Controls.Add(this.txt_class);
            this.groupBox1.Controls.Add(this.lbl_class);
            this.groupBox1.Controls.Add(this.txt_grade);
            this.groupBox1.Controls.Add(this.lbl_grade);
            this.groupBox1.Controls.Add(this.lbl_proname);
            this.groupBox1.Controls.Add(this.txt_sid);
            this.groupBox1.Controls.Add(this.lbl_stuid);
            this.groupBox1.Location = new System.Drawing.Point(7, 8);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(443, 93);
            this.groupBox1.TabIndex = 11;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "学籍管理";
            // 
            // txt_proname
            // 
            this.txt_proname.Location = new System.Drawing.Point(226, 15);
            this.txt_proname.Name = "txt_proname";
            this.txt_proname.ReadOnly = true;
            this.txt_proname.Size = new System.Drawing.Size(105, 21);
            this.txt_proname.TabIndex = 11;
            // 
            // proTableAdapter
            // 
            this.proTableAdapter.ClearBeforeFill = true;
            // 
            // xuejiguanli
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(462, 311);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.dataGridView1);
            this.Name = "xuejiguanli";
            this.Text = "学籍管理";
            this.Load += new System.EventHandler(this.xuejiguanli_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xuejiBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mystuInfoDBDataSet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.proBindingSource)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mystuInfoDBDataSet2)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.DataGridView dataGridView1;
        private mystuInfoDBDataSet1 mystuInfoDBDataSet1;
        private System.Windows.Forms.BindingSource xuejiBindingSource;
        private StudentInfoMS.mystuInfoDBDataSet1TableAdapters.xuejiTableAdapter xuejiTableAdapter;
        private System.Windows.Forms.DataGridViewTextBoxColumn sidDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn pronameDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn gradeDataGridViewTextBoxColumn;
        private System.Windows.Forms.DataGridViewTextBoxColumn classDataGridViewTextBoxColumn;
        private System.Windows.Forms.Label lbl_stuid;
        private System.Windows.Forms.TextBox txt_sid;
        private System.Windows.Forms.Label lbl_proname;
        private System.Windows.Forms.Label lbl_grade;
        private System.Windows.Forms.TextBox txt_grade;
        private System.Windows.Forms.Label lbl_class;
        private System.Windows.Forms.TextBox txt_class;
        private System.Windows.Forms.ComboBox cb_proname;
        private System.Windows.Forms.Button btn_save;
        private System.Windows.Forms.Button btn_changePro;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.TextBox txt_proname;
        private mystuInfoDBDataSet2 mystuInfoDBDataSet2;
        private System.Windows.Forms.BindingSource proBindingSource;
        private StudentInfoMS.mystuInfoDBDataSet2TableAdapters.proTableAdapter proTableAdapter;
    }
}

⌨️ 快捷键说明

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