diff options
| author | lempamo <[email protected]> | 2017-07-04 00:15:01 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-04 00:15:01 -0400 |
| commit | 59c9e070258db893745f70862c4128b97a87c9fd (patch) | |
| tree | 7faf146028a29f1ad5336ea6373407e78409400f /TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs | |
| parent | 34ecd67921e7205bf9f7e271458bde6d325d2753 (diff) | |
| download | histacom2-59c9e070258db893745f70862c4128b97a87c9fd.tar.gz histacom2-59c9e070258db893745f70862c4128b97a87c9fd.tar.bz2 histacom2-59c9e070258db893745f70862c4128b97a87c9fd.zip | |
some work on fixing up windows explorer
Diffstat (limited to 'TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs b/TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs new file mode 100644 index 0000000..980ddf3 --- /dev/null +++ b/TimeHACK.Main/OS/Win95/Win95SaveAs.Designer.cs @@ -0,0 +1,71 @@ +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; + } +} |
