namespace TradeIdeas.TIProGUI { partial class MultiConfigStrategyChooser { /// /// 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.checkedListBox1 = new System.Windows.Forms.CheckedListBox(); this.buttonEdit = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.buttonSelectAll = new System.Windows.Forms.Button(); this.buttonSelectNone = new System.Windows.Forms.Button(); this.SuspendLayout(); // // checkedListBox1 // this.checkedListBox1.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.checkedListBox1.CheckOnClick = true; this.checkedListBox1.FormattingEnabled = true; this.checkedListBox1.Location = new System.Drawing.Point(13, 45); this.checkedListBox1.Name = "checkedListBox1"; this.checkedListBox1.Size = new System.Drawing.Size(274, 229); this.checkedListBox1.TabIndex = 0; this.checkedListBox1.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.checkedListBox1_ItemCheck); // // buttonEdit // this.buttonEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonEdit.Location = new System.Drawing.Point(13, 298); this.buttonEdit.Name = "buttonEdit"; this.buttonEdit.Size = new System.Drawing.Size(95, 23); this.buttonEdit.TabIndex = 1; this.buttonEdit.Text = "Edit Selected"; this.buttonEdit.UseVisualStyleBackColor = true; this.buttonEdit.Click += new System.EventHandler(this.buttonEdit_Click); // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonCancel.Location = new System.Drawing.Point(114, 298); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(95, 23); this.buttonCancel.TabIndex = 2; this.buttonCancel.Text = "Cancel"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // buttonSelectAll // this.buttonSelectAll.Location = new System.Drawing.Point(13, 11); this.buttonSelectAll.Name = "buttonSelectAll"; this.buttonSelectAll.Size = new System.Drawing.Size(71, 23); this.buttonSelectAll.TabIndex = 3; this.buttonSelectAll.Text = "Select All"; this.buttonSelectAll.UseVisualStyleBackColor = true; this.buttonSelectAll.Click += new System.EventHandler(this.buttonSelectAll_Click); // // buttonSelectNone // this.buttonSelectNone.Location = new System.Drawing.Point(90, 11); this.buttonSelectNone.Name = "buttonSelectNone"; this.buttonSelectNone.Size = new System.Drawing.Size(80, 23); this.buttonSelectNone.TabIndex = 4; this.buttonSelectNone.Text = "Select None"; this.buttonSelectNone.UseVisualStyleBackColor = true; this.buttonSelectNone.Click += new System.EventHandler(this.buttonSelectNone_Click); // // MultiConfigStrategyChooser // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(299, 333); this.Controls.Add(this.buttonSelectNone); this.Controls.Add(this.buttonSelectAll); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonEdit); this.Controls.Add(this.checkedListBox1); this.Name = "MultiConfigStrategyChooser"; this.Text = "Choose Strategies to Edit"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.CheckedListBox checkedListBox1; private System.Windows.Forms.Button buttonEdit; private System.Windows.Forms.Button buttonCancel; private System.Windows.Forms.Button buttonSelectAll; private System.Windows.Forms.Button buttonSelectNone; } }