📄 proctparinfo.designer.cs
字号:
this.tabPanduan.Controls.Add(this.groupBox1);
this.tabPanduan.Controls.Add(this.dataGridView2);
this.tabPanduan.Controls.Add(this.btnPDelete);
this.tabPanduan.Controls.Add(this.btnPUpdata);
this.tabPanduan.Controls.Add(this.btnPAdd);
this.tabPanduan.Controls.Add(this.btnPDisplay);
this.tabPanduan.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabPanduan.Location = new System.Drawing.Point(4, 23);
this.tabPanduan.Name = "tabPanduan";
this.tabPanduan.Padding = new System.Windows.Forms.Padding(3);
this.tabPanduan.Size = new System.Drawing.Size(885, 538);
this.tabPanduan.TabIndex = 1;
this.tabPanduan.Text = "判断题";
this.tabPanduan.UseVisualStyleBackColor = true;
this.tabPanduan.Click += new System.EventHandler(this.tabPanduan_Click);
//
// labPannum
//
this.labPannum.AutoSize = true;
this.labPannum.ForeColor = System.Drawing.Color.Red;
this.labPannum.Location = new System.Drawing.Point(763, 498);
this.labPannum.Name = "labPannum";
this.labPannum.Size = new System.Drawing.Size(35, 14);
this.labPannum.TabIndex = 27;
this.labPannum.Text = "总数";
//
// label11
//
this.label11.AutoSize = true;
this.label11.ForeColor = System.Drawing.Color.Red;
this.label11.Location = new System.Drawing.Point(675, 498);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(91, 14);
this.label11.TabIndex = 26;
this.label11.Text = "判断题总数:";
//
// groupBox4
//
this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.groupBox4.Controls.Add(this.richpanduan);
this.groupBox4.Location = new System.Drawing.Point(8, 6);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(365, 457);
this.groupBox4.TabIndex = 16;
this.groupBox4.TabStop = false;
//
// richpanduan
//
this.richpanduan.AcceptsTab = true;
this.richpanduan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.richpanduan.Location = new System.Drawing.Point(3, 19);
this.richpanduan.Name = "richpanduan";
this.richpanduan.Size = new System.Drawing.Size(359, 435);
this.richpanduan.TabIndex = 0;
this.richpanduan.Text = "";
//
// txtPnandu
//
this.txtPnandu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.txtPnandu.FormattingEnabled = true;
this.txtPnandu.Items.AddRange(new object[] {
"0",
"1",
"2"});
this.txtPnandu.Location = new System.Drawing.Point(382, 172);
this.txtPnandu.Name = "txtPnandu";
this.txtPnandu.Size = new System.Drawing.Size(65, 22);
this.txtPnandu.TabIndex = 15;
//
// txtpnum
//
this.txtpnum.Location = new System.Drawing.Point(385, 218);
this.txtpnum.Name = "txtpnum";
this.txtpnum.Size = new System.Drawing.Size(62, 23);
this.txtpnum.TabIndex = 14;
this.txtpnum.Text = "txtpnum";
this.txtpnum.Visible = false;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(379, 146);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 14);
this.label6.TabIndex = 13;
this.label6.Text = "难度系数:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.radioBtnWrong);
this.groupBox1.Controls.Add(this.radioBtnRight);
this.groupBox1.Location = new System.Drawing.Point(385, 24);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(62, 100);
this.groupBox1.TabIndex = 11;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "答案:";
//
// radioBtnWrong
//
this.radioBtnWrong.AutoSize = true;
this.radioBtnWrong.Checked = true;
this.radioBtnWrong.Location = new System.Drawing.Point(8, 40);
this.radioBtnWrong.Name = "radioBtnWrong";
this.radioBtnWrong.Size = new System.Drawing.Size(39, 18);
this.radioBtnWrong.TabIndex = 9;
this.radioBtnWrong.TabStop = true;
this.radioBtnWrong.Text = "错";
this.radioBtnWrong.UseVisualStyleBackColor = true;
//
// radioBtnRight
//
this.radioBtnRight.AutoSize = true;
this.radioBtnRight.Location = new System.Drawing.Point(8, 76);
this.radioBtnRight.Name = "radioBtnRight";
this.radioBtnRight.Size = new System.Drawing.Size(39, 18);
this.radioBtnRight.TabIndex = 8;
this.radioBtnRight.Text = "对";
this.radioBtnRight.UseVisualStyleBackColor = true;
//
// 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView2.ContextMenuStrip = this.ctxtMStripRright;
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.LightSlateGray;
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView2.DefaultCellStyle = dataGridViewCellStyle4;
this.dataGridView2.Location = new System.Drawing.Point(462, 24);
this.dataGridView2.Name = "dataGridView2";
this.dataGridView2.ReadOnly = true;
this.dataGridView2.RowHeadersVisible = false;
this.dataGridView2.RowTemplate.Height = 23;
this.dataGridView2.Size = new System.Drawing.Size(416, 436);
this.dataGridView2.TabIndex = 10;
this.dataGridView2.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellDoubleClick);
this.dataGridView2.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView2_CellClick);
//
// btnPDelete
//
this.btnPDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnPDelete.Location = new System.Drawing.Point(551, 494);
this.btnPDelete.Name = "btnPDelete";
this.btnPDelete.Size = new System.Drawing.Size(75, 23);
this.btnPDelete.TabIndex = 4;
this.btnPDelete.Text = "删除";
this.btnPDelete.UseVisualStyleBackColor = true;
this.btnPDelete.Click += new System.EventHandler(this.btnPDelete_Click);
//
// btnPUpdata
//
this.btnPUpdata.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnPUpdata.Location = new System.Drawing.Point(389, 494);
this.btnPUpdata.Name = "btnPUpdata";
this.btnPUpdata.Size = new System.Drawing.Size(75, 23);
this.btnPUpdata.TabIndex = 3;
this.btnPUpdata.Text = "修改";
this.btnPUpdata.UseVisualStyleBackColor = true;
this.btnPUpdata.Click += new System.EventHandler(this.btnPUpdata_Click);
//
// btnPAdd
//
this.btnPAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnPAdd.Location = new System.Drawing.Point(224, 494);
this.btnPAdd.Name = "btnPAdd";
this.btnPAdd.Size = new System.Drawing.Size(75, 23);
this.btnPAdd.TabIndex = 2;
this.btnPAdd.Text = "添加";
this.btnPAdd.UseVisualStyleBackColor = true;
this.btnPAdd.Click += new System.EventHandler(this.btnPAdd_Click);
//
// btnPDisplay
//
this.btnPDisplay.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnPDisplay.Location = new System.Drawing.Point(63, 494);
this.btnPDisplay.Name = "btnPDisplay";
this.btnPDisplay.Size = new System.Drawing.Size(75, 23);
this.btnPDisplay.TabIndex = 1;
this.btnPDisplay.Text = "显示";
this.btnPDisplay.UseVisualStyleBackColor = true;
this.btnPDisplay.Click += new System.EventHandler(this.btnPDisplay_Click);
//
// tabProgram
//
this.tabProgram.Controls.Add(this.labPnum);
this.tabProgram.Controls.Add(this.label13);
this.tabProgram.Controls.Add(this.txtpronum);
this.tabProgram.Controls.Add(this.btnDelete);
this.tabProgram.Controls.Add(this.btnUpdata);
this.tabProgram.Controls.Add(this.groupBox3);
this.tabProgram.Controls.Add(this.groupBox2);
this.tabProgram.Controls.Add(this.comboBnandu);
this.tabProgram.Controls.Add(this.label10);
this.tabProgram.Controls.Add(this.btnAdd);
this.tabProgram.Controls.Add(this.dataGridView3);
this.tabProgram.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.tabProgram.Location = new System.Drawing.Point(4, 23);
this.tabProgram.Name = "tabProgram";
this.tabProgram.Size = new System.Drawing.Size(885, 538);
this.tabProgram.TabIndex = 2;
this.tabProgram.Text = "程序题";
this.tabProgram.UseVisualStyleBackColor = true;
this.tabProgram.Click += new System.EventHandler(this.tabProgram_Click);
//
// labPnum
//
this.labPnum.AutoSize = true;
this.labPnum.ForeColor = System.Drawing.Color.Red;
this.labPnum.Location = new System.Drawing.Point(763, 485);
this.labPnum.Name = "labPnum";
this.labPnum.Size = new System.Drawing.Size(35, 14);
this.labPnum.TabIndex = 27;
this.labPnum.Text = "总数";
//
// label13
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -