namespace TradeIdeas.TIProGUI { partial class SymbolLinkingChannelsForm { /// /// 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(SymbolLinkingChannelsForm)); this.btnClose = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.cboLinkChannels = new System.Windows.Forms.ComboBox(); this.lstLinkedWindows = 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.largeImageList = new System.Windows.Forms.ImageList(this.components); this.smallImageList = new System.Windows.Forms.ImageList(this.components); this.label2 = new System.Windows.Forms.Label(); this.btnSetAllSelected = new System.Windows.Forms.Button(); this.btnFilterBy = new System.Windows.Forms.Button(); this.btnClearFilter = new System.Windows.Forms.Button(); this.btnSelectAll = new System.Windows.Forms.Button(); this.btnClearSelected = new System.Windows.Forms.Button(); this.SuspendLayout(); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.Location = new System.Drawing.Point(483, 322); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 0; this.btnClose.Text = "Close"; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(22, 22); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(67, 13); this.label1.TabIndex = 1; this.label1.Text = "Link Groups:"; // // cboLinkChannels // this.cboLinkChannels.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboLinkChannels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboLinkChannels.FormattingEnabled = true; this.cboLinkChannels.Location = new System.Drawing.Point(105, 19); this.cboLinkChannels.Name = "cboLinkChannels"; this.cboLinkChannels.Size = new System.Drawing.Size(83, 21); this.cboLinkChannels.TabIndex = 0; this.cboLinkChannels.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.cboLinkChannels_DrawItem); // // lstLinkedWindows // this.lstLinkedWindows.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lstLinkedWindows.CheckBoxes = true; this.lstLinkedWindows.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2}); this.lstLinkedWindows.HideSelection = false; this.lstLinkedWindows.LargeImageList = this.largeImageList; this.lstLinkedWindows.Location = new System.Drawing.Point(25, 84); this.lstLinkedWindows.MultiSelect = false; this.lstLinkedWindows.Name = "lstLinkedWindows"; this.lstLinkedWindows.Size = new System.Drawing.Size(533, 232); this.lstLinkedWindows.SmallImageList = this.smallImageList; this.lstLinkedWindows.TabIndex = 3; this.lstLinkedWindows.UseCompatibleStateImageBehavior = false; this.lstLinkedWindows.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "Window Name"; this.columnHeader1.Width = 453; // // columnHeader2 // this.columnHeader2.Text = "Link Group"; this.columnHeader2.Width = 76; // // largeImageList // this.largeImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; this.largeImageList.ImageSize = new System.Drawing.Size(16, 16); this.largeImageList.TransparentColor = System.Drawing.Color.Transparent; // // smallImageList // this.smallImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit; this.smallImageList.ImageSize = new System.Drawing.Size(16, 16); this.smallImageList.TransparentColor = System.Drawing.Color.Transparent; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(22, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 13); this.label2.TabIndex = 4; this.label2.Text = "Linked Windows:"; // // btnSetAllSelected // this.btnSetAllSelected.Location = new System.Drawing.Point(208, 19); this.btnSetAllSelected.Name = "btnSetAllSelected"; this.btnSetAllSelected.Size = new System.Drawing.Size(98, 23); this.btnSetAllSelected.TabIndex = 5; this.btnSetAllSelected.Text = "Set All Selected"; this.btnSetAllSelected.UseVisualStyleBackColor = true; this.btnSetAllSelected.Click += new System.EventHandler(this.btnSetAllSelected_Click); // // btnFilterBy // this.btnFilterBy.Location = new System.Drawing.Point(321, 19); this.btnFilterBy.Name = "btnFilterBy"; this.btnFilterBy.Size = new System.Drawing.Size(75, 23); this.btnFilterBy.TabIndex = 6; this.btnFilterBy.Text = "Filter By"; this.btnFilterBy.UseVisualStyleBackColor = true; this.btnFilterBy.Click += new System.EventHandler(this.btnFilterBy_Click); // // btnClearFilter // this.btnClearFilter.Location = new System.Drawing.Point(411, 19); this.btnClearFilter.Name = "btnClearFilter"; this.btnClearFilter.Size = new System.Drawing.Size(75, 23); this.btnClearFilter.TabIndex = 7; this.btnClearFilter.Text = "Clear Filter"; this.btnClearFilter.UseVisualStyleBackColor = true; this.btnClearFilter.Click += new System.EventHandler(this.btnClearFilter_Click); // // btnSelectAll // this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnSelectAll.Location = new System.Drawing.Point(25, 322); this.btnSelectAll.Name = "btnSelectAll"; this.btnSelectAll.Size = new System.Drawing.Size(75, 23); this.btnSelectAll.TabIndex = 8; this.btnSelectAll.Text = "Select All"; this.btnSelectAll.UseVisualStyleBackColor = true; this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click); // // btnClearSelected // this.btnClearSelected.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnClearSelected.Location = new System.Drawing.Point(122, 322); this.btnClearSelected.Name = "btnClearSelected"; this.btnClearSelected.Size = new System.Drawing.Size(95, 23); this.btnClearSelected.TabIndex = 9; this.btnClearSelected.Text = "Clear Selected"; this.btnClearSelected.UseVisualStyleBackColor = true; this.btnClearSelected.Click += new System.EventHandler(this.btnClearSelected_Click); // // SymbolLinkingChannelsForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(588, 357); this.ControlBox = false; this.Controls.Add(this.btnClearSelected); this.Controls.Add(this.btnSelectAll); this.Controls.Add(this.btnClearFilter); this.Controls.Add(this.btnFilterBy); this.Controls.Add(this.btnSetAllSelected); this.Controls.Add(this.label2); this.Controls.Add(this.lstLinkedWindows); this.Controls.Add(this.cboLinkChannels); this.Controls.Add(this.label1); this.Controls.Add(this.btnClose); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SymbolLinkingChannelsForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Symbol Linking Groups"; this.ResizeEnd += new System.EventHandler(this.SymbolLinkingChannelsForm_ResizeEnd); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnClose; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cboLinkChannels; private System.Windows.Forms.ListView lstLinkedWindows; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnSetAllSelected; private System.Windows.Forms.Button btnFilterBy; private System.Windows.Forms.Button btnClearFilter; private System.Windows.Forms.Button btnSelectAll; private System.Windows.Forms.Button btnClearSelected; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ImageList smallImageList; private System.Windows.Forms.ImageList largeImageList; } }