diff options
| author | Jacob Palecki <[email protected]> | 2020-07-29 20:10:18 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-07-29 20:10:18 -0700 |
| commit | 769deb7d9f8fca973432e74d2a6fac8697091fc2 (patch) | |
| tree | 61b177a86bdea5d514dabc088d8cabf587398d56 /grapher/Form1.Designer.cs | |
| parent | Separate classes into files, add Field class for text box state (diff) | |
| download | rawaccel-769deb7d9f8fca973432e74d2a6fac8697091fc2.tar.xz rawaccel-769deb7d9f8fca973432e74d2a6fac8697091fc2.zip | |
All single-value boxes use fields
Diffstat (limited to 'grapher/Form1.Designer.cs')
| -rw-r--r-- | grapher/Form1.Designer.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/grapher/Form1.Designer.cs b/grapher/Form1.Designer.cs index 978f3da..fcfa239 100644 --- a/grapher/Form1.Designer.cs +++ b/grapher/Form1.Designer.cs @@ -113,7 +113,6 @@ this.rotationBox.Name = "rotationBox"; this.rotationBox.Size = new System.Drawing.Size(51, 20); this.rotationBox.TabIndex = 5; - this.rotationBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.rotationBox_KeyDown); // // label2 // @@ -186,7 +185,6 @@ this.limitBox.Name = "limitBox"; this.limitBox.Size = new System.Drawing.Size(51, 20); this.limitBox.TabIndex = 15; - this.limitBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.limitBox_KeyDown); // // label6 // @@ -203,7 +201,6 @@ this.midpointBox.Name = "midpointBox"; this.midpointBox.Size = new System.Drawing.Size(51, 20); this.midpointBox.TabIndex = 17; - this.midpointBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.midpointBox_KeyDown); // // label7 // @@ -220,7 +217,6 @@ this.offsetBox.Name = "offsetBox"; this.offsetBox.Size = new System.Drawing.Size(51, 20); this.offsetBox.TabIndex = 19; - this.offsetBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.offsetBox_KeyDown); // // label8 // |