diff options
| author | Michael <[email protected]> | 2017-02-26 10:11:58 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-26 10:11:58 -0500 |
| commit | 8d72f2c4d4ac742f942262159b5195bb44875846 (patch) | |
| tree | 27432bb5e74d563761714b4a6d9a9b5dfe24b492 /ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs | |
| parent | 46d53ae12844a095913cd0fc784446d56d16048d (diff) | |
| download | shiftos_thereturn-8d72f2c4d4ac742f942262159b5195bb44875846.tar.gz shiftos_thereturn-8d72f2c4d4ac742f942262159b5195bb44875846.tar.bz2 shiftos_thereturn-8d72f2c4d4ac742f942262159b5195bb44875846.zip | |
shiftletters improvements
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs b/ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs index 48e77bf..0692244 100644 --- a/ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs +++ b/ShiftOS.WinForms/Applications/ShiftLetters.Designer.cs @@ -68,8 +68,10 @@ namespace ShiftOS.WinForms.Applications this.lblword.RightToLeft = System.Windows.Forms.RightToLeft.No; this.lblword.Size = new System.Drawing.Size(302, 22); this.lblword.TabIndex = 1; + this.lblword.Tag = "header3"; this.lblword.Text = "Choose a wordlist from the box below."; this.lblword.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; + this.lblword.TextChanged += new System.EventHandler(this.lblword_TextChanged); // // tbguess // |
