SplashForm.Designer.cs 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. namespace MediaBrowser.ServerApplication.Splash
  2. {
  3. partial class SplashForm
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashForm));
  29. this.panelMainContainer = new System.Windows.Forms.Panel();
  30. this.panel3 = new System.Windows.Forms.Panel();
  31. this.panel2 = new System.Windows.Forms.Panel();
  32. this.panelProgress = new System.Windows.Forms.Panel();
  33. this.panel4 = new System.Windows.Forms.Panel();
  34. this.lblVersion = new System.Windows.Forms.Label();
  35. this.lblStatus = new System.Windows.Forms.Label();
  36. this.panel1 = new System.Windows.Forms.Panel();
  37. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  38. this.panelMainContainer.SuspendLayout();
  39. this.panel2.SuspendLayout();
  40. this.panel1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // panelMainContainer
  45. //
  46. this.panelMainContainer.BackColor = System.Drawing.Color.Gray;
  47. this.panelMainContainer.Controls.Add(this.panel3);
  48. this.panelMainContainer.Controls.Add(this.panel2);
  49. this.panelMainContainer.Controls.Add(this.panel1);
  50. this.panelMainContainer.Dock = System.Windows.Forms.DockStyle.Fill;
  51. this.panelMainContainer.Location = new System.Drawing.Point(0, 0);
  52. this.panelMainContainer.Name = "panelMainContainer";
  53. this.panelMainContainer.Padding = new System.Windows.Forms.Padding(1);
  54. this.panelMainContainer.Size = new System.Drawing.Size(648, 347);
  55. this.panelMainContainer.TabIndex = 0;
  56. this.panelMainContainer.UseWaitCursor = true;
  57. //
  58. // panel3
  59. //
  60. this.panel3.BackColor = System.Drawing.Color.White;
  61. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  62. this.panel3.Location = new System.Drawing.Point(1, 277);
  63. this.panel3.Name = "panel3";
  64. this.panel3.Size = new System.Drawing.Size(646, 69);
  65. this.panel3.TabIndex = 2;
  66. this.panel3.UseWaitCursor = true;
  67. //
  68. // panel2
  69. //
  70. this.panel2.BackColor = System.Drawing.Color.Gray;
  71. this.panel2.Controls.Add(this.panelProgress);
  72. this.panel2.Controls.Add(this.panel4);
  73. this.panel2.Controls.Add(this.lblVersion);
  74. this.panel2.Controls.Add(this.lblStatus);
  75. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.panel2.Location = new System.Drawing.Point(1, 141);
  77. this.panel2.Name = "panel2";
  78. this.panel2.Size = new System.Drawing.Size(646, 205);
  79. this.panel2.TabIndex = 1;
  80. this.panel2.UseWaitCursor = true;
  81. //
  82. // panelProgress
  83. //
  84. this.panelProgress.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(181)))), ((int)(((byte)(75)))));
  85. this.panelProgress.Location = new System.Drawing.Point(0, 125);
  86. this.panelProgress.Name = "panelProgress";
  87. this.panelProgress.Size = new System.Drawing.Size(0, 13);
  88. this.panelProgress.TabIndex = 3;
  89. this.panelProgress.UseWaitCursor = true;
  90. //
  91. // panel4
  92. //
  93. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
  94. this.panel4.Location = new System.Drawing.Point(0, 125);
  95. this.panel4.Name = "panel4";
  96. this.panel4.Size = new System.Drawing.Size(648, 13);
  97. this.panel4.TabIndex = 2;
  98. this.panel4.UseWaitCursor = true;
  99. //
  100. // lblVersion
  101. //
  102. this.lblVersion.AutoSize = true;
  103. this.lblVersion.Font = new System.Drawing.Font("Segoe UI", 32F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  104. this.lblVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(215)))), ((int)(((byte)(215)))));
  105. this.lblVersion.Location = new System.Drawing.Point(3, 59);
  106. this.lblVersion.MaximumSize = new System.Drawing.Size(0, 100);
  107. this.lblVersion.Name = "lblVersion";
  108. this.lblVersion.Size = new System.Drawing.Size(270, 59);
  109. this.lblVersion.TabIndex = 1;
  110. this.lblVersion.Text = "Version 1234";
  111. this.lblVersion.UseWaitCursor = true;
  112. //
  113. // lblStatus
  114. //
  115. this.lblStatus.AutoSize = true;
  116. this.lblStatus.Font = new System.Drawing.Font("Segoe UI", 32F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  117. this.lblStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(215)))), ((int)(((byte)(215)))));
  118. this.lblStatus.Location = new System.Drawing.Point(3, 0);
  119. this.lblStatus.MaximumSize = new System.Drawing.Size(0, 100);
  120. this.lblStatus.Name = "lblStatus";
  121. this.lblStatus.Size = new System.Drawing.Size(423, 59);
  122. this.lblStatus.TabIndex = 0;
  123. this.lblStatus.Text = "Loading Emby Server";
  124. this.lblStatus.UseWaitCursor = true;
  125. //
  126. // panel1
  127. //
  128. this.panel1.BackColor = System.Drawing.Color.White;
  129. this.panel1.Controls.Add(this.pictureBox1);
  130. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  131. this.panel1.Location = new System.Drawing.Point(1, 1);
  132. this.panel1.Name = "panel1";
  133. this.panel1.Size = new System.Drawing.Size(646, 140);
  134. this.panel1.TabIndex = 0;
  135. this.panel1.UseWaitCursor = true;
  136. //
  137. // pictureBox1
  138. //
  139. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  140. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  141. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  142. this.pictureBox1.Name = "pictureBox1";
  143. this.pictureBox1.Size = new System.Drawing.Size(646, 140);
  144. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  145. this.pictureBox1.TabIndex = 0;
  146. this.pictureBox1.TabStop = false;
  147. this.pictureBox1.UseWaitCursor = true;
  148. //
  149. // SplashForm
  150. //
  151. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  152. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  153. this.ClientSize = new System.Drawing.Size(648, 347);
  154. this.ControlBox = false;
  155. this.Controls.Add(this.panelMainContainer);
  156. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  157. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  158. this.MaximizeBox = false;
  159. this.Name = "SplashForm";
  160. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  161. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  162. this.Text = "Emby";
  163. this.UseWaitCursor = true;
  164. this.panelMainContainer.ResumeLayout(false);
  165. this.panel2.ResumeLayout(false);
  166. this.panel2.PerformLayout();
  167. this.panel1.ResumeLayout(false);
  168. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  169. this.ResumeLayout(false);
  170. }
  171. #endregion
  172. private System.Windows.Forms.Panel panelMainContainer;
  173. private System.Windows.Forms.Panel panel1;
  174. private System.Windows.Forms.Panel panel2;
  175. private System.Windows.Forms.Panel panel3;
  176. private System.Windows.Forms.Label lblStatus;
  177. private System.Windows.Forms.Label lblVersion;
  178. private System.Windows.Forms.Panel panel4;
  179. private System.Windows.Forms.Panel panelProgress;
  180. private System.Windows.Forms.PictureBox pictureBox1;
  181. }
  182. }