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

📄 chengji.designer.cs

📁 学生学籍管理系统 学生管理 教材管理 成绩管理
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            // 
            this.cj.Border.Class = "TextBoxBorder";
            this.cj.Location = new System.Drawing.Point(15, 308);
            this.cj.Name = "cj";
            this.cj.Size = new System.Drawing.Size(85, 21);
            this.cj.TabIndex = 22;
            this.cj.Text = "0";
            // 
            // labelX6
            // 
            this.labelX6.Location = new System.Drawing.Point(12, 284);
            this.labelX6.Name = "labelX6";
            this.labelX6.Size = new System.Drawing.Size(45, 23);
            this.labelX6.TabIndex = 21;
            this.labelX6.Text = "学分";
            // 
            // txxh
            // 
            this.txxh.FormattingEnabled = true;
            this.txxh.Items.AddRange(new object[] {
            ""});
            this.txxh.Location = new System.Drawing.Point(15, 53);
            this.txxh.Name = "txxh";
            this.txxh.Size = new System.Drawing.Size(96, 20);
            this.txxh.TabIndex = 20;
            this.txxh.SelectionChangeCommitted += new System.EventHandler(this.txname_SelectionChangeCommitted);
            this.txxh.SelectedIndexChanged += new System.EventHandler(this.txname_SelectedIndexChanged);
            // 
            // txmajor
            // 
            // 
            // 
            // 
            this.txmajor.Border.Class = "TextBoxBorder";
            this.txmajor.Location = new System.Drawing.Point(15, 150);
            this.txmajor.Name = "txmajor";
            this.txmajor.Size = new System.Drawing.Size(93, 21);
            this.txmajor.TabIndex = 17;
            // 
            // cbokc
            // 
            this.cbokc.DisplayMember = "Cou_name";
            this.cbokc.FormattingEnabled = true;
            this.cbokc.Location = new System.Drawing.Point(15, 253);
            this.cbokc.Name = "cbokc";
            this.cbokc.Size = new System.Drawing.Size(93, 20);
            this.cbokc.TabIndex = 19;
            this.cbokc.ValueMember = "Cou_id";
            // 
            // txxb
            // 
            // 
            // 
            // 
            this.txxb.Border.Class = "TextBoxBorder";
            this.txxb.Location = new System.Drawing.Point(15, 201);
            this.txxb.Name = "txxb";
            this.txxb.Size = new System.Drawing.Size(91, 21);
            this.txxb.TabIndex = 18;
            // 
            // txname
            // 
            this.txname.Location = new System.Drawing.Point(15, 106);
            this.txname.Name = "txname";
            this.txname.Size = new System.Drawing.Size(93, 21);
            this.txname.TabIndex = 15;
            // 
            // labelX5
            // 
            this.labelX5.Location = new System.Drawing.Point(9, 231);
            this.labelX5.Name = "labelX5";
            this.labelX5.Size = new System.Drawing.Size(70, 16);
            this.labelX5.TabIndex = 14;
            this.labelX5.Text = "课程";
            // 
            // labelX4
            // 
            this.labelX4.Location = new System.Drawing.Point(9, 177);
            this.labelX4.Name = "labelX4";
            this.labelX4.Size = new System.Drawing.Size(63, 26);
            this.labelX4.TabIndex = 13;
            this.labelX4.Text = "院系";
            // 
            // labelX3
            // 
            this.labelX3.Location = new System.Drawing.Point(9, 128);
            this.labelX3.Name = "labelX3";
            this.labelX3.Size = new System.Drawing.Size(65, 25);
            this.labelX3.TabIndex = 12;
            this.labelX3.Text = "专业";
            // 
            // labelX2
            // 
            this.labelX2.Location = new System.Drawing.Point(9, 88);
            this.labelX2.Name = "labelX2";
            this.labelX2.Size = new System.Drawing.Size(48, 18);
            this.labelX2.TabIndex = 11;
            this.labelX2.Text = "姓名";
            // 
            // labelX1
            // 
            this.labelX1.Location = new System.Drawing.Point(9, 35);
            this.labelX1.Name = "labelX1";
            this.labelX1.Size = new System.Drawing.Size(63, 23);
            this.labelX1.TabIndex = 10;
            this.labelX1.Text = "学号";
            // 
            // dataGridView1
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.AllowUserToDeleteRows = false;
            this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dataGridView1.Location = new System.Drawing.Point(134, 3);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(419, 357);
            this.dataGridView1.TabIndex = 1;
            this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
            // 
            // chengji
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(556, 388);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Controls.Add(this.bar1);
            this.Name = "chengji";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "成绩管理";
            this.Load += new System.EventHandler(this.chengji_Load);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panelEx1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.Bar bar1;
        private DevComponents.DotNetBar.ButtonItem buttonItem1;
        private DevComponents.DotNetBar.ButtonItem buttonItem2;
        private DevComponents.DotNetBar.ButtonItem del;
        private DevComponents.DotNetBar.ButtonItem buttonItem4;
        private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
        private DevComponents.DotNetBar.PanelEx panelEx1;
        private DevComponents.DotNetBar.Controls.TextBoxX txmajor;
        private System.Windows.Forms.ComboBox cbokc;
        private DevComponents.DotNetBar.Controls.TextBoxX txxb;
        private DevComponents.DotNetBar.Controls.TextBoxX txname;
        private DevComponents.DotNetBar.LabelX labelX5;
        private DevComponents.DotNetBar.LabelX labelX4;
        private DevComponents.DotNetBar.LabelX labelX3;
        private DevComponents.DotNetBar.LabelX labelX2;
        private DevComponents.DotNetBar.LabelX labelX1;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.ComboBox txxh;
        private DevComponents.DotNetBar.Controls.TextBoxX cj;
        private DevComponents.DotNetBar.LabelX labelX6;
        private DevComponents.DotNetBar.ButtonItem find;
        private DevComponents.DotNetBar.ButtonItem buttonItem3;
    }
}

⌨️ 快捷键说明

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