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

📄 selectssubject.designer.cs

📁 一个简单的考生答题系统
💻 CS
字号:
namespace Myschool
{
    partial class SelectSsubject
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SelectSsubject));
            this.lblname = new System.Windows.Forms.Label();
            this.btnselect = new System.Windows.Forms.Button();
            this.listViewsubject = new System.Windows.Forms.ListView();
            this.comsubject = new System.Windows.Forms.ComboBox();
            this.SuspendLayout();
            // 
            // lblname
            // 
            this.lblname.AutoSize = true;
            this.lblname.Location = new System.Drawing.Point(25, 19);
            this.lblname.Name = "lblname";
            this.lblname.Size = new System.Drawing.Size(65, 12);
            this.lblname.TabIndex = 1;
            this.lblname.Text = "请选择科目";
            // 
            // btnselect
            // 
            this.btnselect.Location = new System.Drawing.Point(310, 16);
            this.btnselect.Name = "btnselect";
            this.btnselect.Size = new System.Drawing.Size(67, 21);
            this.btnselect.TabIndex = 2;
            this.btnselect.Text = "查找";
            this.btnselect.UseVisualStyleBackColor = true;
            this.btnselect.Click += new System.EventHandler(this.btnselect_Click);
            // 
            // listViewsubject
            // 
            this.listViewsubject.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.listViewsubject.FullRowSelect = true;
            this.listViewsubject.GridLines = true;
            this.listViewsubject.Location = new System.Drawing.Point(32, 69);
            this.listViewsubject.Name = "listViewsubject";
            this.listViewsubject.Size = new System.Drawing.Size(524, 317);
            this.listViewsubject.TabIndex = 4;
            this.listViewsubject.UseCompatibleStateImageBehavior = false;
            // 
            // comsubject
            // 
            this.comsubject.FormattingEnabled = true;
            this.comsubject.Location = new System.Drawing.Point(96, 16);
            this.comsubject.Name = "comsubject";
            this.comsubject.Size = new System.Drawing.Size(175, 20);
            this.comsubject.TabIndex = 5;
            // 
            // SelectSsubject
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(592, 424);
            this.Controls.Add(this.comsubject);
            this.Controls.Add(this.listViewsubject);
            this.Controls.Add(this.btnselect);
            this.Controls.Add(this.lblname);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "SelectSsubject";
            this.Text = "查看题目";
            this.Load += new System.EventHandler(this.SelectSsubject_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lblname;
        private System.Windows.Forms.Button btnselect;
        private System.Windows.Forms.ListView listViewsubject;
        private System.Windows.Forms.ComboBox comsubject;
    }
}

⌨️ 快捷键说明

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