📄 shitimoban.designer.cs
字号:
this.dataGridView1.Size = new System.Drawing.Size(673, 277);
this.dataGridView1.TabIndex = 5;
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
//
// groupBox2
//
this.groupBox2.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.groupBox2.Controls.Add(this.dataGridView1);
this.groupBox2.Location = new System.Drawing.Point(12, 182);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(679, 298);
this.groupBox2.TabIndex = 6;
this.groupBox2.TabStop = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.ForeColor = System.Drawing.Color.Red;
this.label5.Location = new System.Drawing.Point(13, 169);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(113, 12);
this.label5.TabIndex = 7;
this.label5.Text = "目前试题总分值为:";
//
// labelmark
//
this.labelmark.AutoSize = true;
this.labelmark.ForeColor = System.Drawing.Color.Red;
this.labelmark.Location = new System.Drawing.Point(131, 167);
this.labelmark.Name = "labelmark";
this.labelmark.Size = new System.Drawing.Size(41, 12);
this.labelmark.TabIndex = 8;
this.labelmark.Text = "number";
//
// bindingNavigator2
//
this.bindingNavigator2.AddNewItem = null;
this.bindingNavigator2.CountItem = null;
this.bindingNavigator2.DeleteItem = null;
this.bindingNavigator2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnAdd,
this.toolStripSeparator2,
this.tsbtnDel,
this.toolStripSeparator5,
this.toolStripLabel2,
this.tooltxtnum,
this.tsbtnLook,
this.toolStripSeparator8,
this.toolStripLabel1,
this.tSbtnAll,
this.toolStripSeparator1,
this.tsbtnExit});
this.bindingNavigator2.Location = new System.Drawing.Point(0, 0);
this.bindingNavigator2.MoveFirstItem = null;
this.bindingNavigator2.MoveLastItem = null;
this.bindingNavigator2.MoveNextItem = null;
this.bindingNavigator2.MovePreviousItem = null;
this.bindingNavigator2.Name = "bindingNavigator2";
this.bindingNavigator2.PositionItem = null;
this.bindingNavigator2.Size = new System.Drawing.Size(706, 25);
this.bindingNavigator2.TabIndex = 11;
this.bindingNavigator2.Text = "bindingNavigator2";
//
// tsbtnAdd
//
this.tsbtnAdd.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnAdd.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdd.Image")));
this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnAdd.Name = "tsbtnAdd";
this.tsbtnAdd.Size = new System.Drawing.Size(23, 22);
this.tsbtnAdd.Text = "添加模板";
this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
//
// tsbtnDel
//
this.tsbtnDel.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnDel.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDel.Image")));
this.tsbtnDel.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnDel.Name = "tsbtnDel";
this.tsbtnDel.Size = new System.Drawing.Size(23, 22);
this.tsbtnDel.Text = "删除";
this.tsbtnDel.Click += new System.EventHandler(this.tsbtnDel_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(6, 25);
//
// toolStripLabel2
//
this.toolStripLabel2.Name = "toolStripLabel2";
this.toolStripLabel2.Size = new System.Drawing.Size(53, 22);
this.toolStripLabel2.Text = "模板编号";
//
// tooltxtnum
//
this.tooltxtnum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.tooltxtnum.Name = "tooltxtnum";
this.tooltxtnum.Size = new System.Drawing.Size(100, 25);
//
// tsbtnLook
//
this.tsbtnLook.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnLook.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnLook.Image")));
this.tsbtnLook.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnLook.Name = "tsbtnLook";
this.tsbtnLook.Size = new System.Drawing.Size(23, 22);
this.tsbtnLook.Text = "查找";
this.tsbtnLook.Click += new System.EventHandler(this.tsbtnLook_Click);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(6, 25);
//
// tsbtnExit
//
this.tsbtnExit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnExit.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnExit.Image")));
this.tsbtnExit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnExit.Name = "tsbtnExit";
this.tsbtnExit.Size = new System.Drawing.Size(23, 22);
this.tsbtnExit.Text = "退出";
this.tsbtnExit.Click += new System.EventHandler(this.tsbtnExit_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(26, 116);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(113, 12);
this.label6.TabIndex = 12;
this.label6.Text = "新建模板的编号为:";
//
// labelbianhao
//
this.labelbianhao.AutoSize = true;
this.labelbianhao.Location = new System.Drawing.Point(145, 116);
this.labelbianhao.Name = "labelbianhao";
this.labelbianhao.Size = new System.Drawing.Size(0, 12);
this.labelbianhao.TabIndex = 13;
//
// errorPnum
//
this.errorPnum.ContainerControl = this;
//
// errorProvider1
//
this.errorProvider1.ContainerControl = this;
//
// toolStripLabel1
//
this.toolStripLabel1.Name = "toolStripLabel1";
this.toolStripLabel1.Size = new System.Drawing.Size(77, 22);
this.toolStripLabel1.Text = "显示所有信息";
//
// tSbtnAll
//
this.tSbtnAll.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tSbtnAll.Image = ((System.Drawing.Image)(resources.GetObject("tSbtnAll.Image")));
this.tSbtnAll.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tSbtnAll.Name = "tSbtnAll";
this.tSbtnAll.Size = new System.Drawing.Size(23, 22);
this.tSbtnAll.Text = "显示所有信息";
this.tSbtnAll.Click += new System.EventHandler(this.tSbtnAll_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
//
// ShitiMoBan
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(706, 483);
this.Controls.Add(this.labelbianhao);
this.Controls.Add(this.label6);
this.Controls.Add(this.bindingNavigator2);
this.Controls.Add(this.labelmark);
this.Controls.Add(this.label5);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.btnUpdata);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "ShitiMoBan";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = " 试题模板";
this.Load += new System.EventHandler(this.ShitiMoBan_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).EndInit();
this.bindingNavigator2.ResumeLayout(false);
this.bindingNavigator2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorPnum)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.ComboBox combmark;
private System.Windows.Forms.ComboBox combnumber;
private System.Windows.Forms.ComboBox comboshiti;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnUpdata;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label labelmark;
private System.Windows.Forms.TextBox txtnum;
private System.Windows.Forms.BindingNavigator bindingNavigator2;
private System.Windows.Forms.ToolStripButton tsbtnAdd;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tsbtnDel;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripLabel toolStripLabel2;
private System.Windows.Forms.ToolStripComboBox tooltxtnum;
private System.Windows.Forms.ToolStripButton tsbtnLook;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
private System.Windows.Forms.ToolStripButton tsbtnExit;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label labelbianhao;
private System.Windows.Forms.ErrorProvider errorPnum;
private System.Windows.Forms.ErrorProvider errorProvider1;
private System.Windows.Forms.ToolStripLabel toolStripLabel1;
private System.Windows.Forms.ToolStripButton tSbtnAll;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -