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

📄 proctparinfo.designer.cs

📁 程序设计语言上机考试系统
💻 CS
📖 第 1 页 / 共 5 页
字号:
            // 
            this.dataGridView1.AllowUserToAddRows = false;
            this.dataGridView1.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.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dataGridView1.ContextMenuStrip = this.ctxtMStripRright;
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 10.5F, 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.dataGridView1.DefaultCellStyle = dataGridViewCellStyle3;
            this.dataGridView1.Location = new System.Drawing.Point(29, 312);
            this.dataGridView1.Name = "dataGridView1";
            this.dataGridView1.ReadOnly = true;
            this.dataGridView1.RowHeadersVisible = false;
            this.dataGridView1.RowTemplate.Height = 23;
            this.dataGridView1.Size = new System.Drawing.Size(811, 181);
            this.dataGridView1.TabIndex = 21;
            this.dataGridView1.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellDoubleClick);
            this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
            // 
            // ctxtMStripRright
            // 
            this.ctxtMStripRright.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tSMItemDelete});
            this.ctxtMStripRright.Name = "contextMenuStrip1";
            this.ctxtMStripRright.Size = new System.Drawing.Size(95, 26);
            // 
            // tSMItemDelete
            // 
            this.tSMItemDelete.Name = "tSMItemDelete";
            this.tSMItemDelete.Size = new System.Drawing.Size(94, 22);
            this.tSMItemDelete.Text = "删除";
            this.tSMItemDelete.Click += new System.EventHandler(this.tSMItemDelete_Click);
            // 
            // label7
            // 
            this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label7.AutoSize = true;
            this.label7.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label7.Location = new System.Drawing.Point(653, 276);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(88, 16);
            this.label7.TabIndex = 20;
            this.label7.Text = "难度系数:";
            // 
            // btnCUpdata
            // 
            this.btnCUpdata.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCUpdata.Location = new System.Drawing.Point(551, 502);
            this.btnCUpdata.Name = "btnCUpdata";
            this.btnCUpdata.Size = new System.Drawing.Size(75, 23);
            this.btnCUpdata.TabIndex = 15;
            this.btnCUpdata.Text = "修改";
            this.btnCUpdata.UseVisualStyleBackColor = true;
            this.btnCUpdata.Click += new System.EventHandler(this.btnCUpdata_Click);
            // 
            // btnCDelete
            // 
            this.btnCDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCDelete.Location = new System.Drawing.Point(396, 502);
            this.btnCDelete.Name = "btnCDelete";
            this.btnCDelete.Size = new System.Drawing.Size(75, 23);
            this.btnCDelete.TabIndex = 14;
            this.btnCDelete.Text = "删除";
            this.btnCDelete.UseVisualStyleBackColor = true;
            this.btnCDelete.Click += new System.EventHandler(this.btnCDelete_Click);
            // 
            // btnCAdd
            // 
            this.btnCAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCAdd.Location = new System.Drawing.Point(237, 502);
            this.btnCAdd.Name = "btnCAdd";
            this.btnCAdd.Size = new System.Drawing.Size(75, 23);
            this.btnCAdd.TabIndex = 13;
            this.btnCAdd.Text = "添加";
            this.btnCAdd.UseVisualStyleBackColor = true;
            this.btnCAdd.Click += new System.EventHandler(this.btnCAdd_Click);
            // 
            // btnCDisplay
            // 
            this.btnCDisplay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnCDisplay.Location = new System.Drawing.Point(74, 502);
            this.btnCDisplay.Name = "btnCDisplay";
            this.btnCDisplay.Size = new System.Drawing.Size(75, 23);
            this.btnCDisplay.TabIndex = 12;
            this.btnCDisplay.Text = "显示";
            this.btnCDisplay.UseVisualStyleBackColor = true;
            this.btnCDisplay.Click += new System.EventHandler(this.btnCDisplay_Click);
            // 
            // comboBoxAnswer
            // 
            this.comboBoxAnswer.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.comboBoxAnswer.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxAnswer.FormattingEnabled = true;
            this.comboBoxAnswer.Items.AddRange(new object[] {
            "A",
            "B",
            "C",
            "D"});
            this.comboBoxAnswer.Location = new System.Drawing.Point(469, 272);
            this.comboBoxAnswer.Name = "comboBoxAnswer";
            this.comboBoxAnswer.Size = new System.Drawing.Size(121, 22);
            this.comboBoxAnswer.TabIndex = 11;
            // 
            // label5
            // 
            this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label5.AutoSize = true;
            this.label5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label5.Location = new System.Drawing.Point(415, 276);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(56, 16);
            this.label5.TabIndex = 10;
            this.label5.Text = "答案:";
            // 
            // label4
            // 
            this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label4.AutoSize = true;
            this.label4.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label4.Location = new System.Drawing.Point(415, 102);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(48, 16);
            this.label4.TabIndex = 9;
            this.label4.Text = "选项B";
            // 
            // label3
            // 
            this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label3.AutoSize = true;
            this.label3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label3.Location = new System.Drawing.Point(415, 167);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(48, 16);
            this.label3.TabIndex = 8;
            this.label3.Text = "选项C";
            // 
            // label2
            // 
            this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(415, 229);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(48, 16);
            this.label2.TabIndex = 7;
            this.label2.Text = "选项D";
            // 
            // label1
            // 
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(415, 41);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(48, 16);
            this.label1.TabIndex = 6;
            this.label1.Text = "选项A";
            // 
            // richChooseD
            // 
            this.richChooseD.AcceptsTab = true;
            this.richChooseD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.richChooseD.Location = new System.Drawing.Point(469, 214);
            this.richChooseD.Name = "richChooseD";
            this.richChooseD.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
            this.richChooseD.Size = new System.Drawing.Size(371, 41);
            this.richChooseD.TabIndex = 5;
            this.richChooseD.Text = "";
            // 
            // richChooseC
            // 
            this.richChooseC.AcceptsTab = true;
            this.richChooseC.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.richChooseC.Location = new System.Drawing.Point(469, 150);
            this.richChooseC.Name = "richChooseC";
            this.richChooseC.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
            this.richChooseC.Size = new System.Drawing.Size(371, 43);
            this.richChooseC.TabIndex = 4;
            this.richChooseC.Text = "";
            // 
            // richChooseB
            // 
            this.richChooseB.AcceptsTab = true;
            this.richChooseB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.richChooseB.Location = new System.Drawing.Point(469, 86);
            this.richChooseB.Name = "richChooseB";
            this.richChooseB.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
            this.richChooseB.Size = new System.Drawing.Size(371, 41);
            this.richChooseB.TabIndex = 3;
            this.richChooseB.Text = "";
            // 
            // richChooseA
            // 
            this.richChooseA.AcceptsTab = true;
            this.richChooseA.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.richChooseA.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.richChooseA.Location = new System.Drawing.Point(469, 25);
            this.richChooseA.Name = "richChooseA";
            this.richChooseA.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
            this.richChooseA.Size = new System.Drawing.Size(371, 43);
            this.richChooseA.TabIndex = 2;
            this.richChooseA.Text = "";
            // 
            // richChoose
            // 
            this.richChoose.AcceptsTab = true;
            this.richChoose.Location = new System.Drawing.Point(29, 23);
            this.richChoose.Name = "richChoose";
            this.richChoose.Size = new System.Drawing.Size(371, 259);
            this.richChoose.TabIndex = 1;
            this.richChoose.Text = "";
            // 
            // tabPanduan
            // 
            this.tabPanduan.Controls.Add(this.labPannum);
            this.tabPanduan.Controls.Add(this.label11);
            this.tabPanduan.Controls.Add(this.groupBox4);
            this.tabPanduan.Controls.Add(this.txtPnandu);
            this.tabPanduan.Controls.Add(this.txtpnum);
            this.tabPanduan.Controls.Add(this.label6);

⌨️ 快捷键说明

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