📄 proctparinfo.designer.cs
字号:
this.label13.AutoSize = true;
this.label13.ForeColor = System.Drawing.Color.Red;
this.label13.Location = new System.Drawing.Point(651, 485);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(119, 14);
this.label13.TabIndex = 26;
this.label13.Text = "程序设计题总数:";
//
// txtpronum
//
this.txtpronum.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.txtpronum.Location = new System.Drawing.Point(600, 483);
this.txtpronum.Name = "txtpronum";
this.txtpronum.Size = new System.Drawing.Size(29, 23);
this.txtpronum.TabIndex = 21;
this.txtpronum.Text = "num";
this.txtpronum.Visible = false;
//
// btnDelete
//
this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnDelete.Location = new System.Drawing.Point(492, 482);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(75, 23);
this.btnDelete.TabIndex = 20;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnUpdata
//
this.btnUpdata.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnUpdata.Location = new System.Drawing.Point(369, 482);
this.btnUpdata.Name = "btnUpdata";
this.btnUpdata.Size = new System.Drawing.Size(75, 23);
this.btnUpdata.TabIndex = 19;
this.btnUpdata.Text = "修改";
this.btnUpdata.UseVisualStyleBackColor = true;
this.btnUpdata.Click += new System.EventHandler(this.btnUpdata_Click);
//
// groupBox3
//
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.groupBox3.Controls.Add(this.richanswer);
this.groupBox3.Location = new System.Drawing.Point(16, 233);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(534, 235);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "参考答案";
//
// richanswer
//
this.richanswer.AcceptsTab = true;
this.richanswer.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.richanswer.Location = new System.Drawing.Point(3, 19);
this.richanswer.Name = "richanswer";
this.richanswer.Size = new System.Drawing.Size(528, 213);
this.richanswer.TabIndex = 2;
this.richanswer.Text = "";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.richprogram);
this.groupBox2.Location = new System.Drawing.Point(13, 13);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(536, 214);
this.groupBox2.TabIndex = 18;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "试题";
//
// richprogram
//
this.richprogram.AcceptsTab = true;
this.richprogram.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.richprogram.Location = new System.Drawing.Point(3, 19);
this.richprogram.Name = "richprogram";
this.richprogram.Size = new System.Drawing.Size(530, 192);
this.richprogram.TabIndex = 1;
this.richprogram.Text = "";
//
// comboBnandu
//
this.comboBnandu.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.comboBnandu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBnandu.FormattingEnabled = true;
this.comboBnandu.Items.AddRange(new object[] {
"0",
"1",
"2"});
this.comboBnandu.Location = new System.Drawing.Point(111, 482);
this.comboBnandu.Name = "comboBnandu";
this.comboBnandu.Size = new System.Drawing.Size(65, 22);
this.comboBnandu.TabIndex = 17;
//
// label10
//
this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(33, 486);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(77, 14);
this.label10.TabIndex = 16;
this.label10.Text = "难度系数:";
//
// btnAdd
//
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnAdd.Location = new System.Drawing.Point(242, 482);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 5;
this.btnAdd.Text = "添加";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView3.ContextMenuStrip = this.ctxtMStripRright;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.LightSlateGray;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView3.DefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView3.Location = new System.Drawing.Point(567, 13);
this.dataGridView3.Name = "dataGridView3";
this.dataGridView3.ReadOnly = true;
this.dataGridView3.RowHeadersVisible = false;
this.dataGridView3.RowTemplate.Height = 23;
this.dataGridView3.ShowRowErrors = false;
this.dataGridView3.Size = new System.Drawing.Size(315, 458);
this.dataGridView3.TabIndex = 0;
this.dataGridView3.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView3_CellDoubleClick);
this.dataGridView3.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView3_CellClick);
//
// dataSet1
//
this.dataSet1.DataSetName = "NewDataSet";
this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
this.dataTable1});
//
// dataTable1
//
this.dataTable1.TableName = "Table1";
//
// bindingNavigator1
//
this.bindingNavigator1.AddNewItem = null;
this.bindingNavigator1.CountItem = null;
this.bindingNavigator1.DeleteItem = null;
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripLabel1,
this.tscboxCondition,
this.toolSDDBtn1,
this.toolStripBtnSave,
this.toolStripSeparator6,
this.toolStripLabel4,
this.tSCBox,
this.toolStripLabel2,
this.tstxtKeyWord,
this.tsbtnLook,
this.toolStripSeparator1,
this.toolStripLabel3,
this.toolStripBtnAll,
this.toolStripSeparator2,
this.tsbtnExit});
this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
this.bindingNavigator1.MoveFirstItem = null;
this.bindingNavigator1.MoveLastItem = null;
this.bindingNavigator1.MoveNextItem = null;
this.bindingNavigator1.MovePreviousItem = null;
this.bindingNavigator1.Name = "bindingNavigator1";
this.bindingNavigator1.PositionItem = null;
this.bindingNavigator1.Size = new System.Drawing.Size(917, 25);
this.bindingNavigator1.TabIndex = 27;
this.bindingNavigator1.Text = "bindingNavigator1";
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(77, 22);
this.toolStripLabel1.Text = "选择试卷类型";
//
// tscboxCondition
//
this.tscboxCondition.AutoCompleteCustomSource.AddRange(new string[] {
"选择题",
"判断题",
"程序设计题"});
this.tscboxCondition.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tscboxCondition.Items.AddRange(new object[] {
"选择题",
"判断题",
"程序设计题"});
this.tscboxCondition.Name = "tscboxCondition";
this.tscboxCondition.Size = new System.Drawing.Size(100, 25);
//
// toolSDDBtn1
//
this.toolSDDBtn1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolSDDBtn1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem1,
this.ToolStripMenuIn});
this.toolSDDBtn1.Image = ((System.Drawing.Image)(resources.GetObject("toolSDDBtn1.Image")));
this.toolSDDBtn1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolSDDBtn1.Name = "toolSDDBtn1";
this.toolSDDBtn1.Size = new System.Drawing.Size(29, 22);
this.toolSDDBtn1.Text = "导入\\导出";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -