/* * Copyright (c) 2009 Craig Sutherland * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, * copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following * conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. */ namespace FastForward.WinCore { partial class ProjectListView { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; #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() { System.Windows.Forms.ColumnHeader columnHeader2; System.Windows.Forms.ColumnHeader columnHeader1; System.Windows.Forms.ColumnHeader columnHeader3; System.Windows.Forms.ColumnHeader columnHeader4; System.Windows.Forms.ColumnHeader columnHeader5; System.Windows.Forms.ColumnHeader columnHeader6; System.Windows.Forms.ColumnHeader columnHeader7; System.Windows.Forms.ColumnHeader columnHeader8; this.allProjectsList = new System.Windows.Forms.ListView(); columnHeader2 = new System.Windows.Forms.ColumnHeader(); columnHeader1 = new System.Windows.Forms.ColumnHeader(); columnHeader3 = new System.Windows.Forms.ColumnHeader(); columnHeader4 = new System.Windows.Forms.ColumnHeader(); columnHeader5 = new System.Windows.Forms.ColumnHeader(); columnHeader6 = new System.Windows.Forms.ColumnHeader(); columnHeader7 = new System.Windows.Forms.ColumnHeader(); columnHeader8 = new System.Windows.Forms.ColumnHeader(); this.SuspendLayout(); // // columnHeader2 // columnHeader2.Text = "Server"; // // columnHeader1 // columnHeader1.Text = "Project"; // // columnHeader3 // columnHeader3.Text = "Category"; // // columnHeader4 // columnHeader4.Text = "Activity"; // // columnHeader5 // columnHeader5.Text = "Detail"; // // columnHeader6 // columnHeader6.Text = "Last Build Label"; // // columnHeader7 // columnHeader7.Text = "Last Build Time"; // // columnHeader8 // columnHeader8.Text = "Status"; // // allProjectsList // this.allProjectsList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { columnHeader2, columnHeader1, columnHeader3, columnHeader4, columnHeader5, columnHeader6, columnHeader7, columnHeader8}); this.allProjectsList.Dock = System.Windows.Forms.DockStyle.Fill; this.allProjectsList.FullRowSelect = true; this.allProjectsList.Location = new System.Drawing.Point(0, 0); this.allProjectsList.Name = "allProjectsList"; this.allProjectsList.OwnerDraw = true; this.allProjectsList.Size = new System.Drawing.Size(437, 311); this.allProjectsList.Sorting = System.Windows.Forms.SortOrder.Ascending; this.allProjectsList.TabIndex = 1; this.allProjectsList.UseCompatibleStateImageBehavior = false; this.allProjectsList.View = System.Windows.Forms.View.Details; this.allProjectsList.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.allProjectsList_DrawColumnHeader); this.allProjectsList.DoubleClick += new System.EventHandler(this.allProjectsList_DoubleClick); this.allProjectsList.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.allProjectsList_ColumnClick); this.allProjectsList.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.allProjectsList_DrawSubItem); // // ProjectListView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.allProjectsList); this.Name = "ProjectListView"; this.Size = new System.Drawing.Size(437, 311); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView allProjectsList; } }