From 110089e0d7fcbc454dc55c0619ec4ccebc1a7e85 Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Sun, 23 Jul 2017 16:22:32 +0100 Subject: Realistic Desktop is finished! --- TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs | 71 -------------------------- 1 file changed, 71 deletions(-) delete mode 100644 TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs (limited to 'TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs') 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 - { - /// - /// Required designer variable. - /// - private System.ComponentModel.IContainer components = null; - - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. - protected override void Dispose(bool disposing) - { - if (disposing && (components != null)) - { - components.Dispose(); - } - base.Dispose(disposing); - } - - #region Component Designer generated code - - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// - 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; - } -} -- cgit v1.2.3