namespace Optimizer { partial class StartupPreviewForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.panel1 = new System.Windows.Forms.Panel(); this.listPreview = new MoonList(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.Controls.Add(this.listPreview); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(757, 432); this.panel1.TabIndex = 0; // // listPreview // this.listPreview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20))))); this.listPreview.BorderStyle = System.Windows.Forms.BorderStyle.None; this.listPreview.Dock = System.Windows.Forms.DockStyle.Fill; this.listPreview.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.listPreview.ForeColor = System.Drawing.Color.White; this.listPreview.FormattingEnabled = true; this.listPreview.HorizontalScrollbar = true; this.listPreview.ItemHeight = 17; this.listPreview.Location = new System.Drawing.Point(0, 0); this.listPreview.Name = "listPreview"; this.listPreview.SelectionMode = System.Windows.Forms.SelectionMode.None; this.listPreview.Size = new System.Drawing.Size(757, 432); this.listPreview.TabIndex = 0; // // StartupPreviewForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20))))); this.ClientSize = new System.Drawing.Size(757, 432); this.Controls.Add(this.panel1); this.DoubleBuffered = true; this.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ForeColor = System.Drawing.Color.White; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "StartupPreviewForm"; this.ShowIcon = false; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Startup Items Preview"; this.Load += new System.EventHandler(this.StartupPreviewForm_Load); this.panel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private MoonList listPreview; } }