📄 student.designer.cs
字号:
namespace BMS
{
partial class student
{
/// <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();
this.button1 = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.Stname = new System.Windows.Forms.TextBox();
this.Stxi = new System.Windows.Forms.ComboBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.mima = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.radioButton2 = new System.Windows.Forms.RadioButton();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.label9 = new System.Windows.Forms.Label();
this.kahao = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.shengfenzheng = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.telephone = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.caozuoyuan = new System.Windows.Forms.TextBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.编辑ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.banji = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.contextMenuStrip1.SuspendLayout();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(731, 85);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "添加";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 64);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(41, 12);
this.label2.TabIndex = 3;
this.label2.Text = "姓名 ";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Location = new System.Drawing.Point(23, 74);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 4;
this.label3.Text = "系别 ";
//
// Stname
//
this.Stname.Location = new System.Drawing.Point(54, 61);
this.Stname.MaxLength = 10;
this.Stname.Name = "Stname";
this.Stname.Size = new System.Drawing.Size(100, 21);
this.Stname.TabIndex = 1;
this.Stname.Text = " ";
//
// Stxi
//
this.Stxi.FormattingEnabled = true;
this.Stxi.Items.AddRange(new object[] {
"计算机",
"软件",
"信管",
"英语",
"会计",
"餐旅"});
this.Stxi.Location = new System.Drawing.Point(79, 71);
this.Stxi.MaxLength = 10;
this.Stxi.Name = "Stxi";
this.Stxi.Size = new System.Drawing.Size(100, 20);
this.Stxi.TabIndex = 11;
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.Color.Transparent;
this.groupBox1.Controls.Add(this.mima);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.radioButton2);
this.groupBox1.Controls.Add(this.radioButton1);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.kahao);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.shengfenzheng);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.telephone);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.Stname);
this.groupBox1.Location = new System.Drawing.Point(280, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(445, 144);
this.groupBox1.TabIndex = 12;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "学生信息";
//
// mima
//
this.mima.Location = new System.Drawing.Point(191, 15);
this.mima.MaxLength = 15;
this.mima.Name = "mima";
this.mima.Size = new System.Drawing.Size(100, 21);
this.mima.TabIndex = 14;
this.mima.Text = "123";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(156, 21);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 13;
this.label1.Text = "密码";
//
// radioButton2
//
this.radioButton2.AutoSize = true;
this.radioButton2.Location = new System.Drawing.Point(343, 42);
this.radioButton2.Name = "radioButton2";
this.radioButton2.Size = new System.Drawing.Size(35, 16);
this.radioButton2.TabIndex = 12;
this.radioButton2.Text = "女";
this.radioButton2.UseVisualStyleBackColor = true;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(343, 20);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(35, 16);
this.radioButton1.TabIndex = 11;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "男";
this.radioButton1.UseVisualStyleBackColor = true;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(308, 19);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(29, 12);
this.label9.TabIndex = 10;
this.label9.Text = "性别";
//
// kahao
//
this.kahao.Location = new System.Drawing.Point(50, 14);
this.kahao.MaxLength = 8;
this.kahao.Name = "kahao";
this.kahao.Size = new System.Drawing.Size(100, 21);
this.kahao.TabIndex = 9;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(7, 21);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(29, 12);
this.label8.TabIndex = 8;
this.label8.Text = "卡号";
//
// shengfenzheng
//
this.shengfenzheng.Location = new System.Drawing.Point(66, 97);
this.shengfenzheng.Name = "shengfenzheng";
this.shengfenzheng.Size = new System.Drawing.Size(336, 21);
this.shengfenzheng.TabIndex = 7;
this.shengfenzheng.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.shengfenzheng_KeyPress);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 105);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -