SplashForm.Designer.cs 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. 
  2. namespace Optimizer
  3. {
  4. partial class SplashForm
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  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. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashForm));
  30. this.LoadingStatus = new System.Windows.Forms.Label();
  31. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  32. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  33. this.SuspendLayout();
  34. //
  35. // LoadingStatus
  36. //
  37. this.LoadingStatus.Dock = System.Windows.Forms.DockStyle.Bottom;
  38. this.LoadingStatus.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  39. this.LoadingStatus.ForeColor = System.Drawing.Color.Silver;
  40. this.LoadingStatus.Location = new System.Drawing.Point(0, 215);
  41. this.LoadingStatus.Name = "LoadingStatus";
  42. this.LoadingStatus.Size = new System.Drawing.Size(458, 43);
  43. this.LoadingStatus.TabIndex = 2;
  44. this.LoadingStatus.Text = "loading settings";
  45. this.LoadingStatus.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  46. //
  47. // pictureBox2
  48. //
  49. this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  50. this.pictureBox2.Image = global::Optimizer.Properties.Resources.banner;
  51. this.pictureBox2.Location = new System.Drawing.Point(0, 0);
  52. this.pictureBox2.Name = "pictureBox2";
  53. this.pictureBox2.Size = new System.Drawing.Size(458, 258);
  54. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  55. this.pictureBox2.TabIndex = 1;
  56. this.pictureBox2.TabStop = false;
  57. //
  58. // SplashForm
  59. //
  60. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  61. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  62. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  63. this.ClientSize = new System.Drawing.Size(458, 258);
  64. this.Controls.Add(this.LoadingStatus);
  65. this.Controls.Add(this.pictureBox2);
  66. this.DoubleBuffered = true;
  67. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  68. this.ForeColor = System.Drawing.Color.White;
  69. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  70. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  71. this.MaximizeBox = false;
  72. this.MinimizeBox = false;
  73. this.Name = "SplashForm";
  74. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  75. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  76. this.ResumeLayout(false);
  77. }
  78. #endregion
  79. internal System.Windows.Forms.Label LoadingStatus;
  80. private System.Windows.Forms.PictureBox pictureBox2;
  81. }
  82. }