📄 formsortfilter.designer.cs
字号:
namespace SortAndFilter
{
partial class FormSortFilter
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.学号DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.姓名DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.性别DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.出生日期DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.学院编码DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.成绩DataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.照片DataGridViewImageColumn = new System.Windows.Forms.DataGridViewImageColumn();
this.myTable2BindingSource = new System.Windows.Forms.BindingSource(this.components);
this.myDatabaseDataSet = new SortAndFilter.MyDatabaseDataSet();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.buttonRemoveSort = new System.Windows.Forms.Button();
this.buttonSortMoveDown = new System.Windows.Forms.Button();
this.buttonSortMoveUp = new System.Windows.Forms.Button();
this.listBoxSort = new System.Windows.Forms.ListBox();
this.textBoxSortString = new System.Windows.Forms.TextBox();
this.buttonAddSort = new System.Windows.Forms.Button();
this.radioButtonDesc = new System.Windows.Forms.RadioButton();
this.radioButtonAsc = new System.Windows.Forms.RadioButton();
this.comboBoxSortFileld = new System.Windows.Forms.ComboBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.textBoxFilterString = new System.Windows.Forms.TextBox();
this.buttonAddLogicOperator = new System.Windows.Forms.Button();
this.buttonAddFilter = new System.Windows.Forms.Button();
this.radioButtonOr = new System.Windows.Forms.RadioButton();
this.radioButtonAnd = new System.Windows.Forms.RadioButton();
this.buttonRemoveFilter = new System.Windows.Forms.Button();
this.buttonFilterMoveDown = new System.Windows.Forms.Button();
this.buttonFilterMoveUp = new System.Windows.Forms.Button();
this.listBoxFilter = new System.Windows.Forms.ListBox();
this.textBoxConstant = new System.Windows.Forms.TextBox();
this.comboBoxOperator = new System.Windows.Forms.ComboBox();
this.comboBoxFilterFileld = new System.Windows.Forms.ComboBox();
this.buttonSetSort = new System.Windows.Forms.Button();
this.buttonSetFilter = new System.Windows.Forms.Button();
this.myTable2TableAdapter = new SortAndFilter.MyDatabaseDataSetTableAdapters.MyTable2TableAdapter();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.myTable2BindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.myDatabaseDataSet)).BeginInit();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.AutoGenerateColumns = false;
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.学号DataGridViewTextBoxColumn,
this.姓名DataGridViewTextBoxColumn,
this.性别DataGridViewTextBoxColumn,
this.出生日期DataGridViewTextBoxColumn,
this.学院编码DataGridViewTextBoxColumn,
this.成绩DataGridViewTextBoxColumn,
this.照片DataGridViewImageColumn});
this.dataGridView1.DataSource = this.myTable2BindingSource;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.dataGridView1.Location = new System.Drawing.Point(0, 370);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(578, 108);
this.dataGridView1.TabIndex = 0;
//
// 学号DataGridViewTextBoxColumn
//
this.学号DataGridViewTextBoxColumn.DataPropertyName = "学号";
this.学号DataGridViewTextBoxColumn.HeaderText = "学号";
this.学号DataGridViewTextBoxColumn.Name = "学号DataGridViewTextBoxColumn";
//
// 姓名DataGridViewTextBoxColumn
//
this.姓名DataGridViewTextBoxColumn.DataPropertyName = "姓名";
this.姓名DataGridViewTextBoxColumn.HeaderText = "姓名";
this.姓名DataGridViewTextBoxColumn.Name = "姓名DataGridViewTextBoxColumn";
//
// 性别DataGridViewTextBoxColumn
//
this.性别DataGridViewTextBoxColumn.DataPropertyName = "性别";
this.性别DataGridViewTextBoxColumn.HeaderText = "性别";
this.性别DataGridViewTextBoxColumn.Name = "性别DataGridViewTextBoxColumn";
//
// 出生日期DataGridViewTextBoxColumn
//
this.出生日期DataGridViewTextBoxColumn.DataPropertyName = "出生日期";
this.出生日期DataGridViewTextBoxColumn.HeaderText = "出生日期";
this.出生日期DataGridViewTextBoxColumn.Name = "出生日期DataGridViewTextBoxColumn";
//
// 学院编码DataGridViewTextBoxColumn
//
this.学院编码DataGridViewTextBoxColumn.DataPropertyName = "学院编码";
this.学院编码DataGridViewTextBoxColumn.HeaderText = "学院编码";
this.学院编码DataGridViewTextBoxColumn.Name = "学院编码DataGridViewTextBoxColumn";
//
// 成绩DataGridViewTextBoxColumn
//
this.成绩DataGridViewTextBoxColumn.DataPropertyName = "成绩";
this.成绩DataGridViewTextBoxColumn.HeaderText = "成绩";
this.成绩DataGridViewTextBoxColumn.Name = "成绩DataGridViewTextBoxColumn";
//
// 照片DataGridViewImageColumn
//
this.照片DataGridViewImageColumn.DataPropertyName = "照片";
this.照片DataGridViewImageColumn.HeaderText = "照片";
this.照片DataGridViewImageColumn.Name = "照片DataGridViewImageColumn";
//
// myTable2BindingSource
//
this.myTable2BindingSource.DataMember = "MyTable2";
this.myTable2BindingSource.DataSource = this.myDatabaseDataSet;
//
// myDatabaseDataSet
//
this.myDatabaseDataSet.DataSetName = "MyDatabaseDataSet";
this.myDatabaseDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.buttonRemoveSort);
this.groupBox1.Controls.Add(this.buttonSortMoveDown);
this.groupBox1.Controls.Add(this.buttonSortMoveUp);
this.groupBox1.Controls.Add(this.listBoxSort);
this.groupBox1.Controls.Add(this.textBoxSortString);
this.groupBox1.Controls.Add(this.buttonAddSort);
this.groupBox1.Controls.Add(this.radioButtonDesc);
this.groupBox1.Controls.Add(this.radioButtonAsc);
this.groupBox1.Controls.Add(this.comboBoxSortFileld);
this.groupBox1.Location = new System.Drawing.Point(11, 10);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(496, 147);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "排序字段";
//
// buttonRemoveSort
//
this.buttonRemoveSort.Location = new System.Drawing.Point(398, 87);
this.buttonRemoveSort.Name = "buttonRemoveSort";
this.buttonRemoveSort.Size = new System.Drawing.Size(49, 30);
this.buttonRemoveSort.TabIndex = 6;
this.buttonRemoveSort.Text = "移除";
this.buttonRemoveSort.UseVisualStyleBackColor = true;
this.buttonRemoveSort.Click += new System.EventHandler(this.buttonRemoveSort_Click);
//
// buttonSortMoveDown
//
this.buttonSortMoveDown.Location = new System.Drawing.Point(398, 52);
this.buttonSortMoveDown.Name = "buttonSortMoveDown";
this.buttonSortMoveDown.Size = new System.Drawing.Size(49, 30);
this.buttonSortMoveDown.TabIndex = 6;
this.buttonSortMoveDown.Text = "↓";
this.buttonSortMoveDown.UseVisualStyleBackColor = true;
this.buttonSortMoveDown.Click += new System.EventHandler(this.buttonSortMoveDown_Click);
//
// buttonSortMoveUp
//
this.buttonSortMoveUp.Location = new System.Drawing.Point(398, 16);
this.buttonSortMoveUp.Name = "buttonSortMoveUp";
this.buttonSortMoveUp.Size = new System.Drawing.Size(49, 30);
this.buttonSortMoveUp.TabIndex = 6;
this.buttonSortMoveUp.Text = "↑";
this.buttonSortMoveUp.UseVisualStyleBackColor = true;
this.buttonSortMoveUp.Click += new System.EventHandler(this.buttonSortMoveUp_Click);
//
// listBoxSort
//
this.listBoxSort.FormattingEnabled = true;
this.listBoxSort.ItemHeight = 12;
this.listBoxSort.Location = new System.Drawing.Point(226, 21);
this.listBoxSort.Name = "listBoxSort";
this.listBoxSort.Size = new System.Drawing.Size(149, 88);
this.listBoxSort.TabIndex = 5;
//
// textBoxSortString
//
this.textBoxSortString.Location = new System.Drawing.Point(16, 120);
this.textBoxSortString.Name = "textBoxSortString";
this.textBoxSortString.Size = new System.Drawing.Size(451, 21);
this.textBoxSortString.TabIndex = 4;
//
// buttonAddSort
//
this.buttonAddSort.Location = new System.Drawing.Point(136, 69);
this.buttonAddSort.Name = "buttonAddSort";
this.buttonAddSort.Size = new System.Drawing.Size(60, 26);
this.buttonAddSort.TabIndex = 3;
this.buttonAddSort.Text = "添加";
this.buttonAddSort.UseVisualStyleBackColor = true;
this.buttonAddSort.Click += new System.EventHandler(this.buttonAddSort_Click);
//
// radioButtonDesc
//
this.radioButtonDesc.AutoSize = true;
this.radioButtonDesc.Location = new System.Drawing.Point(70, 79);
this.radioButtonDesc.Name = "radioButtonDesc";
this.radioButtonDesc.Size = new System.Drawing.Size(47, 16);
this.radioButtonDesc.TabIndex = 2;
this.radioButtonDesc.TabStop = true;
this.radioButtonDesc.Text = "降序";
this.radioButtonDesc.UseVisualStyleBackColor = true;
//
// radioButtonAsc
//
this.radioButtonAsc.AutoSize = true;
this.radioButtonAsc.Location = new System.Drawing.Point(16, 79);
this.radioButtonAsc.Name = "radioButtonAsc";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -