namespace SL_Switcher { partial class SwitcherUI { /// /// Variable del diseñador requerida. /// private System.ComponentModel.IContainer components = null; /// /// Limpiar los recursos que se estén utilizando. /// /// true si los recursos administrados se deben eliminar; false en caso contrario, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Código generado por el Diseñador de Windows Forms /// /// Método necesario para admitir el Diseñador. No se puede modificar /// el contenido del método con el editor de código. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SwitcherUI)); this.mainContainer = new System.Windows.Forms.SplitContainer(); this.detailsContainer = new System.Windows.Forms.SplitContainer(); this.versionsList = new System.Windows.Forms.ListView(); this.colName = new System.Windows.Forms.ColumnHeader(); this.colProvider = new System.Windows.Forms.ColumnHeader(); this.colVersion = new System.Windows.Forms.ColumnHeader(); this.colStatus = new System.Windows.Forms.ColumnHeader(); this.description = new System.Windows.Forms.RichTextBox(); this.Status = new System.Windows.Forms.Label(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.StartButton = new System.Windows.Forms.Button(); this.CloseButton = new System.Windows.Forms.Button(); this.mainContainer.Panel1.SuspendLayout(); this.mainContainer.Panel2.SuspendLayout(); this.mainContainer.SuspendLayout(); this.detailsContainer.Panel1.SuspendLayout(); this.detailsContainer.Panel2.SuspendLayout(); this.detailsContainer.SuspendLayout(); this.SuspendLayout(); // // mainContainer // this.mainContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.mainContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel2; this.mainContainer.Location = new System.Drawing.Point(0, 0); this.mainContainer.Name = "mainContainer"; this.mainContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; // // mainContainer.Panel1 // this.mainContainer.Panel1.Controls.Add(this.detailsContainer); // // mainContainer.Panel2 // this.mainContainer.Panel2.Controls.Add(this.Status); this.mainContainer.Panel2.Controls.Add(this.progressBar); this.mainContainer.Panel2.Controls.Add(this.StartButton); this.mainContainer.Panel2.Controls.Add(this.CloseButton); this.mainContainer.Size = new System.Drawing.Size(653, 356); this.mainContainer.SplitterDistance = 311; this.mainContainer.TabIndex = 3; // // detailsContainer // this.detailsContainer.Dock = System.Windows.Forms.DockStyle.Fill; this.detailsContainer.Location = new System.Drawing.Point(0, 0); this.detailsContainer.Name = "detailsContainer"; // // detailsContainer.Panel1 // this.detailsContainer.Panel1.Controls.Add(this.versionsList); // // detailsContainer.Panel2 // this.detailsContainer.Panel2.Controls.Add(this.description); this.detailsContainer.Size = new System.Drawing.Size(653, 311); this.detailsContainer.SplitterDistance = 495; this.detailsContainer.TabIndex = 3; // // versionsList // this.versionsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.colName, this.colProvider, this.colVersion, this.colStatus}); this.versionsList.Dock = System.Windows.Forms.DockStyle.Fill; this.versionsList.FullRowSelect = true; this.versionsList.HideSelection = false; this.versionsList.Location = new System.Drawing.Point(0, 0); this.versionsList.Name = "versionsList"; this.versionsList.Size = new System.Drawing.Size(495, 311); this.versionsList.TabIndex = 0; this.versionsList.UseCompatibleStateImageBehavior = false; this.versionsList.View = System.Windows.Forms.View.Details; // // colName // this.colName.Text = "Name"; this.colName.Width = 137; // // colProvider // this.colProvider.Text = "Provider"; this.colProvider.Width = 125; // // colVersion // this.colVersion.Text = "Version"; this.colVersion.Width = 138; // // colStatus // this.colStatus.Text = "Status"; // // description // this.description.Dock = System.Windows.Forms.DockStyle.Fill; this.description.Location = new System.Drawing.Point(0, 0); this.description.Name = "description"; this.description.Size = new System.Drawing.Size(154, 311); this.description.TabIndex = 0; this.description.Text = ""; // // Status // this.Status.AutoSize = true; this.Status.Location = new System.Drawing.Point(3, -2); this.Status.Name = "Status"; this.Status.Size = new System.Drawing.Size(61, 13); this.Status.TabIndex = 3; this.Status.Text = "Initializing..."; // // progressBar // this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.progressBar.Location = new System.Drawing.Point(3, 14); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(472, 23); this.progressBar.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.progressBar.TabIndex = 2; // // StartButton // this.StartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.StartButton.Location = new System.Drawing.Point(494, 14); this.StartButton.Name = "StartButton"; this.StartButton.Size = new System.Drawing.Size(75, 23); this.StartButton.TabIndex = 1; this.StartButton.Text = "Start"; this.StartButton.UseVisualStyleBackColor = true; this.StartButton.Click += new System.EventHandler(this.StartButton_Click); // // CloseButton // this.CloseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.CloseButton.Location = new System.Drawing.Point(575, 14); this.CloseButton.Name = "CloseButton"; this.CloseButton.Size = new System.Drawing.Size(75, 23); this.CloseButton.TabIndex = 0; this.CloseButton.Text = "Close"; this.CloseButton.UseVisualStyleBackColor = true; this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click); // // SwitcherUI // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(653, 356); this.Controls.Add(this.mainContainer); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "SwitcherUI"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "SL Switcher"; this.Load += new System.EventHandler(this.Form1_Load); this.mainContainer.Panel1.ResumeLayout(false); this.mainContainer.Panel2.ResumeLayout(false); this.mainContainer.Panel2.PerformLayout(); this.mainContainer.ResumeLayout(false); this.detailsContainer.Panel1.ResumeLayout(false); this.detailsContainer.Panel2.ResumeLayout(false); this.detailsContainer.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.SplitContainer mainContainer; private System.Windows.Forms.SplitContainer detailsContainer; private System.Windows.Forms.ListView versionsList; private System.Windows.Forms.ColumnHeader colName; private System.Windows.Forms.ColumnHeader colProvider; private System.Windows.Forms.ColumnHeader colVersion; private System.Windows.Forms.ColumnHeader colStatus; private System.Windows.Forms.RichTextBox description; private System.Windows.Forms.ProgressBar progressBar; private System.Windows.Forms.Button StartButton; private System.Windows.Forms.Button CloseButton; private System.Windows.Forms.Label Status; } }