📄 formsortfilter.designer.cs
字号:
this.radioButtonAsc.Size = new System.Drawing.Size(47, 16);
this.radioButtonAsc.TabIndex = 1;
this.radioButtonAsc.TabStop = true;
this.radioButtonAsc.Text = "升序";
this.radioButtonAsc.UseVisualStyleBackColor = true;
//
// comboBoxSortFileld
//
this.comboBoxSortFileld.FormattingEnabled = true;
this.comboBoxSortFileld.Location = new System.Drawing.Point(16, 33);
this.comboBoxSortFileld.Name = "comboBoxSortFileld";
this.comboBoxSortFileld.Size = new System.Drawing.Size(180, 20);
this.comboBoxSortFileld.TabIndex = 0;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.textBoxFilterString);
this.groupBox2.Controls.Add(this.buttonAddLogicOperator);
this.groupBox2.Controls.Add(this.buttonAddFilter);
this.groupBox2.Controls.Add(this.radioButtonOr);
this.groupBox2.Controls.Add(this.radioButtonAnd);
this.groupBox2.Controls.Add(this.buttonRemoveFilter);
this.groupBox2.Controls.Add(this.buttonFilterMoveDown);
this.groupBox2.Controls.Add(this.buttonFilterMoveUp);
this.groupBox2.Controls.Add(this.listBoxFilter);
this.groupBox2.Controls.Add(this.textBoxConstant);
this.groupBox2.Controls.Add(this.comboBoxOperator);
this.groupBox2.Controls.Add(this.comboBoxFilterFileld);
this.groupBox2.Location = new System.Drawing.Point(11, 173);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(494, 163);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "过滤条件";
//
// textBoxFilterString
//
this.textBoxFilterString.Location = new System.Drawing.Point(17, 133);
this.textBoxFilterString.Name = "textBoxFilterString";
this.textBoxFilterString.Size = new System.Drawing.Size(439, 21);
this.textBoxFilterString.TabIndex = 14;
//
// buttonAddLogicOperator
//
this.buttonAddLogicOperator.Location = new System.Drawing.Point(106, 98);
this.buttonAddLogicOperator.Name = "buttonAddLogicOperator";
this.buttonAddLogicOperator.Size = new System.Drawing.Size(93, 24);
this.buttonAddLogicOperator.TabIndex = 13;
this.buttonAddLogicOperator.Text = "添加连接符";
this.buttonAddLogicOperator.UseVisualStyleBackColor = true;
this.buttonAddLogicOperator.Click += new System.EventHandler(this.buttonAddLogicOperator_Click);
//
// buttonAddFilter
//
this.buttonAddFilter.Location = new System.Drawing.Point(27, 98);
this.buttonAddFilter.Name = "buttonAddFilter";
this.buttonAddFilter.Size = new System.Drawing.Size(62, 24);
this.buttonAddFilter.TabIndex = 12;
this.buttonAddFilter.Text = "添加条件";
this.buttonAddFilter.UseVisualStyleBackColor = true;
this.buttonAddFilter.Click += new System.EventHandler(this.buttonAddFilter_Click);
//
// radioButtonOr
//
this.radioButtonOr.AutoSize = true;
this.radioButtonOr.Location = new System.Drawing.Point(137, 70);
this.radioButtonOr.Name = "radioButtonOr";
this.radioButtonOr.Size = new System.Drawing.Size(35, 16);
this.radioButtonOr.TabIndex = 11;
this.radioButtonOr.TabStop = true;
this.radioButtonOr.Text = "OR";
this.radioButtonOr.UseVisualStyleBackColor = true;
//
// radioButtonAnd
//
this.radioButtonAnd.AutoSize = true;
this.radioButtonAnd.Location = new System.Drawing.Point(48, 70);
this.radioButtonAnd.Name = "radioButtonAnd";
this.radioButtonAnd.Size = new System.Drawing.Size(41, 16);
this.radioButtonAnd.TabIndex = 10;
this.radioButtonAnd.TabStop = true;
this.radioButtonAnd.Text = "AND";
this.radioButtonAnd.UseVisualStyleBackColor = true;
//
// buttonRemoveFilter
//
this.buttonRemoveFilter.Location = new System.Drawing.Point(398, 92);
this.buttonRemoveFilter.Name = "buttonRemoveFilter";
this.buttonRemoveFilter.Size = new System.Drawing.Size(49, 30);
this.buttonRemoveFilter.TabIndex = 9;
this.buttonRemoveFilter.Text = "移除";
this.buttonRemoveFilter.UseVisualStyleBackColor = true;
this.buttonRemoveFilter.Click += new System.EventHandler(this.buttonRemoveFilter_Click);
//
// buttonFilterMoveDown
//
this.buttonFilterMoveDown.Location = new System.Drawing.Point(398, 56);
this.buttonFilterMoveDown.Name = "buttonFilterMoveDown";
this.buttonFilterMoveDown.Size = new System.Drawing.Size(49, 30);
this.buttonFilterMoveDown.TabIndex = 8;
this.buttonFilterMoveDown.Text = "↓";
this.buttonFilterMoveDown.UseVisualStyleBackColor = true;
this.buttonFilterMoveDown.Click += new System.EventHandler(this.buttonFilterMoveDown_Click);
//
// buttonFilterMoveUp
//
this.buttonFilterMoveUp.Location = new System.Drawing.Point(398, 20);
this.buttonFilterMoveUp.Name = "buttonFilterMoveUp";
this.buttonFilterMoveUp.Size = new System.Drawing.Size(49, 30);
this.buttonFilterMoveUp.TabIndex = 7;
this.buttonFilterMoveUp.Text = "↑";
this.buttonFilterMoveUp.UseVisualStyleBackColor = true;
this.buttonFilterMoveUp.Click += new System.EventHandler(this.buttonFilterMoveUp_Click);
//
// listBoxFilter
//
this.listBoxFilter.FormattingEnabled = true;
this.listBoxFilter.ItemHeight = 12;
this.listBoxFilter.Location = new System.Drawing.Point(226, 24);
this.listBoxFilter.Name = "listBoxFilter";
this.listBoxFilter.Size = new System.Drawing.Size(148, 88);
this.listBoxFilter.TabIndex = 3;
//
// textBoxConstant
//
this.textBoxConstant.Location = new System.Drawing.Point(161, 31);
this.textBoxConstant.Name = "textBoxConstant";
this.textBoxConstant.Size = new System.Drawing.Size(52, 21);
this.textBoxConstant.TabIndex = 2;
//
// comboBoxOperator
//
this.comboBoxOperator.FormattingEnabled = true;
this.comboBoxOperator.Location = new System.Drawing.Point(106, 32);
this.comboBoxOperator.Name = "comboBoxOperator";
this.comboBoxOperator.Size = new System.Drawing.Size(39, 20);
this.comboBoxOperator.TabIndex = 1;
//
// comboBoxFilterFileld
//
this.comboBoxFilterFileld.FormattingEnabled = true;
this.comboBoxFilterFileld.Location = new System.Drawing.Point(16, 32);
this.comboBoxFilterFileld.Name = "comboBoxFilterFileld";
this.comboBoxFilterFileld.Size = new System.Drawing.Size(73, 20);
this.comboBoxFilterFileld.TabIndex = 0;
//
// buttonSetSort
//
this.buttonSetSort.Location = new System.Drawing.Point(38, 342);
this.buttonSetSort.Name = "buttonSetSort";
this.buttonSetSort.Size = new System.Drawing.Size(168, 26);
this.buttonSetSort.TabIndex = 3;
this.buttonSetSort.Text = "更新排序条件";
this.buttonSetSort.UseVisualStyleBackColor = true;
this.buttonSetSort.Click += new System.EventHandler(this.buttonSetSort_Click);
//
// buttonSetFilter
//
this.buttonSetFilter.Location = new System.Drawing.Point(249, 342);
this.buttonSetFilter.Name = "buttonSetFilter";
this.buttonSetFilter.Size = new System.Drawing.Size(168, 26);
this.buttonSetFilter.TabIndex = 3;
this.buttonSetFilter.Text = "更新过滤条件";
this.buttonSetFilter.UseVisualStyleBackColor = true;
this.buttonSetFilter.Click += new System.EventHandler(this.buttonSetFilter_Click);
//
// myTable2TableAdapter
//
this.myTable2TableAdapter.ClearBeforeFill = true;
//
// FormSortFilter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(578, 478);
this.Controls.Add(this.buttonSetFilter);
this.Controls.Add(this.buttonSetSort);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.dataGridView1);
this.Name = "FormSortFilter";
this.Text = "Form1";
this.Load += new System.EventHandler(this.FormSortFilter_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.myTable2BindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.myDatabaseDataSet)).EndInit();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button buttonAddSort;
private System.Windows.Forms.RadioButton radioButtonDesc;
private System.Windows.Forms.RadioButton radioButtonAsc;
private System.Windows.Forms.ComboBox comboBoxSortFileld;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button buttonRemoveSort;
private System.Windows.Forms.Button buttonSortMoveDown;
private System.Windows.Forms.Button buttonSortMoveUp;
private System.Windows.Forms.ListBox listBoxSort;
private System.Windows.Forms.TextBox textBoxSortString;
private System.Windows.Forms.ComboBox comboBoxOperator;
private System.Windows.Forms.ComboBox comboBoxFilterFileld;
private System.Windows.Forms.RadioButton radioButtonOr;
private System.Windows.Forms.RadioButton radioButtonAnd;
private System.Windows.Forms.Button buttonRemoveFilter;
private System.Windows.Forms.Button buttonFilterMoveDown;
private System.Windows.Forms.Button buttonFilterMoveUp;
private System.Windows.Forms.ListBox listBoxFilter;
private System.Windows.Forms.TextBox textBoxConstant;
private System.Windows.Forms.TextBox textBoxFilterString;
private System.Windows.Forms.Button buttonAddLogicOperator;
private System.Windows.Forms.Button buttonAddFilter;
private System.Windows.Forms.Button buttonSetSort;
private System.Windows.Forms.Button buttonSetFilter;
private MyDatabaseDataSet myDatabaseDataSet;
private System.Windows.Forms.BindingSource myTable2BindingSource;
private SortAndFilter.MyDatabaseDataSetTableAdapters.MyTable2TableAdapter myTable2TableAdapter;
private System.Windows.Forms.DataGridViewTextBoxColumn 学号DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 姓名DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 性别DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 出生日期DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 学院编码DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn 成绩DataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewImageColumn 照片DataGridViewImageColumn;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -