📄 weiji.designer.cs
字号:
namespace WindowsApplication1.KaoChangManage
{
partial class Weiji
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.comBoxKname = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtaddtion = new System.Windows.Forms.TextBox();
this.txtsnum = new System.Windows.Forms.TextBox();
this.txtzuoweiid = new System.Windows.Forms.TextBox();
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.btnAdd = new System.Windows.Forms.Button();
this.btnBack = new System.Windows.Forms.Button();
this.btnUpdata = new System.Windows.Forms.Button();
this.btnDelete = new System.Windows.Forms.Button();
this.txtnum = new System.Windows.Forms.TextBox();
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.Anchor = System.Windows.Forms.AnchorStyles.Top;
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(11, 28);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 14);
this.label1.TabIndex = 0;
this.label1.Text = "考场名称:";
//
// 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.comBoxKname);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.txtaddtion);
this.groupBox1.Controls.Add(this.txtsnum);
this.groupBox1.Controls.Add(this.txtzuoweiid);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(487, 107);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
//
// comBoxKname
//
this.comBoxKname.FormattingEnabled = true;
this.comBoxKname.Location = new System.Drawing.Point(95, 27);
this.comBoxKname.Name = "comBoxKname";
this.comBoxKname.Size = new System.Drawing.Size(138, 20);
this.comBoxKname.TabIndex = 8;
//
// label4
//
this.label4.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(13, 67);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(67, 14);
this.label4.TabIndex = 7;
this.label4.Text = "座位号:";
//
// label3
//
this.label3.Anchor = System.Windows.Forms.AnchorStyles.Top;
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(242, 33);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(52, 14);
this.label3.TabIndex = 6;
this.label3.Text = "学号:";
//
// label2
//
this.label2.Anchor = System.Windows.Forms.AnchorStyles.Top;
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(242, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(52, 14);
this.label2.TabIndex = 5;
this.label2.Text = "备注:";
//
// txtaddtion
//
this.txtaddtion.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.txtaddtion.Location = new System.Drawing.Point(301, 64);
this.txtaddtion.Multiline = true;
this.txtaddtion.Name = "txtaddtion";
this.txtaddtion.Size = new System.Drawing.Size(166, 21);
this.txtaddtion.TabIndex = 4;
//
// txtsnum
//
this.txtsnum.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.txtsnum.Location = new System.Drawing.Point(301, 30);
this.txtsnum.Name = "txtsnum";
this.txtsnum.Size = new System.Drawing.Size(109, 21);
this.txtsnum.TabIndex = 3;
this.txtsnum.TextChanged += new System.EventHandler(this.txtsnum_TextChanged);
//
// txtzuoweiid
//
this.txtzuoweiid.Anchor = System.Windows.Forms.AnchorStyles.Top;
this.txtzuoweiid.Location = new System.Drawing.Point(95, 64);
this.txtzuoweiid.Name = "txtzuoweiid";
this.txtzuoweiid.Size = new System.Drawing.Size(100, 21);
this.txtzuoweiid.TabIndex = 2;
this.txtzuoweiid.TextChanged += new System.EventHandler(this.txtzuoweiid_TextChanged);
//
// groupBox2
//
this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -