SplashForm.Designer.cs 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  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. //
  57. // panel3
  58. //
  59. this.panel3.BackColor = System.Drawing.Color.White;
  60. this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  61. this.panel3.Location = new System.Drawing.Point(1, 277);
  62. this.panel3.Name = "panel3";
  63. this.panel3.Size = new System.Drawing.Size(646, 69);
  64. this.panel3.TabIndex = 2;
  65. //
  66. // panel2
  67. //
  68. this.panel2.BackColor = System.Drawing.Color.Gray;
  69. this.panel2.Controls.Add(this.panelProgress);
  70. this.panel2.Controls.Add(this.panel4);
  71. this.panel2.Controls.Add(this.lblVersion);
  72. this.panel2.Controls.Add(this.lblStatus);
  73. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  74. this.panel2.Location = new System.Drawing.Point(1, 141);
  75. this.panel2.Name = "panel2";
  76. this.panel2.Size = new System.Drawing.Size(646, 205);
  77. this.panel2.TabIndex = 1;
  78. //
  79. // panelProgress
  80. //
  81. this.panelProgress.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(82)))), ((int)(((byte)(181)))), ((int)(((byte)(75)))));
  82. this.panelProgress.Location = new System.Drawing.Point(0, 125);
  83. this.panelProgress.Name = "panelProgress";
  84. this.panelProgress.Size = new System.Drawing.Size(0, 13);
  85. this.panelProgress.TabIndex = 3;
  86. //
  87. // panel4
  88. //
  89. this.panel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(73)))), ((int)(((byte)(73)))));
  90. this.panel4.Location = new System.Drawing.Point(0, 125);
  91. this.panel4.Name = "panel4";
  92. this.panel4.Size = new System.Drawing.Size(648, 13);
  93. this.panel4.TabIndex = 2;
  94. //
  95. // lblVersion
  96. //
  97. this.lblVersion.AutoSize = true;
  98. this.lblVersion.Font = new System.Drawing.Font("Segoe UI", 32F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  99. this.lblVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(215)))), ((int)(((byte)(215)))));
  100. this.lblVersion.Location = new System.Drawing.Point(3, 59);
  101. this.lblVersion.MaximumSize = new System.Drawing.Size(0, 100);
  102. this.lblVersion.Name = "lblVersion";
  103. this.lblVersion.Size = new System.Drawing.Size(270, 59);
  104. this.lblVersion.TabIndex = 1;
  105. this.lblVersion.Text = "Version 1234";
  106. //
  107. // lblStatus
  108. //
  109. this.lblStatus.AutoSize = true;
  110. this.lblStatus.Font = new System.Drawing.Font("Segoe UI", 32F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  111. this.lblStatus.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(215)))), ((int)(((byte)(215)))));
  112. this.lblStatus.Location = new System.Drawing.Point(3, 0);
  113. this.lblStatus.MaximumSize = new System.Drawing.Size(0, 100);
  114. this.lblStatus.Name = "lblStatus";
  115. this.lblStatus.Size = new System.Drawing.Size(599, 59);
  116. this.lblStatus.TabIndex = 0;
  117. this.lblStatus.Text = "Loading Media Browser Server";
  118. //
  119. // panel1
  120. //
  121. this.panel1.BackColor = System.Drawing.Color.White;
  122. this.panel1.Controls.Add(this.pictureBox1);
  123. this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
  124. this.panel1.Location = new System.Drawing.Point(1, 1);
  125. this.panel1.Name = "panel1";
  126. this.panel1.Size = new System.Drawing.Size(646, 140);
  127. this.panel1.TabIndex = 0;
  128. //
  129. // pictureBox1
  130. //
  131. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  132. this.pictureBox1.Image = global::MediaBrowser.ServerApplication.Properties.Resources.mb3logo800;
  133. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  134. this.pictureBox1.Name = "pictureBox1";
  135. this.pictureBox1.Size = new System.Drawing.Size(646, 140);
  136. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  137. this.pictureBox1.TabIndex = 0;
  138. this.pictureBox1.TabStop = false;
  139. //
  140. // SplashForm
  141. //
  142. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  143. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  144. this.ClientSize = new System.Drawing.Size(648, 347);
  145. this.ControlBox = false;
  146. this.Controls.Add(this.panelMainContainer);
  147. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  148. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  149. this.MaximizeBox = false;
  150. this.Name = "SplashForm";
  151. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  152. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  153. this.Text = "Media Browser";
  154. this.panelMainContainer.ResumeLayout(false);
  155. this.panel2.ResumeLayout(false);
  156. this.panel2.PerformLayout();
  157. this.panel1.ResumeLayout(false);
  158. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  159. this.ResumeLayout(false);
  160. }
  161. #endregion
  162. private System.Windows.Forms.Panel panelMainContainer;
  163. private System.Windows.Forms.Panel panel1;
  164. private System.Windows.Forms.Panel panel2;
  165. private System.Windows.Forms.Panel panel3;
  166. private System.Windows.Forms.Label lblStatus;
  167. private System.Windows.Forms.Label lblVersion;
  168. private System.Windows.Forms.Panel panel4;
  169. private System.Windows.Forms.Panel panelProgress;
  170. private System.Windows.Forms.PictureBox pictureBox1;
  171. }
  172. }