mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-10 08:51:34 +08:00
Add clear button to all filter
This commit is contained in:
11
Source/GrasscutterTools/Pages/PageQuest.Designer.cs
generated
11
Source/GrasscutterTools/Pages/PageQuest.Designer.cs
generated
@@ -38,6 +38,7 @@
|
||||
this.LblQuestDescription = new System.Windows.Forms.Label();
|
||||
this.TxtQuestFilter = new System.Windows.Forms.TextBox();
|
||||
this.ListQuest = new System.Windows.Forms.ListBox();
|
||||
this.LblClearFilter = new System.Windows.Forms.Label();
|
||||
this.GrpQuestFilters.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
@@ -107,10 +108,19 @@
|
||||
this.ListQuest.FormattingEnabled = true;
|
||||
this.ListQuest.Name = "ListQuest";
|
||||
//
|
||||
// LblClearFilter
|
||||
//
|
||||
resources.ApplyResources(this.LblClearFilter, "LblClearFilter");
|
||||
this.LblClearFilter.BackColor = System.Drawing.Color.White;
|
||||
this.LblClearFilter.Cursor = System.Windows.Forms.Cursors.Hand;
|
||||
this.LblClearFilter.Name = "LblClearFilter";
|
||||
this.LblClearFilter.Click += new System.EventHandler(this.LblClearFilter_Click);
|
||||
//
|
||||
// PageQuest
|
||||
//
|
||||
resources.ApplyResources(this, "$this");
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.LblClearFilter);
|
||||
this.Controls.Add(this.GrpQuestFilters);
|
||||
this.Controls.Add(this.BtnFinishQuest);
|
||||
this.Controls.Add(this.BtnAddQuest);
|
||||
@@ -136,5 +146,6 @@
|
||||
private System.Windows.Forms.Label LblQuestDescription;
|
||||
private System.Windows.Forms.TextBox TxtQuestFilter;
|
||||
private System.Windows.Forms.ListBox ListQuest;
|
||||
private System.Windows.Forms.Label LblClearFilter;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user