📄 shitimoban.designer.cs
字号:
namespace WindowsApplication1.KaowuManage
{
partial class ShitiMoBan
{
/// <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.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShitiMoBan));
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtnum = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.combmark = new System.Windows.Forms.ComboBox();
this.combnumber = new System.Windows.Forms.ComboBox();
this.comboshiti = new System.Windows.Forms.ComboBox();
this.btnAdd = new System.Windows.Forms.Button();
this.btnUpdata = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label();
this.labelmark = new System.Windows.Forms.Label();
this.bindingNavigator2 = new System.Windows.Forms.BindingNavigator(this.components);
this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnDel = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripLabel2 = new System.Windows.Forms.ToolStripLabel();
this.tooltxtnum = new System.Windows.Forms.ToolStripComboBox();
this.tsbtnLook = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnExit = new System.Windows.Forms.ToolStripButton();
this.label6 = new System.Windows.Forms.Label();
this.labelbianhao = new System.Windows.Forms.Label();
this.errorPnum = new System.Windows.Forms.ErrorProvider(this.components);
this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.tSbtnAll = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator2)).BeginInit();
this.bindingNavigator2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorPnum)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.txtnum);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.combmark);
this.groupBox1.Controls.Add(this.combnumber);
this.groupBox1.Controls.Add(this.comboshiti);
this.groupBox1.Location = new System.Drawing.Point(12, 39);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(679, 68);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// txtnum
//
this.txtnum.Location = new System.Drawing.Point(18, -21);
this.txtnum.Name = "txtnum";
this.txtnum.Size = new System.Drawing.Size(95, 21);
this.txtnum.TabIndex = 9;
//
// label3
//
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(477, 32);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 6;
this.label3.Text = "每题分值:";
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(262, 31);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 5;
this.label2.Text = "题数:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(38, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 4;
this.label1.Text = "试题:";
//
// combmark
//
this.combmark.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.combmark.FormattingEnabled = true;
this.combmark.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"});
this.combmark.Location = new System.Drawing.Point(546, 28);
this.combmark.Name = "combmark";
this.combmark.Size = new System.Drawing.Size(81, 20);
this.combmark.TabIndex = 3;
//
// combnumber
//
this.combnumber.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.combnumber.FormattingEnabled = true;
this.combnumber.Items.AddRange(new object[] {
"1",
"5",
"10",
"15",
"20"});
this.combnumber.Location = new System.Drawing.Point(303, 28);
this.combnumber.Name = "combnumber";
this.combnumber.Size = new System.Drawing.Size(81, 20);
this.combnumber.TabIndex = 1;
//
// comboshiti
//
this.comboshiti.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboshiti.FormattingEnabled = true;
this.comboshiti.Items.AddRange(new object[] {
"选择题",
"判断题",
"程序设计题"});
this.comboshiti.Location = new System.Drawing.Point(80, 28);
this.comboshiti.Name = "comboshiti";
this.comboshiti.Size = new System.Drawing.Size(94, 20);
this.comboshiti.TabIndex = 0;
//
// btnAdd
//
this.btnAdd.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnAdd.Location = new System.Drawing.Point(111, 139);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 1;
this.btnAdd.Text = "添加";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnUpdata
//
this.btnUpdata.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnUpdata.Location = new System.Drawing.Point(382, 139);
this.btnUpdata.Name = "btnUpdata";
this.btnUpdata.Size = new System.Drawing.Size(75, 23);
this.btnUpdata.TabIndex = 2;
this.btnUpdata.Text = "修改";
this.btnUpdata.UseVisualStyleBackColor = true;
this.btnUpdata.Click += new System.EventHandler(this.btnUpdata_Click);
//
// btnDelete
//
this.btnDelete.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnDelete.Location = new System.Drawing.Point(244, 139);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(75, 23);
this.btnDelete.TabIndex = 3;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnClose
//
this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.btnClose.Location = new System.Drawing.Point(528, 139);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 4;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// dataGridView1
//
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.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.Color.LightSlateGray;
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSlateGray;
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
this.dataGridView1.Location = new System.Drawing.Point(3, 14);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -