aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-07-23 16:22:32 +0100
committerAlex-TIMEHACK <[email protected]>2017-07-23 16:22:32 +0100
commit110089e0d7fcbc454dc55c0619ec4ccebc1a7e85 (patch)
tree96f88795cdc73417b49abe1f77bce94b6731005b /TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs
parentc3ad5be7444664be6a1f7ba023067eb32cb5d231 (diff)
downloadhistacom2-110089e0d7fcbc454dc55c0619ec4ccebc1a7e85.tar.gz
histacom2-110089e0d7fcbc454dc55c0619ec4ccebc1a7e85.tar.bz2
histacom2-110089e0d7fcbc454dc55c0619ec4ccebc1a7e85.zip
Realistic Desktop is finished!
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs')
-rw-r--r--TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs71
1 files changed, 0 insertions, 71 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs b/TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs
deleted file mode 100644
index 980ddf3..0000000
--- a/TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs
+++ /dev/null
@@ -1,71 +0,0 @@
-namespace TimeHACK.OS.Win95
-{
- partial class Win95SaveAs
- {
- /// <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()
- {
- this.label1 = new System.Windows.Forms.Label();
- this.listView1 = new System.Windows.Forms.ListView();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(13, 10);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(47, 13);
- this.label1.TabIndex = 0;
- this.label1.Text = "Save In:";
- //
- // listView1
- //
- this.listView1.Location = new System.Drawing.Point(16, 35);
- this.listView1.Name = "listView1";
- this.listView1.Size = new System.Drawing.Size(312, 110);
- this.listView1.TabIndex = 1;
- this.listView1.UseCompatibleStateImageBehavior = false;
- this.listView1.View = System.Windows.Forms.View.List;
- //
- // Win95SaveAs
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.listView1);
- this.Controls.Add(this.label1);
- this.Name = "Win95SaveAs";
- this.Size = new System.Drawing.Size(348, 193);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.ListView listView1;
- }
-}