diff options
| author | jtsshieh <[email protected]> | 2017-10-29 12:00:55 -0400 |
|---|---|---|
| committer | jtsshieh <[email protected]> | 2017-10-29 12:00:55 -0400 |
| commit | d04e6c44ea4abded14b72f5d28ff471c93765c94 (patch) | |
| tree | f21262697738d4b7936ef67584f540eb559f97e0 /Histacom2/OS/WinXPBad/WinClassicIE6Bad.Designer.cs | |
| parent | 956de4ff6b9c3bc413a8d136f126924a2695f54d (diff) | |
| parent | 294dc501a4dd8f4c5b22ec646c8d953229efd5eb (diff) | |
| download | histacom2-d04e6c44ea4abded14b72f5d28ff471c93765c94.tar.gz histacom2-d04e6c44ea4abded14b72f5d28ff471c93765c94.tar.bz2 histacom2-d04e6c44ea4abded14b72f5d28ff471c93765c94.zip | |
Merge remote-tracking branch 'refs/remotes/Histacom2-Devs/master'
Diffstat (limited to 'Histacom2/OS/WinXPBad/WinClassicIE6Bad.Designer.cs')
| -rw-r--r-- | Histacom2/OS/WinXPBad/WinClassicIE6Bad.Designer.cs | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Histacom2/OS/WinXPBad/WinClassicIE6Bad.Designer.cs b/Histacom2/OS/WinXPBad/WinClassicIE6Bad.Designer.cs index f9bb102..1f51c7d 100644 --- a/Histacom2/OS/WinXPBad/WinClassicIE6Bad.Designer.cs +++ b/Histacom2/OS/WinXPBad/WinClassicIE6Bad.Designer.cs @@ -320,6 +320,7 @@ // // labelTimer // + this.labelTimer.Enabled = true; this.labelTimer.Interval = 1000; this.labelTimer.Tick += new System.EventHandler(this.labelTimer_Tick); // @@ -336,6 +337,7 @@ this.Controls.Add(this.panel1); this.Name = "WinClassicIE6Bad"; this.Size = new System.Drawing.Size(992, 656); + this.Load += new System.EventHandler(this.WinClassicIE6Bad_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.menuStrip1.ResumeLayout(false); @@ -351,9 +353,6 @@ } #endregion - - private System.Windows.Forms.Panel panel1; - private System.Windows.Forms.MenuStrip menuStrip1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem; @@ -380,5 +379,7 @@ public Engine.UI.ClassicLabel classicLabel1; public System.Windows.Forms.Panel panel2; public System.Windows.Forms.ToolStripMenuItem toolStripMenuItem6; + public System.Windows.Forms.Panel panel1; + public System.Windows.Forms.MenuStrip menuStrip1; } } |
