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

📄 automark.designer.cs

📁 程序设计语言上机考试系统
💻 CS
字号:
namespace WindowsApplication1.KaoChangManage
{
    partial class AutoMark
    {
        /// <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.groupBox1 = new System.Windows.Forms.GroupBox();
            this.dGridViewpaper = new System.Windows.Forms.DataGridView();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.dGridViewanswer = new System.Windows.Forms.DataGridView();
            this.btnchoose = new System.Windows.Forms.Button();
            this.btnprogram = new System.Windows.Forms.Button();
            this.btnback = new System.Windows.Forms.Button();
            this.btnAcount = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dGridViewpaper)).BeginInit();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dGridViewanswer)).BeginInit();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)));
            this.groupBox1.Controls.Add(this.dGridViewpaper);
            this.groupBox1.Location = new System.Drawing.Point(12, 6);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(425, 496);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            // 
            // dGridViewpaper
            // 
            this.dGridViewpaper.AllowUserToAddRows = false;
            this.dGridViewpaper.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCellsExceptHeader;
            this.dGridViewpaper.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dGridViewpaper.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dGridViewpaper.Location = new System.Drawing.Point(3, 17);
            this.dGridViewpaper.Name = "dGridViewpaper";
            this.dGridViewpaper.ReadOnly = true;
            this.dGridViewpaper.RowHeadersVisible = false;
            this.dGridViewpaper.RowTemplate.Height = 23;
            this.dGridViewpaper.Size = new System.Drawing.Size(419, 476);
            this.dGridViewpaper.TabIndex = 0;
            this.dGridViewpaper.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dGridViewpaper_CellClick);
            // 
            // groupBox2
            // 
            this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox2.Controls.Add(this.dGridViewanswer);
            this.groupBox2.Location = new System.Drawing.Point(443, 6);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(316, 499);
            this.groupBox2.TabIndex = 1;
            this.groupBox2.TabStop = false;
            // 
            // dGridViewanswer
            // 
            this.dGridViewanswer.AllowUserToAddRows = false;
            this.dGridViewanswer.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dGridViewanswer.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dGridViewanswer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dGridViewanswer.Location = new System.Drawing.Point(3, 17);
            this.dGridViewanswer.Name = "dGridViewanswer";
            this.dGridViewanswer.ReadOnly = true;
            this.dGridViewanswer.RowHeadersVisible = false;
            this.dGridViewanswer.RowTemplate.Height = 23;
            this.dGridViewanswer.Size = new System.Drawing.Size(310, 479);
            this.dGridViewanswer.TabIndex = 1;
            this.dGridViewanswer.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dGridViewanswer_CellClick);
            // 
            // btnchoose
            // 
            this.btnchoose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnchoose.Location = new System.Drawing.Point(80, 512);
            this.btnchoose.Name = "btnchoose";
            this.btnchoose.Size = new System.Drawing.Size(120, 23);
            this.btnchoose.TabIndex = 3;
            this.btnchoose.Text = "评判选择判断题";
            this.btnchoose.UseVisualStyleBackColor = true;
            this.btnchoose.Click += new System.EventHandler(this.btnchoose_Click);
            // 
            // btnprogram
            // 
            this.btnprogram.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
            this.btnprogram.Location = new System.Drawing.Point(247, 512);
            this.btnprogram.Name = "btnprogram";
            this.btnprogram.Size = new System.Drawing.Size(120, 23);
            this.btnprogram.TabIndex = 4;
            this.btnprogram.Text = "评判程序设计题";
            this.btnprogram.UseVisualStyleBackColor = true;
            this.btnprogram.Click += new System.EventHandler(this.btnprogram_Click);
            // 
            // btnback
            // 
            this.btnback.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnback.Location = new System.Drawing.Point(594, 512);
            this.btnback.Name = "btnback";
            this.btnback.Size = new System.Drawing.Size(94, 23);
            this.btnback.TabIndex = 5;
            this.btnback.Text = "返回";
            this.btnback.UseVisualStyleBackColor = true;
            this.btnback.Click += new System.EventHandler(this.btnback_Click);
            // 
            // btnAcount
            // 
            this.btnAcount.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAcount.Location = new System.Drawing.Point(443, 512);
            this.btnAcount.Name = "btnAcount";
            this.btnAcount.Size = new System.Drawing.Size(94, 23);
            this.btnAcount.TabIndex = 6;
            this.btnAcount.Text = "汇总成绩";
            this.btnAcount.UseVisualStyleBackColor = true;
            this.btnAcount.Click += new System.EventHandler(this.btnAcount_Click);
            // 
            // AutoMark
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(766, 544);
            this.Controls.Add(this.btnAcount);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.btnback);
            this.Controls.Add(this.btnprogram);
            this.Controls.Add(this.btnchoose);
            this.Controls.Add(this.groupBox1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.Name = "AutoMark";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "自动评分";
            this.Load += new System.EventHandler(this.AutoMark_Load);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dGridViewpaper)).EndInit();
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dGridViewanswer)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.DataGridView dGridViewpaper;
        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.DataGridView dGridViewanswer;
        private System.Windows.Forms.Button btnchoose;
        private System.Windows.Forms.Button btnprogram;
        private System.Windows.Forms.Button btnback;
        private System.Windows.Forms.Button btnAcount;
    }
}

⌨️ 快捷键说明

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