StartupPreviewForm.Designer.cs 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. namespace Optimizer
  2. {
  3. partial class StartupPreviewForm
  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. this.panel1 = new System.Windows.Forms.Panel();
  29. this.listPreview = new MoonList();
  30. this.panel1.SuspendLayout();
  31. this.SuspendLayout();
  32. //
  33. // panel1
  34. //
  35. this.panel1.Controls.Add(this.listPreview);
  36. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  37. this.panel1.Location = new System.Drawing.Point(0, 0);
  38. this.panel1.Name = "panel1";
  39. this.panel1.Size = new System.Drawing.Size(757, 432);
  40. this.panel1.TabIndex = 0;
  41. //
  42. // listPreview
  43. //
  44. this.listPreview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
  45. this.listPreview.BorderStyle = System.Windows.Forms.BorderStyle.None;
  46. this.listPreview.Dock = System.Windows.Forms.DockStyle.Fill;
  47. this.listPreview.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  48. this.listPreview.ForeColor = System.Drawing.Color.White;
  49. this.listPreview.FormattingEnabled = true;
  50. this.listPreview.HorizontalScrollbar = true;
  51. this.listPreview.ItemHeight = 17;
  52. this.listPreview.Location = new System.Drawing.Point(0, 0);
  53. this.listPreview.Name = "listPreview";
  54. this.listPreview.SelectionMode = System.Windows.Forms.SelectionMode.None;
  55. this.listPreview.Size = new System.Drawing.Size(757, 432);
  56. this.listPreview.TabIndex = 0;
  57. //
  58. // StartupPreviewForm
  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(757, 432);
  64. this.Controls.Add(this.panel1);
  65. this.DoubleBuffered = true;
  66. this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  67. this.ForeColor = System.Drawing.Color.White;
  68. this.MaximizeBox = false;
  69. this.MinimizeBox = false;
  70. this.Name = "StartupPreviewForm";
  71. this.ShowIcon = false;
  72. this.ShowInTaskbar = false;
  73. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  74. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  75. this.Text = "Startup Items Preview";
  76. this.Load += new System.EventHandler(this.StartupPreviewForm_Load);
  77. this.panel1.ResumeLayout(false);
  78. this.ResumeLayout(false);
  79. }
  80. #endregion
  81. private System.Windows.Forms.Panel panel1;
  82. private MoonList listPreview;
  83. }
  84. }