📄 setkaochang.designer.cs
字号:
namespace WindowsApplication1.KaowuManage
{
partial class SetKaochang
{
/// <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();
this.label1 = new System.Windows.Forms.Label();
this.txtname = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.txtaddress = new System.Windows.Forms.TextBox();
this.txtnum = new System.Windows.Forms.TextBox();
this.btnAdd = new System.Windows.Forms.Button();
this.btnBack = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnUpdata = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.ctxtMStripRright = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tSMItemDelete = new System.Windows.Forms.ToolStripMenuItem();
this.errorPnum = new System.Windows.Forms.ErrorProvider(this.components);
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.ctxtMStripRright.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorPnum)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(77, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 14);
this.label1.TabIndex = 0;
this.label1.Text = "考场名称:";
//
// txtname
//
this.txtname.Location = new System.Drawing.Point(176, 26);
this.txtname.Name = "txtname";
this.txtname.Size = new System.Drawing.Size(163, 21);
this.txtname.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(77, 111);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(82, 14);
this.label2.TabIndex = 2;
this.label2.Text = "考场地址:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(77, 72);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(82, 14);
this.label3.TabIndex = 3;
this.label3.Text = "考场容量:";
//
// txtaddress
//
this.txtaddress.Location = new System.Drawing.Point(176, 106);
this.txtaddress.Name = "txtaddress";
this.txtaddress.Size = new System.Drawing.Size(163, 21);
this.txtaddress.TabIndex = 4;
//
// txtnum
//
this.txtnum.Location = new System.Drawing.Point(176, 67);
this.txtnum.Name = "txtnum";
this.txtnum.Size = new System.Drawing.Size(163, 21);
this.txtnum.TabIndex = 5;
//
// 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(57, 167);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 6;
this.btnAdd.Text = "添加";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnBack
//
this.btnBack.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnBack.Location = new System.Drawing.Point(464, 167);
this.btnBack.Name = "btnBack";
this.btnBack.Size = new System.Drawing.Size(75, 23);
this.btnBack.TabIndex = 7;
this.btnBack.Text = "返回";
this.btnBack.UseVisualStyleBackColor = true;
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
//
// 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(189, 167);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(75, 23);
this.btnDelete.TabIndex = 8;
this.btnDelete.Text = "删除";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// 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.BackColor = System.Drawing.SystemColors.Control;
this.groupBox1.Controls.Add(this.txtnum);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.txtname);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.txtaddress);
this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(88, 5);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(402, 148);
this.groupBox1.TabIndex = 9;
this.groupBox1.TabStop = false;
//
// 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(327, 167);
this.btnUpdata.Name = "btnUpdata";
this.btnUpdata.Size = new System.Drawing.Size(75, 23);
this.btnUpdata.TabIndex = 10;
this.btnUpdata.Text = "修改";
this.btnUpdata.UseVisualStyleBackColor = true;
this.btnUpdata.Click += new System.EventHandler(this.btnUpdata_Click);
//
// 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, 196);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(586, 253);
this.groupBox2.TabIndex = 11;
this.groupBox2.TabStop = false;
//
// 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;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.ContextMenuStrip = this.ctxtMStripRright;
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, 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.dataGridView1.DefaultCellStyle = dataGridViewCellStyle1;
this.dataGridView1.Location = new System.Drawing.Point(3, 17);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(580, 232);
this.dataGridView1.TabIndex = 0;
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);
//
// errorPnum
//
this.errorPnum.ContainerControl = this;
//
// SetKaochang
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(610, 458);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.btnUpdata);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.btnBack);
this.Controls.Add(this.btnAdd);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "SetKaochang";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "考场设置";
this.Load += new System.EventHandler(this.SetKaochang_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ctxtMStripRright.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.errorPnum)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox txtname;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtaddress;
private System.Windows.Forms.TextBox txtnum;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnBack;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnUpdata;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ContextMenuStrip ctxtMStripRright;
private System.Windows.Forms.ToolStripMenuItem tSMItemDelete;
private System.Windows.Forms.ErrorProvider errorPnum;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -