summaryrefslogtreecommitdiffstats
path: root/win/C#/frmSplashScreen.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/frmSplashScreen.Designer.cs')
-rw-r--r--win/C#/frmSplashScreen.Designer.cs65
1 files changed, 0 insertions, 65 deletions
diff --git a/win/C#/frmSplashScreen.Designer.cs b/win/C#/frmSplashScreen.Designer.cs
deleted file mode 100644
index f33c176ac..000000000
--- a/win/C#/frmSplashScreen.Designer.cs
+++ /dev/null
@@ -1,65 +0,0 @@
-/* frmSplashScreen.Designer.cs
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.fr>.
- It may be used under the terms of the GNU General Public License. */
-
-namespace Handbrake
-{
- partial class frmSplashScreen
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSplashScreen));
- this.SuspendLayout();
- //
- // frmSplashScreen
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.BackgroundImage = global::Handbrake.Properties.Resources.SplashScreen;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
- this.ClientSize = new System.Drawing.Size(400, 180);
- this.ControlBox = false;
- this.Font = new System.Drawing.Font("Corbel", 8.25F);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "frmSplashScreen";
- this.ShowIcon = false;
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "SplashScreen";
- this.ResumeLayout(false);
-
- }
-
- #endregion
-
- }
-} \ No newline at end of file