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

📄 weihudepartmen.designer.cs

📁 程序设计语言上机考试系统
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.btnpDelete.Text = "删除";
            this.btnpDelete.UseVisualStyleBackColor = true;
            this.btnpDelete.Click += new System.EventHandler(this.btnpDelete_Click);
            // 
            // btnpAdd
            // 
            this.btnpAdd.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnpAdd.Location = new System.Drawing.Point(45, 347);
            this.btnpAdd.Name = "btnpAdd";
            this.btnpAdd.Size = new System.Drawing.Size(75, 23);
            this.btnpAdd.TabIndex = 3;
            this.btnpAdd.Text = "添加";
            this.btnpAdd.UseVisualStyleBackColor = true;
            this.btnpAdd.Click += new System.EventHandler(this.btnpAdd_Click);
            // 
            // richprofession
            // 
            this.richprofession.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.richprofession.Location = new System.Drawing.Point(6, 53);
            this.richprofession.Name = "richprofession";
            this.richprofession.Size = new System.Drawing.Size(398, 93);
            this.richprofession.TabIndex = 2;
            this.richprofession.Text = "";
            // 
            // combBdepartment
            // 
            this.combBdepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combBdepartment.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.combBdepartment.FormattingEnabled = true;
            this.combBdepartment.IntegralHeight = false;
            this.combBdepartment.Location = new System.Drawing.Point(116, 15);
            this.combBdepartment.Name = "combBdepartment";
            this.combBdepartment.Size = new System.Drawing.Size(165, 22);
            this.combBdepartment.TabIndex = 1;
            this.combBdepartment.SelectedIndexChanged += new System.EventHandler(this.combBdepartment_SelectedIndexChanged);
            // 
            // dataGridView2
            // 
            this.dataGridView2.AllowUserToAddRows = false;
            this.dataGridView2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView2.ContextMenuStrip = this.ctxtMStripRright;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSlateGray;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle2;
            this.dataGridView2.Location = new System.Drawing.Point(8, 152);
            this.dataGridView2.Name = "dataGridView2";
            this.dataGridView2.ReadOnly = true;
            this.dataGridView2.RowHeadersVisible = false;
            this.dataGridView2.RowTemplate.Height = 23;
            this.dataGridView2.Size = new System.Drawing.Size(398, 185);
            this.dataGridView2.TabIndex = 0;
            this.dataGridView2.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellClick);
            // 
            // tabPage3
            // 
            this.tabPage3.Controls.Add(this.label6);
            this.tabPage3.Controls.Add(this.combCprofession);
            this.tabPage3.Controls.Add(this.label4);
            this.tabPage3.Controls.Add(this.label3);
            this.tabPage3.Controls.Add(this.comCDepartment);
            this.tabPage3.Controls.Add(this.richClass);
            this.tabPage3.Controls.Add(this.btnCDelete);
            this.tabPage3.Controls.Add(this.btnQuit);
            this.tabPage3.Controls.Add(this.btnCAdd);
            this.tabPage3.Controls.Add(this.dataGridView3);
            this.tabPage3.Location = new System.Drawing.Point(4, 21);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(419, 380);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "班级维护";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.ForeColor = System.Drawing.Color.Red;
            this.label6.Location = new System.Drawing.Point(199, 10);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(161, 12);
            this.label6.TabIndex = 9;
            this.label6.Text = "输入多项请用逗号“,”分割";
            // 
            // combCprofession
            // 
            this.combCprofession.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.combCprofession.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.combCprofession.FormattingEnabled = true;
            this.combCprofession.IntegralHeight = false;
            this.combCprofession.Location = new System.Drawing.Point(32, 118);
            this.combCprofession.Name = "combCprofession";
            this.combCprofession.Size = new System.Drawing.Size(146, 22);
            this.combCprofession.TabIndex = 8;
            this.combCprofession.SelectedIndexChanged += new System.EventHandler(this.combCprofession_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(30, 87);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(65, 12);
            this.label4.TabIndex = 7;
            this.label4.Text = "选择专业:";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(30, 28);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 6;
            this.label3.Text = "选择院系:";
            // 
            // comCDepartment
            // 
            this.comCDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comCDepartment.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.comCDepartment.FormattingEnabled = true;
            this.comCDepartment.IntegralHeight = false;
            this.comCDepartment.Location = new System.Drawing.Point(32, 53);
            this.comCDepartment.Name = "comCDepartment";
            this.comCDepartment.Size = new System.Drawing.Size(163, 22);
            this.comCDepartment.TabIndex = 5;
            this.comCDepartment.SelectedIndexChanged += new System.EventHandler(this.comCDepartment_SelectedIndexChanged);
            // 
            // richClass
            // 
            this.richClass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.richClass.Location = new System.Drawing.Point(201, 25);
            this.richClass.Name = "richClass";
            this.richClass.Size = new System.Drawing.Size(198, 132);
            this.richClass.TabIndex = 4;
            this.richClass.Text = "";
            // 
            // btnCDelete
            // 
            this.btnCDelete.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnCDelete.Location = new System.Drawing.Point(151, 352);
            this.btnCDelete.Name = "btnCDelete";
            this.btnCDelete.Size = new System.Drawing.Size(75, 23);
            this.btnCDelete.TabIndex = 3;
            this.btnCDelete.Text = "删除";
            this.btnCDelete.UseVisualStyleBackColor = true;
            this.btnCDelete.Click += new System.EventHandler(this.btnCDelete_Click);
            // 
            // btnQuit
            // 
            this.btnQuit.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnQuit.Location = new System.Drawing.Point(274, 352);
            this.btnQuit.Name = "btnQuit";
            this.btnQuit.Size = new System.Drawing.Size(75, 23);
            this.btnQuit.TabIndex = 2;
            this.btnQuit.Text = "关闭";
            this.btnQuit.UseVisualStyleBackColor = true;
            this.btnQuit.Click += new System.EventHandler(this.btnQuit_Click);
            // 
            // btnCAdd
            // 
            this.btnCAdd.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnCAdd.Location = new System.Drawing.Point(36, 352);
            this.btnCAdd.Name = "btnCAdd";
            this.btnCAdd.Size = new System.Drawing.Size(75, 23);
            this.btnCAdd.TabIndex = 1;
            this.btnCAdd.Text = "添加";
            this.btnCAdd.UseVisualStyleBackColor = true;
            this.btnCAdd.Click += new System.EventHandler(this.btnCAdd_Click);
            // 
            // dataGridView3
            // 
            this.dataGridView3.AllowUserToAddRows = false;
            this.dataGridView3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.dataGridView3.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView3.ContextMenuStrip = this.ctxtMStripRright;
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.LightSlateGray;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dataGridView3.DefaultCellStyle = dataGridViewCellStyle3;
            this.dataGridView3.Location = new System.Drawing.Point(14, 170);
            this.dataGridView3.Name = "dataGridView3";
            this.dataGridView3.ReadOnly = true;
            this.dataGridView3.RowHeadersVisible = false;
            this.dataGridView3.RowTemplate.Height = 23;
            this.dataGridView3.Size = new System.Drawing.Size(385, 162);
            this.dataGridView3.TabIndex = 0;
            this.dataGridView3.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView3_CellClick);
            // 
            // WeihuDepartmen
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(451, 424);
            this.Controls.Add(this.tabControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "WeihuDepartmen";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "院系班级维护";
            this.Load += new System.EventHandler(this.WeihuDepartmen_Load);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
            this.ctxtMStripRright.ResumeLayout(false);
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
            this.tabPage3.ResumeLayout(false);
            this.tabPage3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dataGridView3)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabControl1;
        private System.Windows.Forms.TabPage tabPage1;
        private System.Windows.Forms.TabPage tabPage2;
        private System.Windows.Forms.DataGridView dataGridView1;
        private System.Windows.Forms.TabPage tabPage3;
        private System.Windows.Forms.Button btnBack;
        private System.Windows.Forms.Button btnDelete;
        private System.Windows.Forms.Button btnAdd;
        private System.Windows.Forms.DataGridView dataGridView2;
        private System.Windows.Forms.RichTextBox richdepartment;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.RichTextBox richprofession;
        private System.Windows.Forms.ComboBox combBdepartment;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button btnpQuit;
        private System.Windows.Forms.Button btnpDelete;
        private System.Windows.Forms.Button btnpAdd;
        private System.Windows.Forms.DataGridView dataGridView3;
        private System.Windows.Forms.Button btnSearch;
        private System.Windows.Forms.Button btnCDelete;
        private System.Windows.Forms.Button btnQuit;
        private System.Windows.Forms.Button btnCAdd;
        private System.Windows.Forms.ComboBox combCprofession;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.ComboBox comCDepartment;
        private System.Windows.Forms.RichTextBox richClass;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.ContextMenuStrip ctxtMStripRright;
        private System.Windows.Forms.ToolStripMenuItem tSMItemDelete;
    }
}

⌨️ 快捷键说明

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