diff options
| author | lempamo <[email protected]> | 2017-05-01 21:28:35 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-05-01 21:28:35 -0400 |
| commit | d44d1750b46002f89e97db8589dd646b682569c9 (patch) | |
| tree | 4763bd899a253545aa0c41b8f6333a7de429faec /TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.Designer.cs | |
| parent | a81438ac681f83c6ca13a5000d3944ce8c50db9a (diff) | |
| download | histacom2-d44d1750b46002f89e97db8589dd646b682569c9.tar.gz histacom2-d44d1750b46002f89e97db8589dd646b682569c9.tar.bz2 histacom2-d44d1750b46002f89e97db8589dd646b682569c9.zip | |
added google and outlook express started
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.Designer.cs | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.Designer.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.Designer.cs new file mode 100644 index 0000000..26a913d --- /dev/null +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicOE4.Designer.cs @@ -0,0 +1,37 @@ +namespace TimeHACK.OS.Win95.Win95Apps +{ + partial class WinClassicOE4 + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Component Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { + components = new System.ComponentModel.Container(); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + } + + #endregion + } +} |
