Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
SplashForm.Designer.cs
Go to the documentation of this file.
1 namespace SiliconStudio.LauncherApp
2 {
3  partial class SplashForm
4  {
5  /// <summary>
6  /// Required designer variable.
7  /// </summary>
8  private System.ComponentModel.IContainer components = null;
9 
10  /// <summary>
11  /// Clean up any resources being used.
12  /// </summary>
13  /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14  protected override void Dispose(bool disposing)
15  {
16  if (disposing && (components != null))
17  {
18  components.Dispose();
19 
20  // Deregister from launcher app when the form is closed
21  if (isInitialized)
22  {
23  launcher.Loading -= launcher_Loading;
24  launcher.ProgressAvailable -= launcher_ProgressAvailable;
25  launcher.LogAvailable -= launcher_LogAvailable;
26  timer.Stop();
27  timer.Tick -= timer_Tick;
28  }
29  }
30  base.Dispose(disposing);
31  }
32 
33  #region Windows Form Designer generated code
34 
35  /// <summary>
36  /// Required method for Designer support - do not modify
37  /// the contents of this method with the code editor.
38  /// </summary>
39  private void InitializeComponent()
40  {
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();
46  this.SuspendLayout();
47  //
48  // logLabel
49  //
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;
53  this.logLabel.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
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...";
60  //
61  // versionLabel
62  //
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;
65  this.versionLabel.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
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;
73  //
74  // launcherVersionLabel
75  //
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;
85  //
86  // minimizeButton
87  //
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;
93  this.minimizeButton.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
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);
103  //
104  // SplashForm
105  //
106  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
107  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
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();
128 
129  }
130 
131  #endregion
132 
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;
137  }
138 }
SharpDX.DirectWrite.Font Font
System.Windows.Point Point
Definition: ColorPicker.cs:15
override void Dispose(bool disposing)
Clean up any resources being used.