namespace TradeIdeas.TIProGUI
{
partial class CustomChannelList
{
///
/// 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(CustomChannelList));
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.channelThumbnail = new System.Windows.Forms.ImageList(this.components);
this.btnDelete = new System.Windows.Forms.Button();
this.btnAdd = new System.Windows.Forms.Button();
this.btnUp = new System.Windows.Forms.Button();
this.arrowImages = new System.Windows.Forms.ImageList(this.components);
this.btnDown = new System.Windows.Forms.Button();
this.btnEdit = new System.Windows.Forms.Button();
this.btnApply = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// listView1
//
this.listView1.BackColor = System.Drawing.SystemColors.Window;
this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2});
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(12, 12);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(704, 258);
this.listView1.SmallImageList = this.channelThumbnail;
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
//
// columnHeader1
//
this.columnHeader1.Tag = "Descending";
this.columnHeader1.Text = "Channel Name";
this.columnHeader1.Width = 200;
//
// columnHeader2
//
this.columnHeader2.Text = "Channel Link";
this.columnHeader2.Width = 500;
//
// channelThumbnail
//
this.channelThumbnail.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
this.channelThumbnail.ImageSize = new System.Drawing.Size(75, 43);
this.channelThumbnail.TransparentColor = System.Drawing.Color.Transparent;
//
// btnDelete
//
this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnDelete.Enabled = false;
this.btnDelete.Location = new System.Drawing.Point(12, 312);
this.btnDelete.Name = "btnDelete";
this.btnDelete.Size = new System.Drawing.Size(111, 23);
this.btnDelete.TabIndex = 2;
this.btnDelete.Text = "Delete Channel";
this.btnDelete.UseVisualStyleBackColor = true;
this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
//
// btnAdd
//
this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnAdd.Location = new System.Drawing.Point(12, 283);
this.btnAdd.Name = "btnAdd";
this.btnAdd.Size = new System.Drawing.Size(111, 23);
this.btnAdd.TabIndex = 1;
this.btnAdd.Text = "Add Channel";
this.btnAdd.UseVisualStyleBackColor = true;
this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
//
// btnUp
//
this.btnUp.ImageIndex = 0;
this.btnUp.ImageList = this.arrowImages;
this.btnUp.Location = new System.Drawing.Point(175, 283);
this.btnUp.Name = "btnUp";
this.btnUp.Size = new System.Drawing.Size(30, 30);
this.btnUp.TabIndex = 4;
this.btnUp.UseVisualStyleBackColor = true;
this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
//
// arrowImages
//
this.arrowImages.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("arrowImages.ImageStream")));
this.arrowImages.TransparentColor = System.Drawing.Color.Transparent;
this.arrowImages.Images.SetKeyName(0, "up_12.png");
this.arrowImages.Images.SetKeyName(1, "down_12.png");
//
// btnDown
//
this.btnDown.ImageIndex = 1;
this.btnDown.ImageList = this.arrowImages;
this.btnDown.Location = new System.Drawing.Point(175, 319);
this.btnDown.Name = "btnDown";
this.btnDown.Size = new System.Drawing.Size(30, 30);
this.btnDown.TabIndex = 5;
this.btnDown.UseVisualStyleBackColor = true;
this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
//
// btnEdit
//
this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnEdit.Enabled = false;
this.btnEdit.Location = new System.Drawing.Point(12, 341);
this.btnEdit.Name = "btnEdit";
this.btnEdit.Size = new System.Drawing.Size(111, 23);
this.btnEdit.TabIndex = 3;
this.btnEdit.Text = "Edit Channel";
this.btnEdit.UseVisualStyleBackColor = true;
this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
//
// btnApply
//
this.btnApply.Location = new System.Drawing.Point(517, 341);
this.btnApply.Name = "btnApply";
this.btnApply.Size = new System.Drawing.Size(75, 23);
this.btnApply.TabIndex = 6;
this.btnApply.Text = "Apply";
this.btnApply.UseVisualStyleBackColor = true;
this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(628, 342);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 7;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// CustomChannelList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(728, 377);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnApply);
this.Controls.Add(this.btnEdit);
this.Controls.Add(this.btnDown);
this.Controls.Add(this.btnUp);
this.Controls.Add(this.btnAdd);
this.Controls.Add(this.btnDelete);
this.Controls.Add(this.listView1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "CustomChannelList";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Custom Channel List";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ImageList channelThumbnail;
private System.Windows.Forms.Button btnDelete;
private System.Windows.Forms.Button btnAdd;
private System.Windows.Forms.Button btnUp;
private System.Windows.Forms.Button btnDown;
private System.Windows.Forms.ImageList arrowImages;
private System.Windows.Forms.Button btnEdit;
private System.Windows.Forms.Button btnApply;
private System.Windows.Forms.Button btnCancel;
}
}