1 namespace SiliconStudio.LauncherApp
3 partial class SplashForm
8 private System.ComponentModel.IContainer components = null;
14 protected override void Dispose(
bool disposing)
16 if (disposing && (components != null))
23 launcher.Loading -= launcher_Loading;
24 launcher.ProgressAvailable -= launcher_ProgressAvailable;
25 launcher.LogAvailable -= launcher_LogAvailable;
27 timer.Tick -= timer_Tick;
30 base.Dispose(disposing);
33 #region Windows Form Designer generated code
39 private void InitializeComponent()
41 System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(
SplashForm));
42 this.logLabel =
new System.Windows.Forms.Label();
43 this.versionLabel =
new System.Windows.Forms.Label();
44 this.launcherVersionLabel =
new System.Windows.Forms.Label();
45 this.minimizeButton =
new System.Windows.Forms.Button();
50 this.logLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
51 this.logLabel.AutoSize =
true;
52 this.logLabel.BackColor = System.Drawing.Color.Transparent;
54 this.logLabel.ForeColor = System.Drawing.Color.White;
55 this.logLabel.Location =
new System.Drawing.Point(12, 348);
56 this.logLabel.Name =
"logLabel";
57 this.logLabel.Size =
new System.Drawing.Size(135, 21);
58 this.logLabel.TabIndex = 0;
59 this.logLabel.Text =
"Loading Paradox...";
63 this.versionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
64 this.versionLabel.BackColor = System.Drawing.Color.Transparent;
66 this.versionLabel.ForeColor = System.Drawing.Color.White;
67 this.versionLabel.Location =
new System.Drawing.Point(206, 348);
68 this.versionLabel.Name =
"versionLabel";
69 this.versionLabel.Size =
new System.Drawing.Size(396, 21);
70 this.versionLabel.TabIndex = 1;
71 this.versionLabel.Text =
"Version: 1.0.0";
72 this.versionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
76 this.launcherVersionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
77 this.launcherVersionLabel.BackColor = System.Drawing.Color.Transparent;
78 this.launcherVersionLabel.ForeColor = System.Drawing.Color.Gray;
79 this.launcherVersionLabel.Location =
new System.Drawing.Point(16, 313);
80 this.launcherVersionLabel.Name =
"launcherVersionLabel";
81 this.launcherVersionLabel.Size =
new System.Drawing.Size(586, 23);
82 this.launcherVersionLabel.TabIndex = 2;
83 this.launcherVersionLabel.Text =
"Launcher Version: 1.0.0";
84 this.launcherVersionLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
88 this.minimizeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
89 this.minimizeButton.BackColor = System.Drawing.Color.Transparent;
90 this.minimizeButton.Cursor = System.Windows.Forms.Cursors.Arrow;
91 this.minimizeButton.FlatAppearance.BorderSize = 0;
92 this.minimizeButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
94 this.minimizeButton.ForeColor = System.Drawing.Color.White;
95 this.minimizeButton.Location =
new System.Drawing.Point(590, 0);
96 this.minimizeButton.Name =
"minimizeButton";
97 this.minimizeButton.Size =
new System.Drawing.Size(26, 21);
98 this.minimizeButton.TabIndex = 3;
99 this.minimizeButton.Text =
"-";
100 this.minimizeButton.TextAlign = System.Drawing.ContentAlignment.TopCenter;
101 this.minimizeButton.UseVisualStyleBackColor =
false;
102 this.minimizeButton.Click +=
new System.EventHandler(this.minimizeButton_Click);
106 this.AutoScaleDimensions =
new System.Drawing.SizeF(6F, 13F);
108 this.BackgroundImage = global::SiliconStudio.LauncherApp.Properties.Resources.splashscreen;
109 this.ClientSize =
new System.Drawing.Size(614, 376);
110 this.Controls.Add(this.minimizeButton);
111 this.Controls.Add(this.launcherVersionLabel);
112 this.Controls.Add(this.logLabel);
113 this.Controls.Add(this.versionLabel);
114 this.Cursor = System.Windows.Forms.Cursors.SizeAll;
115 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
116 this.Icon = ((System.Drawing.Icon)(resources.GetObject(
"$this.Icon")));
117 this.MaximizeBox =
false;
118 this.MaximumSize =
new System.Drawing.Size(614, 376);
119 this.MinimumSize =
new System.Drawing.Size(614, 376);
120 this.Name =
"SplashForm";
121 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
122 this.Text =
"Paradox";
123 this.MouseDown +=
new System.Windows.Forms.MouseEventHandler(this.SplashForm_MouseDown);
124 this.MouseMove +=
new System.Windows.Forms.MouseEventHandler(this.SplashForm_MouseMove);
125 this.MouseUp +=
new System.Windows.Forms.MouseEventHandler(this.SplashForm_MouseUp);
126 this.ResumeLayout(
false);
127 this.PerformLayout();
133 private System.Windows.Forms.Label logLabel;
134 private System.Windows.Forms.Label versionLabel;
135 private System.Windows.Forms.Label launcherVersionLabel;
136 private System.Windows.Forms.Button minimizeButton;
SharpDX.DirectWrite.Font Font
System.Windows.Point Point