📄 studentmanage.designer.cs
字号:
namespace StudentManager
{
partial class StudentManage
{
/// <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.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnApply1 = new System.Windows.Forms.Button();
this.comboBoxClass = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.comboBoxDepartment = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.btnlast = new System.Windows.Forms.Button();
this.btnnext = new System.Windows.Forms.Button();
this.textBoxRecord = new System.Windows.Forms.TextBox();
this.btnbehind = new System.Windows.Forms.Button();
this.btnfrist = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btnModify = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.btnApply2 = new System.Windows.Forms.Button();
this.btnCancle = new System.Windows.Forms.Button();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.btnchoice = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.textBoxIntime = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.textBoxNationplace = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.textBoxpower = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.textBoxNation = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.numericUpDownAge = new System.Windows.Forms.NumericUpDown();
this.label9 = new System.Windows.Forms.Label();
this.comboBoxSex = new System.Windows.Forms.ComboBox();
this.label8 = new System.Windows.Forms.Label();
this.textBoxName = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.textBoxID = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.textBoxClass = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.textBoxDepartment = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btnExit = new System.Windows.Forms.Button();
this.bindingSource1 = new System.Windows.Forms.BindingSource(this.components);
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.groupBox3.SuspendLayout();
this.groupBox4.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDownAge)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
this.SuspendLayout();
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnApply1);
this.groupBox1.Controls.Add(this.comboBoxClass);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.comboBoxDepartment);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(25, 27);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(481, 63);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
//
// btnApply1
//
this.btnApply1.Location = new System.Drawing.Point(404, 27);
this.btnApply1.Name = "btnApply1";
this.btnApply1.Size = new System.Drawing.Size(52, 23);
this.btnApply1.TabIndex = 4;
this.btnApply1.Text = "确认";
this.btnApply1.UseVisualStyleBackColor = true;
this.btnApply1.Click += new System.EventHandler(this.btnApply1_Click);
//
// comboBoxClass
//
this.comboBoxClass.FormattingEnabled = true;
this.comboBoxClass.Location = new System.Drawing.Point(265, 27);
this.comboBoxClass.Name = "comboBoxClass";
this.comboBoxClass.Size = new System.Drawing.Size(121, 20);
this.comboBoxClass.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(208, 30);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 12);
this.label2.TabIndex = 2;
this.label2.Text = "班级 :";
//
// comboBoxDepartment
//
this.comboBoxDepartment.FormattingEnabled = true;
this.comboBoxDepartment.Location = new System.Drawing.Point(65, 27);
this.comboBoxDepartment.Name = "comboBoxDepartment";
this.comboBoxDepartment.Size = new System.Drawing.Size(121, 20);
this.comboBoxDepartment.TabIndex = 1;
this.comboBoxDepartment.SelectedIndexChanged += new System.EventHandler(this.comboBoxDepartment_SelectedIndexChanged);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(18, 30);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 0;
this.label1.Text = "院系 :";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.dataGridView1);
this.groupBox2.Controls.Add(this.btnlast);
this.groupBox2.Controls.Add(this.btnnext);
this.groupBox2.Controls.Add(this.textBoxRecord);
this.groupBox2.Controls.Add(this.btnbehind);
this.groupBox2.Controls.Add(this.btnfrist);
this.groupBox2.Location = new System.Drawing.Point(25, 134);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(481, 372);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "本班同学记录";
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(35, 111);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(421, 219);
this.dataGridView1.TabIndex = 5;
//
// btnlast
//
this.btnlast.Location = new System.Drawing.Point(392, 42);
this.btnlast.Name = "btnlast";
this.btnlast.Size = new System.Drawing.Size(75, 23);
this.btnlast.TabIndex = 4;
this.btnlast.Text = "最后一条";
this.btnlast.UseVisualStyleBackColor = true;
this.btnlast.Click += new System.EventHandler(this.btnlast_Click);
//
// btnnext
//
this.btnnext.Location = new System.Drawing.Point(311, 42);
this.btnnext.Name = "btnnext";
this.btnnext.Size = new System.Drawing.Size(75, 23);
this.btnnext.TabIndex = 3;
this.btnnext.Text = "下一条";
this.btnnext.UseVisualStyleBackColor = true;
this.btnnext.Click += new System.EventHandler(this.btnnext_Click);
//
// textBoxRecord
//
this.textBoxRecord.Location = new System.Drawing.Point(193, 44);
this.textBoxRecord.Name = "textBoxRecord";
this.textBoxRecord.Size = new System.Drawing.Size(100, 21);
this.textBoxRecord.TabIndex = 2;
//
// btnbehind
//
this.btnbehind.Location = new System.Drawing.Point(101, 42);
this.btnbehind.Name = "btnbehind";
this.btnbehind.Size = new System.Drawing.Size(75, 23);
this.btnbehind.TabIndex = 1;
this.btnbehind.Text = "上一条";
this.btnbehind.UseVisualStyleBackColor = true;
this.btnbehind.Click += new System.EventHandler(this.btnbehind_Click);
//
// btnfrist
//
this.btnfrist.Location = new System.Drawing.Point(20, 42);
this.btnfrist.Name = "btnfrist";
this.btnfrist.Size = new System.Drawing.Size(75, 23);
this.btnfrist.TabIndex = 0;
this.btnfrist.Text = "第一条";
this.btnfrist.UseVisualStyleBackColor = true;
this.btnfrist.Click += new System.EventHandler(this.btnfrist_Click);
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btnModify);
this.groupBox3.Controls.Add(this.btnAdd);
this.groupBox3.Location = new System.Drawing.Point(540, 32);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(212, 58);
this.groupBox3.TabIndex = 2;
this.groupBox3.TabStop = false;
//
// btnModify
//
this.btnModify.Location = new System.Drawing.Point(117, 20);
this.btnModify.Name = "btnModify";
this.btnModify.Size = new System.Drawing.Size(75, 23);
this.btnModify.TabIndex = 1;
this.btnModify.Text = "修改";
this.btnModify.UseVisualStyleBackColor = true;
this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
//
// btnAdd
//
this.btnAdd.Location = new System.Drawing.Point(17, 20);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(75, 23);
this.btnAdd.TabIndex = 0;
this.btnAdd.Text = "添加";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnApply2
//
this.btnApply2.Location = new System.Drawing.Point(796, 46);
this.btnApply2.Name = "btnApply2";
this.btnApply2.Size = new System.Drawing.Size(61, 23);
this.btnApply2.TabIndex = 3;
this.btnApply2.Text = "确定";
this.btnApply2.UseVisualStyleBackColor = true;
this.btnApply2.Click += new System.EventHandler(this.btnApply2_Click);
//
// btnCancle
//
this.btnCancle.Location = new System.Drawing.Point(796, 67);
this.btnCancle.Name = "btnCancle";
this.btnCancle.Size = new System.Drawing.Size(61, 23);
this.btnCancle.TabIndex = 4;
this.btnCancle.Text = "取消";
this.btnCancle.UseVisualStyleBackColor = true;
this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.btnchoice);
this.groupBox4.Controls.Add(this.pictureBox1);
this.groupBox4.Controls.Add(this.textBoxIntime);
this.groupBox4.Controls.Add(this.label13);
this.groupBox4.Controls.Add(this.textBoxNationplace);
this.groupBox4.Controls.Add(this.label12);
this.groupBox4.Controls.Add(this.textBoxpower);
this.groupBox4.Controls.Add(this.label11);
this.groupBox4.Controls.Add(this.textBoxNation);
this.groupBox4.Controls.Add(this.label10);
this.groupBox4.Controls.Add(this.numericUpDownAge);
this.groupBox4.Controls.Add(this.label9);
this.groupBox4.Controls.Add(this.comboBoxSex);
this.groupBox4.Controls.Add(this.label8);
this.groupBox4.Controls.Add(this.textBoxName);
this.groupBox4.Controls.Add(this.label7);
this.groupBox4.Controls.Add(this.textBoxID);
this.groupBox4.Controls.Add(this.label6);
this.groupBox4.Controls.Add(this.textBoxClass);
this.groupBox4.Controls.Add(this.label5);
this.groupBox4.Controls.Add(this.textBoxDepartment);
this.groupBox4.Controls.Add(this.label4);
this.groupBox4.Controls.Add(this.label3);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -