diff options
| author | lempamo <[email protected]> | 2017-10-30 22:03:26 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-10-30 22:03:26 -0400 |
| commit | 98ef2526d6e336574809f59e197daf597bb753ee (patch) | |
| tree | f23068558598156c7dbe0adcbbe3214ee7e84fc3 /Histacom2/TitleScreen.Designer.cs | |
| parent | 564ac0f39160ce1843665a4b1ec2b925bdb8db6b (diff) | |
| download | histacom2-98ef2526d6e336574809f59e197daf597bb753ee.tar.gz histacom2-98ef2526d6e336574809f59e197daf597bb753ee.tar.bz2 histacom2-98ef2526d6e336574809f59e197daf597bb753ee.zip | |
all vmmode related errors gone
Diffstat (limited to 'Histacom2/TitleScreen.Designer.cs')
| -rw-r--r-- | Histacom2/TitleScreen.Designer.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Histacom2/TitleScreen.Designer.cs b/Histacom2/TitleScreen.Designer.cs index 6fa0e63..658da58 100644 --- a/Histacom2/TitleScreen.Designer.cs +++ b/Histacom2/TitleScreen.Designer.cs @@ -30,7 +30,6 @@ { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TitleScreen)); - this.vmModeTimer = new System.Windows.Forms.Timer(this.components); this.program = new System.Windows.Forms.Panel(); this.programContent = new System.Windows.Forms.Panel(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); @@ -65,10 +64,6 @@ ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // - // vmModeTimer - // - this.vmModeTimer.Tick += new System.EventHandler(this.vmModeTimer_Tick); - // // program // this.program.BackColor = System.Drawing.Color.Silver; @@ -348,7 +343,6 @@ } #endregion - private System.Windows.Forms.Timer vmModeTimer; internal System.Windows.Forms.Panel program; internal System.Windows.Forms.Panel toprightcorner; internal System.Windows.Forms.Panel bottomrightcorner; |
