aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/SaveDialogs/SaveFileTroubleShooter.Designer.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-08-23 13:38:40 -0400
committerlempamo <[email protected]>2017-08-23 13:38:40 -0400
commit3306d36ecbc024775972e5cf7971b2a7a70671d0 (patch)
tree0a79e67b6723a8c75ffd66c7828bdd0ebb1bf74d /TimeHACK.Main/SaveDialogs/SaveFileTroubleShooter.Designer.cs
parent99fef5c57360f07259fc86f433bed8a9ab59c48e (diff)
downloadhistacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.tar.gz
histacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.tar.bz2
histacom2-3306d36ecbc024775972e5cf7971b2a7a70671d0.zip
Renaming the game!
Diffstat (limited to 'TimeHACK.Main/SaveDialogs/SaveFileTroubleShooter.Designer.cs')
-rw-r--r--TimeHACK.Main/SaveDialogs/SaveFileTroubleShooter.Designer.cs147
1 files changed, 0 insertions, 147 deletions
diff --git a/TimeHACK.Main/SaveDialogs/SaveFileTroubleShooter.Designer.cs b/TimeHACK.Main/SaveDialogs/SaveFileTroubleShooter.Designer.cs
deleted file mode 100644
index a242366..0000000
--- a/TimeHACK.Main/SaveDialogs/SaveFileTroubleShooter.Designer.cs
+++ /dev/null
@@ -1,147 +0,0 @@
-namespace TimeHACK.SaveDialogs
-{
- partial class SaveFileTroubleShooter
- {
- /// <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 Windows Form 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.pnlResolved = new System.Windows.Forms.Panel();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.panel2 = new System.Windows.Forms.Panel();
- this.btnClose = new System.Windows.Forms.Button();
- this.pnlResolved.SuspendLayout();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label1.Location = new System.Drawing.Point(12, 9);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(393, 20);
- this.label1.TabIndex = 0;
- this.label1.Text = "Please wait while we check the state of your Save file...";
- //
- // pnlResolved
- //
- this.pnlResolved.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.pnlResolved.Controls.Add(this.textBox1);
- this.pnlResolved.Controls.Add(this.label3);
- this.pnlResolved.Controls.Add(this.label2);
- this.pnlResolved.Location = new System.Drawing.Point(12, 38);
- this.pnlResolved.Name = "pnlResolved";
- this.pnlResolved.Size = new System.Drawing.Size(589, 146);
- this.pnlResolved.TabIndex = 1;
- this.pnlResolved.Visible = false;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.label2.Location = new System.Drawing.Point(8, 11);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(210, 20);
- this.label2.TabIndex = 0;
- this.label2.Text = "The issue has been resolved";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(9, 31);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(24, 13);
- this.label3.TabIndex = 2;
- this.label3.Text = "log:";
- //
- // textBox1
- //
- this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.textBox1.Location = new System.Drawing.Point(10, 55);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.ReadOnly = true;
- this.textBox1.Size = new System.Drawing.Size(567, 79);
- this.textBox1.TabIndex = 3;
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.SystemColors.ControlDark;
- this.panel2.Controls.Add(this.btnClose);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel2.Location = new System.Drawing.Point(0, 217);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(612, 30);
- this.panel2.TabIndex = 2;
- //
- // btnClose
- //
- this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnClose.Location = new System.Drawing.Point(526, 4);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(75, 23);
- this.btnClose.TabIndex = 0;
- this.btnClose.Text = "Close";
- this.btnClose.UseVisualStyleBackColor = true;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // SaveFileTroubleShooter
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(612, 247);
- this.Controls.Add(this.panel2);
- this.Controls.Add(this.pnlResolved);
- this.Controls.Add(this.label1);
- this.Name = "SaveFileTroubleShooter";
- this.Text = "Save File Troubleshooter";
- this.Load += new System.EventHandler(this.SaveFileTroubleShooter_Load);
- this.pnlResolved.ResumeLayout(false);
- this.pnlResolved.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
-
- }
-
- #endregion
-
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Panel pnlResolved;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Button btnClose;
- }
-} \ No newline at end of file