📄 formstudentsearch.designer.cs
字号:
namespace StudentManager
{
partial class FormStudentSearch
{
/// <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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.comboBoxEnterYear = new System.Windows.Forms.ComboBox();
this.comboBoxDepartment = new System.Windows.Forms.ComboBox();
this.radioButtonAll = new System.Windows.Forms.RadioButton();
this.radioButtonFemale = new System.Windows.Forms.RadioButton();
this.radioButtonMale = new System.Windows.Forms.RadioButton();
this.textBoxSAge = new System.Windows.Forms.TextBox();
this.labelEnterYear = new System.Windows.Forms.Label();
this.textBoxSNo = new System.Windows.Forms.TextBox();
this.textBoxSName = new System.Windows.Forms.TextBox();
this.labelDepartment = new System.Windows.Forms.Label();
this.labelSGender = new System.Windows.Forms.Label();
this.labelSAge = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.labelSNo = new System.Windows.Forms.Label();
this.buttonReset = new System.Windows.Forms.Button();
this.buttonSearch = new System.Windows.Forms.Button();
this.labelSName = new System.Windows.Forms.Label();
this.buttonClose = new System.Windows.Forms.Button();
this.dataGridViewPreView = new System.Windows.Forms.DataGridView();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewPreView)).BeginInit();
this.SuspendLayout();
//
// splitContainer1
//
this.splitContainer1.Location = new System.Drawing.Point(8, 18);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.comboBoxEnterYear);
this.splitContainer1.Panel1.Controls.Add(this.comboBoxDepartment);
this.splitContainer1.Panel1.Controls.Add(this.radioButtonAll);
this.splitContainer1.Panel1.Controls.Add(this.radioButtonFemale);
this.splitContainer1.Panel1.Controls.Add(this.radioButtonMale);
this.splitContainer1.Panel1.Controls.Add(this.textBoxSAge);
this.splitContainer1.Panel1.Controls.Add(this.labelEnterYear);
this.splitContainer1.Panel1.Controls.Add(this.textBoxSNo);
this.splitContainer1.Panel1.Controls.Add(this.textBoxSName);
this.splitContainer1.Panel1.Controls.Add(this.labelDepartment);
this.splitContainer1.Panel1.Controls.Add(this.labelSGender);
this.splitContainer1.Panel1.Controls.Add(this.labelSAge);
this.splitContainer1.Panel1.Controls.Add(this.label1);
this.splitContainer1.Panel1.Controls.Add(this.labelSNo);
this.splitContainer1.Panel1.Controls.Add(this.buttonReset);
this.splitContainer1.Panel1.Controls.Add(this.buttonSearch);
this.splitContainer1.Panel1.Controls.Add(this.labelSName);
this.splitContainer1.Panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.splitContainer1_Panel1_Paint);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.buttonClose);
this.splitContainer1.Panel2.Controls.Add(this.dataGridViewPreView);
this.splitContainer1.Size = new System.Drawing.Size(871, 507);
this.splitContainer1.SplitterDistance = 261;
this.splitContainer1.TabIndex = 5;
//
// comboBoxEnterYear
//
this.comboBoxEnterYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxEnterYear.FormattingEnabled = true;
this.comboBoxEnterYear.Items.AddRange(new object[] {
"2005",
"2006",
"2007",
"2008",
"2009",
"2010"});
this.comboBoxEnterYear.Location = new System.Drawing.Point(82, 308);
this.comboBoxEnterYear.Name = "comboBoxEnterYear";
this.comboBoxEnterYear.Size = new System.Drawing.Size(155, 20);
this.comboBoxEnterYear.TabIndex = 7;
//
// comboBoxDepartment
//
this.comboBoxDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxDepartment.FormattingEnabled = true;
this.comboBoxDepartment.Location = new System.Drawing.Point(82, 259);
this.comboBoxDepartment.Name = "comboBoxDepartment";
this.comboBoxDepartment.Size = new System.Drawing.Size(155, 20);
this.comboBoxDepartment.TabIndex = 6;
//
// radioButtonAll
//
this.radioButtonAll.AutoSize = true;
this.radioButtonAll.Location = new System.Drawing.Point(175, 237);
this.radioButtonAll.Name = "radioButtonAll";
this.radioButtonAll.Size = new System.Drawing.Size(47, 16);
this.radioButtonAll.TabIndex = 5;
this.radioButtonAll.Text = "全部";
this.radioButtonAll.UseVisualStyleBackColor = true;
//
// radioButtonFemale
//
this.radioButtonFemale.AutoSize = true;
this.radioButtonFemale.Location = new System.Drawing.Point(129, 236);
this.radioButtonFemale.Name = "radioButtonFemale";
this.radioButtonFemale.Size = new System.Drawing.Size(35, 16);
this.radioButtonFemale.TabIndex = 5;
this.radioButtonFemale.Text = "女";
this.radioButtonFemale.UseVisualStyleBackColor = true;
//
// radioButtonMale
//
this.radioButtonMale.AutoSize = true;
this.radioButtonMale.Location = new System.Drawing.Point(82, 236);
this.radioButtonMale.Name = "radioButtonMale";
this.radioButtonMale.Size = new System.Drawing.Size(35, 16);
this.radioButtonMale.TabIndex = 4;
this.radioButtonMale.Text = "男";
this.radioButtonMale.UseVisualStyleBackColor = true;
//
// textBoxSAge
//
this.textBoxSAge.Location = new System.Drawing.Point(82, 187);
this.textBoxSAge.Name = "textBoxSAge";
this.textBoxSAge.Size = new System.Drawing.Size(155, 21);
this.textBoxSAge.TabIndex = 3;
//
// labelEnterYear
//
this.labelEnterYear.AutoSize = true;
this.labelEnterYear.Location = new System.Drawing.Point(9, 312);
this.labelEnterYear.Name = "labelEnterYear";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -