namespace FastForward.VisualStudio { partial class ProjectsControl { /// /// 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 Component 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.Windows.Forms.ImageList windowImages; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ProjectsControl)); this.projectsView = new FastForward.WinCore.ProjectListView(); windowImages = new System.Windows.Forms.ImageList(this.components); this.SuspendLayout(); // // projectsView // this.projectsView.Dock = System.Windows.Forms.DockStyle.Fill; this.projectsView.ImageList = windowImages; this.projectsView.Location = new System.Drawing.Point(0, 0); this.projectsView.Name = "projectsView"; this.projectsView.ShowGroups = true; this.projectsView.Size = new System.Drawing.Size(150, 150); this.projectsView.TabIndex = 0; // // windowImages // windowImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("windowImages.ImageStream"))); windowImages.TransparentColor = System.Drawing.Color.Transparent; windowImages.Images.SetKeyName(0, "Building"); windowImages.Images.SetKeyName(1, "Success"); windowImages.Images.SetKeyName(2, "Failure"); windowImages.Images.SetKeyName(3, "Pending"); windowImages.Images.SetKeyName(4, "Unknown"); windowImages.Images.SetKeyName(5, "Exception"); windowImages.Images.SetKeyName(6, "Stopped"); // // ProjectsControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.projectsView); this.Name = "ProjectsControl"; this.ResumeLayout(false); } #endregion private FastForward.WinCore.ProjectListView projectsView; } }