namespace TradeIdeas.TIProGUI.CBT { partial class ConfigDemoHistogram { /// /// 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 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.histogramBackgroundFiltersComboBox = new System.Windows.Forms.ComboBox(); this.histogramTotalLabel = new System.Windows.Forms.Label(); this.histogramMaxTrackBar = new System.Windows.Forms.TrackBar(); this.histogramMinTrackBar = new System.Windows.Forms.TrackBar(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.mainHistogramPictureBox = new System.Windows.Forms.PictureBox(); this.histogramMaxPictureBox = new System.Windows.Forms.PictureBox(); this.histogramMinPictureBox = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.histogramMaxTrackBar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.histogramMinTrackBar)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.mainHistogramPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.histogramMaxPictureBox)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.histogramMinPictureBox)).BeginInit(); this.SuspendLayout(); // // histogramBackgroundFiltersComboBox // this.histogramBackgroundFiltersComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.histogramBackgroundFiltersComboBox.FormattingEnabled = true; this.histogramBackgroundFiltersComboBox.Items.AddRange(new object[] { "Market in General", "My Exchanges", "All My Filters"}); this.histogramBackgroundFiltersComboBox.Location = new System.Drawing.Point(7, 6); this.histogramBackgroundFiltersComboBox.Name = "histogramBackgroundFiltersComboBox"; this.histogramBackgroundFiltersComboBox.Size = new System.Drawing.Size(121, 21); this.histogramBackgroundFiltersComboBox.TabIndex = 28; this.histogramBackgroundFiltersComboBox.SelectedIndexChanged += new System.EventHandler(this.histogramBackgroundFiltersComboBox_SelectedIndexChanged); // // histogramTotalLabel // this.histogramTotalLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.histogramTotalLabel.Location = new System.Drawing.Point(402, 9); this.histogramTotalLabel.Name = "histogramTotalLabel"; this.histogramTotalLabel.Size = new System.Drawing.Size(136, 13); this.histogramTotalLabel.TabIndex = 26; this.histogramTotalLabel.Text = "Waiting."; this.histogramTotalLabel.TextAlign = System.Drawing.ContentAlignment.TopRight; // // histogramMaxTrackBar // this.histogramMaxTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.histogramMaxTrackBar.AutoSize = false; this.histogramMaxTrackBar.LargeChange = 1; this.histogramMaxTrackBar.Location = new System.Drawing.Point(83, 223); this.histogramMaxTrackBar.Name = "histogramMaxTrackBar"; this.histogramMaxTrackBar.Size = new System.Drawing.Size(589, 20); this.histogramMaxTrackBar.TabIndex = 25; this.histogramMaxTrackBar.TickStyle = System.Windows.Forms.TickStyle.None; this.histogramMaxTrackBar.ValueChanged += new System.EventHandler(this.histogramMaxTrackBar_ValueChanged); // // histogramMinTrackBar // this.histogramMinTrackBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.histogramMinTrackBar.AutoSize = false; this.histogramMinTrackBar.LargeChange = 1; this.histogramMinTrackBar.Location = new System.Drawing.Point(83, 190); this.histogramMinTrackBar.Name = "histogramMinTrackBar"; this.histogramMinTrackBar.Size = new System.Drawing.Size(589, 20); this.histogramMinTrackBar.TabIndex = 24; this.histogramMinTrackBar.TickStyle = System.Windows.Forms.TickStyle.None; this.histogramMinTrackBar.ValueChanged += new System.EventHandler(this.histogramMinTrackBar_ValueChanged); // // label4 // this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(4, 226); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(27, 13); this.label4.TabIndex = 23; this.label4.Text = "Max"; // // label3 // this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(4, 193); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(24, 13); this.label3.TabIndex = 21; this.label3.Text = "Min"; // // mainHistogramPictureBox // this.mainHistogramPictureBox.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.mainHistogramPictureBox.Location = new System.Drawing.Point(7, 33); this.mainHistogramPictureBox.Name = "mainHistogramPictureBox"; this.mainHistogramPictureBox.Size = new System.Drawing.Size(665, 151); this.mainHistogramPictureBox.TabIndex = 27; this.mainHistogramPictureBox.TabStop = false; this.mainHistogramPictureBox.Paint += new System.Windows.Forms.PaintEventHandler(this.mainHistogramPictureBox_Paint); // // histogramMaxPictureBox // this.histogramMaxPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.histogramMaxPictureBox.Location = new System.Drawing.Point(37, 223); this.histogramMaxPictureBox.Name = "histogramMaxPictureBox"; this.histogramMaxPictureBox.Size = new System.Drawing.Size(40, 20); this.histogramMaxPictureBox.TabIndex = 22; this.histogramMaxPictureBox.TabStop = false; // // histogramMinPictureBox // this.histogramMinPictureBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.histogramMinPictureBox.Location = new System.Drawing.Point(37, 190); this.histogramMinPictureBox.Name = "histogramMinPictureBox"; this.histogramMinPictureBox.Size = new System.Drawing.Size(40, 20); this.histogramMinPictureBox.TabIndex = 20; this.histogramMinPictureBox.TabStop = false; // // ConfigDemoHistogram // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.histogramBackgroundFiltersComboBox); this.Controls.Add(this.mainHistogramPictureBox); this.Controls.Add(this.histogramTotalLabel); this.Controls.Add(this.histogramMaxTrackBar); this.Controls.Add(this.histogramMinTrackBar); this.Controls.Add(this.label4); this.Controls.Add(this.histogramMaxPictureBox); this.Controls.Add(this.label3); this.Controls.Add(this.histogramMinPictureBox); this.Name = "ConfigDemoHistogram"; this.Size = new System.Drawing.Size(677, 248); ((System.ComponentModel.ISupportInitialize)(this.histogramMaxTrackBar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.histogramMinTrackBar)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.mainHistogramPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.histogramMaxPictureBox)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.histogramMinPictureBox)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox histogramBackgroundFiltersComboBox; private System.Windows.Forms.PictureBox mainHistogramPictureBox; private System.Windows.Forms.Label histogramTotalLabel; private System.Windows.Forms.TrackBar histogramMaxTrackBar; private System.Windows.Forms.TrackBar histogramMinTrackBar; private System.Windows.Forms.Label label4; private System.Windows.Forms.PictureBox histogramMaxPictureBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.PictureBox histogramMinPictureBox; } }