📄 formscoresearch.designer.cs
字号:
namespace StudentManager
{
partial class FormScoreSearch
{
/// <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.comboBoxCourse = new System.Windows.Forms.ComboBox();
this.label2 = new System.Windows.Forms.Label();
this.textBoxScore2 = new System.Windows.Forms.TextBox();
this.textBoxScore1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.labelScore = 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.comboBoxCourse);
this.splitContainer1.Panel1.Controls.Add(this.label2);
this.splitContainer1.Panel1.Controls.Add(this.textBoxScore2);
this.splitContainer1.Panel1.Controls.Add(this.textBoxScore1);
this.splitContainer1.Panel1.Controls.Add(this.label1);
this.splitContainer1.Panel1.Controls.Add(this.labelScore);
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 = 6;
//
// comboBoxCourse
//
this.comboBoxCourse.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxCourse.FormattingEnabled = true;
this.comboBoxCourse.Location = new System.Drawing.Point(82, 142);
this.comboBoxCourse.Name = "comboBoxCourse";
this.comboBoxCourse.Size = new System.Drawing.Size(163, 20);
this.comboBoxCourse.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(152, 97);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 10;
this.label2.Text = "~";
//
// textBoxScore2
//
this.textBoxScore2.Location = new System.Drawing.Point(175, 94);
this.textBoxScore2.Name = "textBoxScore2";
this.textBoxScore2.Size = new System.Drawing.Size(70, 21);
this.textBoxScore2.TabIndex = 2;
//
// textBoxScore1
//
this.textBoxScore1.Location = new System.Drawing.Point(82, 94);
this.textBoxScore1.Name = "textBoxScore1";
this.textBoxScore1.Size = new System.Drawing.Size(64, 21);
this.textBoxScore1.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.ForeColor = System.Drawing.Color.Red;
this.label1.Location = new System.Drawing.Point(9, 32);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(245, 12);
this.label1.TabIndex = 2;
this.label1.Text = "说明:输入查询条件,条件满足“与”关系!";
//
// labelScore
//
this.labelScore.AutoSize = true;
this.labelScore.Location = new System.Drawing.Point(8, 97);
this.labelScore.Name = "labelScore";
this.labelScore.Size = new System.Drawing.Size(53, 12);
this.labelScore.TabIndex = 2;
this.labelScore.Text = "成绩范围";
this.labelScore.Click += new System.EventHandler(this.labelScore_Click);
//
// buttonReset
//
this.buttonReset.Location = new System.Drawing.Point(162, 200);
this.buttonReset.Name = "buttonReset";
this.buttonReset.Size = new System.Drawing.Size(75, 23);
this.buttonReset.TabIndex = 5;
this.buttonReset.Text = "重置";
this.buttonReset.UseVisualStyleBackColor = true;
//
// buttonSearch
//
this.buttonSearch.Location = new System.Drawing.Point(46, 200);
this.buttonSearch.Name = "buttonSearch";
this.buttonSearch.Size = new System.Drawing.Size(75, 23);
this.buttonSearch.TabIndex = 4;
this.buttonSearch.Text = "查询";
this.buttonSearch.UseVisualStyleBackColor = true;
this.buttonSearch.Click += new System.EventHandler(this.buttonSearch_Click);
//
// labelSName
//
this.labelSName.AutoSize = true;
this.labelSName.Location = new System.Drawing.Point(8, 145);
this.labelSName.Name = "labelSName";
this.labelSName.Size = new System.Drawing.Size(53, 12);
this.labelSName.TabIndex = 2;
this.labelSName.Text = "课程名称";
//
// buttonClose
//
this.buttonClose.Location = new System.Drawing.Point(528, 472);
this.buttonClose.Name = "buttonClose";
this.buttonClose.Size = new System.Drawing.Size(75, 23);
this.buttonClose.TabIndex = 8;
this.buttonClose.Text = "关闭";
this.buttonClose.UseVisualStyleBackColor = true;
//
// dataGridViewPreView
//
this.dataGridViewPreView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
this.dataGridViewPreView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.AllCells;
this.dataGridViewPreView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewPreView.Location = new System.Drawing.Point(6, 3);
this.dataGridViewPreView.Name = "dataGridViewPreView";
this.dataGridViewPreView.RowTemplate.Height = 23;
this.dataGridViewPreView.Size = new System.Drawing.Size(597, 459);
this.dataGridViewPreView.TabIndex = 0;
this.dataGridViewPreView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridViewPreView_CellContentClick);
//
// FormScoreSearch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(886, 543);
this.Controls.Add(this.splitContainer1);
this.Name = "FormScoreSearch";
this.Text = "查询课程成绩";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.FormScoreSearch_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel1.PerformLayout();
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dataGridViewPreView)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TextBox textBoxScore1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labelScore;
private System.Windows.Forms.Button buttonReset;
private System.Windows.Forms.Button buttonSearch;
private System.Windows.Forms.Label labelSName;
private System.Windows.Forms.Button buttonClose;
private System.Windows.Forms.DataGridView dataGridViewPreView;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBoxScore2;
private System.Windows.Forms.ComboBox comboBoxCourse;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -