namespace TradeIdeas.TIProGUI.EnhancedSingleStockWindow { partial class TransactionsWindow { /// /// 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.btnOK = new System.Windows.Forms.Button(); this.customCheckedListBox1 = new TradeIdeas.TIProGUI.CustomCheckedListBox(); this.SuspendLayout(); // // btnOK // this.btnOK.Location = new System.Drawing.Point(87, 177); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 1; this.btnOK.Text = "Done"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.BtnOK_Click); // // customCheckedListBox1 // this.customCheckedListBox1.CheckOnClick = true; this.customCheckedListBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.customCheckedListBox1.FormattingEnabled = true; this.customCheckedListBox1.Location = new System.Drawing.Point(12, 12); this.customCheckedListBox1.Name = "customCheckedListBox1"; this.customCheckedListBox1.Size = new System.Drawing.Size(232, 158); this.customCheckedListBox1.TabIndex = 0; // // TransactionsWindow // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(256, 206); this.Controls.Add(this.btnOK); this.Controls.Add(this.customCheckedListBox1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "TransactionsWindow"; this.Text = "Transaction Filters"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TransactionsWindow_FormClosing); this.ResumeLayout(false); } #endregion private CustomCheckedListBox customCheckedListBox1; private System.Windows.Forms.Button btnOK; } }