📄 addstu.designer.cs
字号:
namespace WindowsApplication1
{
partial class addstu
{
/// <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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(addstu));
this.comBClass = new System.Windows.Forms.ComboBox();
this.comBDeparture = new System.Windows.Forms.ComboBox();
this.txtStuName = new System.Windows.Forms.TextBox();
this.txtStuNum = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.btnOk = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.btnQuit = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.comBprofession = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.errorPnum = new System.Windows.Forms.ErrorProvider(this.components);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.errorPnum)).BeginInit();
this.SuspendLayout();
//
// comBClass
//
this.comBClass.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comBClass.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comBClass.FormattingEnabled = true;
this.comBClass.Location = new System.Drawing.Point(88, 203);
this.comBClass.Name = "comBClass";
this.comBClass.Size = new System.Drawing.Size(141, 22);
this.comBClass.TabIndex = 17;
//
// comBDeparture
//
this.comBDeparture.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comBDeparture.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comBDeparture.FormattingEnabled = true;
this.comBDeparture.Location = new System.Drawing.Point(88, 122);
this.comBDeparture.Name = "comBDeparture";
this.comBDeparture.Size = new System.Drawing.Size(141, 22);
this.comBDeparture.TabIndex = 16;
this.comBDeparture.SelectedIndexChanged += new System.EventHandler(this.comBDeparture_SelectedIndexChanged);
//
// txtStuName
//
this.txtStuName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtStuName.Location = new System.Drawing.Point(88, 78);
this.txtStuName.Name = "txtStuName";
this.txtStuName.Size = new System.Drawing.Size(141, 23);
this.txtStuName.TabIndex = 15;
//
// txtStuNum
//
this.txtStuNum.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtStuNum.Location = new System.Drawing.Point(88, 34);
this.txtStuNum.Name = "txtStuNum";
this.txtStuNum.Size = new System.Drawing.Size(141, 23);
this.txtStuNum.TabIndex = 14;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(24, 81);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(49, 14);
this.label4.TabIndex = 13;
this.label4.Text = "姓名:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(24, 125);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(49, 14);
this.label3.TabIndex = 12;
this.label3.Text = "院系:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(24, 205);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(49, 14);
this.label2.TabIndex = 11;
this.label2.Text = "班级:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(24, 34);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(49, 14);
this.label1.TabIndex = 10;
this.label1.Text = "考号:";
//
// btnOk
//
this.btnOk.Location = new System.Drawing.Point(105, 246);
this.btnOk.Name = "btnOk";
this.btnOk.Size = new System.Drawing.Size(75, 23);
this.btnOk.TabIndex = 18;
this.btnOk.Text = "确定";
this.btnOk.UseVisualStyleBackColor = true;
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
//
// pictureBox1
//
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox1.Location = new System.Drawing.Point(253, 25);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(152, 189);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 19;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// btnQuit
//
this.btnQuit.Location = new System.Drawing.Point(253, 246);
this.btnQuit.Name = "btnQuit";
this.btnQuit.Size = new System.Drawing.Size(75, 23);
this.btnQuit.TabIndex = 20;
this.btnQuit.Text = "取消";
this.btnQuit.UseVisualStyleBackColor = true;
this.btnQuit.Click += new System.EventHandler(this.btnQuit_Click);
//
// openFileDialog1
//
this.openFileDialog1.InitialDirectory = "pic/";
//
// comBprofession
//
this.comBprofession.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comBprofession.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comBprofession.FormattingEnabled = true;
this.comBprofession.Location = new System.Drawing.Point(88, 164);
this.comBprofession.Name = "comBprofession";
this.comBprofession.Size = new System.Drawing.Size(141, 22);
this.comBprofession.TabIndex = 21;
this.comBprofession.SelectedIndexChanged += new System.EventHandler(this.comBprofession_SelectedIndexChanged);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(24, 166);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(49, 14);
this.label5.TabIndex = 22;
this.label5.Text = "专业:";
//
// errorPnum
//
this.errorPnum.ContainerControl = this;
//
// addstu
//
this.AcceptButton = this.btnOk;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
this.ClientSize = new System.Drawing.Size(433, 296);
this.Controls.Add(this.label5);
this.Controls.Add(this.comBprofession);
this.Controls.Add(this.btnQuit);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.btnOk);
this.Controls.Add(this.comBClass);
this.Controls.Add(this.comBDeparture);
this.Controls.Add(this.txtStuName);
this.Controls.Add(this.txtStuNum);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "addstu";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "添加/修改";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.errorPnum)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.ComboBox comBClass;
public System.Windows.Forms.ComboBox comBDeparture;
public System.Windows.Forms.TextBox txtStuName;
public System.Windows.Forms.TextBox txtStuNum;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnOk;
public System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button btnQuit;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
public System.Windows.Forms.ComboBox comBprofession;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ErrorProvider errorPnum;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -