namespace ETHZurich.OrigoVSIntegration
{
partial class OrigoWorkitemControl
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(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.livWorkitems = new System.Windows.Forms.ListView();
this.colDate = new System.Windows.Forms.ColumnHeader();
this.colProject = new System.Windows.Forms.ColumnHeader();
this.colUser = new System.Windows.Forms.ColumnHeader();
this.lblReadingList = new System.Windows.Forms.Label();
this.colType = new System.Windows.Forms.ColumnHeader();
this.colText = new System.Windows.Forms.ColumnHeader();
this.SuspendLayout();
//
// livWorkitems
//
this.livWorkitems.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.livWorkitems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colDate,
this.colProject,
this.colUser,
this.colType,
this.colText});
this.livWorkitems.Dock = System.Windows.Forms.DockStyle.Fill;
this.livWorkitems.FullRowSelect = true;
this.livWorkitems.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
this.livWorkitems.Location = new System.Drawing.Point(0, 0);
this.livWorkitems.Name = "livWorkitems";
this.livWorkitems.ShowItemToolTips = true;
this.livWorkitems.Size = new System.Drawing.Size(500, 289);
this.livWorkitems.Sorting = System.Windows.Forms.SortOrder.Descending;
this.livWorkitems.TabIndex = 0;
this.livWorkitems.TabStop = false;
this.livWorkitems.UseCompatibleStateImageBehavior = false;
this.livWorkitems.View = System.Windows.Forms.View.Details;
this.livWorkitems.DoubleClick += new System.EventHandler(this.livWorkitems_DoubleClick);
//
// colDate
//
this.colDate.Text = "Date";
//
// colProject
//
this.colProject.Text = "Project";
//
// colUser
//
this.colUser.Text = "User";
//
// lblReadingList
//
this.lblReadingList.Location = new System.Drawing.Point(173, 122);
this.lblReadingList.Name = "lblReadingList";
this.lblReadingList.Size = new System.Drawing.Size(135, 19);
this.lblReadingList.TabIndex = 1;
this.lblReadingList.Text = "Reading Workitem List...";
this.lblReadingList.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// colType
//
this.colType.Text = "Type";
//
// colText
//
this.colText.Text = "Text";
//
// OrigoWorkitemControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.lblReadingList);
this.Controls.Add(this.livWorkitems);
this.Name = "OrigoWorkitemControl";
this.Size = new System.Drawing.Size(500, 289);
this.Load += new System.EventHandler(this.OrigoWorkitemControl_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView livWorkitems;
private System.Windows.Forms.Label lblReadingList;
private System.Windows.Forms.ColumnHeader colDate;
private System.Windows.Forms.ColumnHeader colProject;
private System.Windows.Forms.ColumnHeader colUser;
private System.Windows.Forms.ColumnHeader colType;
private System.Windows.Forms.ColumnHeader colText;
}
}