namespace xServer.Forms { partial class FrmStartupManager { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmStartupManager)); this.lstStartupItems = new xServer.Controls.ListViewEx(); this.hName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.hPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.ctxtMenu = new System.Windows.Forms.ContextMenuStrip(this.components); this.SuspendLayout(); // // lstStartupItems // this.lstStartupItems.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lstStartupItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.hName, this.hPath}); this.lstStartupItems.ContextMenuStrip = this.ctxtMenu; this.lstStartupItems.FullRowSelect = true; this.lstStartupItems.Location = new System.Drawing.Point(12, 12); this.lstStartupItems.Name = "lstStartupItems"; this.lstStartupItems.Size = new System.Drawing.Size(653, 349); this.lstStartupItems.TabIndex = 0; this.lstStartupItems.UseCompatibleStateImageBehavior = false; this.lstStartupItems.View = System.Windows.Forms.View.Details; this.lstStartupItems.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.lstStartupItems_ColumnClick); // // hName // this.hName.Text = "Name"; this.hName.Width = 187; // // hPath // this.hPath.Text = "Path"; this.hPath.Width = 460; // // ctxtMenu // this.ctxtMenu.Name = "ctxtMenu"; this.ctxtMenu.Size = new System.Drawing.Size(61, 4); // // FrmStartupManager // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(677, 373); this.Controls.Add(this.lstStartupItems); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MinimizeBox = false; this.Name = "FrmStartupManager"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "xRAT 2.0 - Startup Manager []"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmStartupManager_FormClosing); this.Load += new System.EventHandler(this.FrmStartupManager_Load); this.ResumeLayout(false); } #endregion public Controls.ListViewEx lstStartupItems; private System.Windows.Forms.ColumnHeader hName; private System.Windows.Forms.ColumnHeader hPath; private System.Windows.Forms.ContextMenuStrip ctxtMenu; } }