diff options
| author | Alee14 <alee14498@gmail.com> | 2017-05-08 21:38:36 -0400 |
|---|---|---|
| committer | Alee14 <alee14498@gmail.com> | 2017-05-08 21:38:36 -0400 |
| commit | 1afa1110bc63b13a64b00066a3c2cc71b8a35c7f (patch) | |
| tree | 2acf2b4a18c94a1fd7a5d06783650599edf11d92 /AleeBrowser/Form1.Designer.cs | |
| parent | 36867384aad002932fc3f4edd59f097e72ab344a (diff) | |
| download | AleeBrowser-WinForms-1afa1110bc63b13a64b00066a3c2cc71b8a35c7f.tar.gz AleeBrowser-WinForms-1afa1110bc63b13a64b00066a3c2cc71b8a35c7f.tar.bz2 AleeBrowser-WinForms-1afa1110bc63b13a64b00066a3c2cc71b8a35c7f.zip | |
New Shortcut!
Diffstat (limited to 'AleeBrowser/Form1.Designer.cs')
| -rw-r--r-- | AleeBrowser/Form1.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AleeBrowser/Form1.Designer.cs b/AleeBrowser/Form1.Designer.cs index 1264d65..06ea940 100644 --- a/AleeBrowser/Form1.Designer.cs +++ b/AleeBrowser/Form1.Designer.cs @@ -70,7 +70,7 @@ this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(87, 13); this.label2.TabIndex = 5; - this.label2.Text = "Alpha 0.1 Build 4"; + this.label2.Text = "Alpha 0.2 Build 5"; // // button4 // @@ -93,6 +93,7 @@ this.textBox1.Size = new System.Drawing.Size(889, 20); this.textBox1.TabIndex = 7; this.textBox1.Text = "http://"; + this.textBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBox1_KeyPress); // // webBrowser1 // |
