using System.Windows.Forms; using TradeIdeas.TIProGUI.Charting.Controls.ComparisonSymbol; namespace TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker { partial class ChartStylesDialog { /// /// 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.lblBackgroundColor = new System.Windows.Forms.Label(); this.chkGradientColor = new System.Windows.Forms.CheckBox(); this.btnCancel = new System.Windows.Forms.Button(); this.btnApply = new System.Windows.Forms.Button(); this.slider_WatermarkOpacity = new System.Windows.Forms.TrackBar(); this.lblWatermarkColor = new System.Windows.Forms.Label(); this.textBoxWatermark = new System.Windows.Forms.TextBox(); this.lblPriceTextColor = new System.Windows.Forms.Label(); this.lblDivider = new System.Windows.Forms.Label(); this.lblDivider2 = new System.Windows.Forms.Label(); this.lblDateTextColor = new System.Windows.Forms.Label(); this.lblStatusLineTextColor = new System.Windows.Forms.Label(); this.comboBox_ColorStyle = new System.Windows.Forms.ComboBox(); this.lblDivider3 = new System.Windows.Forms.Label(); this.lbl_UpCadleColor = new System.Windows.Forms.Label(); this.lbl_DownCandleColor = new System.Windows.Forms.Label(); this.lbl_OutlineWickColor = new System.Windows.Forms.Label(); this.lblWatermarkOpacity = new System.Windows.Forms.Label(); this.lblDivider4 = new System.Windows.Forms.Label(); this.tabControl = new System.Windows.Forms.TabControl(); this.tabStyle = new System.Windows.Forms.TabPage(); this.chkUseGradientAreaColor = new System.Windows.Forms.CheckBox(); this.lbl_LineColor = new System.Windows.Forms.Label(); this.chkDisplayPriorDayClose = new System.Windows.Forms.CheckBox(); this.lbl_ScaleType = new System.Windows.Forms.Label(); this.radio_Logarithmic = new System.Windows.Forms.RadioButton(); this.radio_Linear = new System.Windows.Forms.RadioButton(); this.lblDivider7 = new System.Windows.Forms.Label(); this.lbl_LineWidth = new System.Windows.Forms.Label(); this.colorPicker_DisplayPriorDayClose = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorPickerDropdownControl(); this.lblDivider6 = new System.Windows.Forms.Label(); this.colorPicker_LineColor = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorPickerDropdownControl(); this.slider_LineWidth = new System.Windows.Forms.TrackBar(); this.comboBox_ColorOn = new System.Windows.Forms.ComboBox(); this.lbl_ColorOn = new System.Windows.Forms.Label(); this.lblDivider5 = new System.Windows.Forms.Label(); this.comboBox_ChartStyle = new System.Windows.Forms.ComboBox(); this.lbl_ChartStyle = new System.Windows.Forms.Label(); this.tabColor = new System.Windows.Forms.TabPage(); this.comboBox_ChartThemes = new System.Windows.Forms.ComboBox(); this.lbl_ChartThemes = new System.Windows.Forms.Label(); this.colorPicker_OutlineWickColor = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorPickerDropdownControl(); this.colorPicker_DownCandleColor = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorPickerDropdownControl(); this.colorPicker_UpCandleColor = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorPickerDropdownControl(); this.colorPicker_StatusLineTextColor = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorPickerDropdownControl(); this.colorPicker_DateTextColor = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorPickerDropdownControl(); this.colorPicker_PriceTextColor = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorPickerDropdownControl(); this.colorPicker_GradientColor = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorPickerDropdownControl(); this.colorPicker_BackgroundColor = new TradeIdeas.TIProGUI.Charting.Controls.ColorHexagonPicker.ColorPickerDropdownControl(); this.tabComparisons = new System.Windows.Forms.TabPage(); this.lblCompareTypeLineWidth = new System.Windows.Forms.Label(); this.slider_ComparisonSymbolLineWidth = new System.Windows.Forms.TrackBar(); this.lblDivider8 = new System.Windows.Forms.Label(); this.lblCompareType = new System.Windows.Forms.Label(); this.comboBox_CompareType = new System.Windows.Forms.ComboBox(); this.linkLbl_Reset = new System.Windows.Forms.LinkLabel(); this._addComparisonSymbolControl5 = new TradeIdeas.TIProGUI.Charting.Controls.ComparisonSymbol.ComparisonSymbolChartStyleControl(); this._addComparisonSymbolControl4 = new TradeIdeas.TIProGUI.Charting.Controls.ComparisonSymbol.ComparisonSymbolChartStyleControl(); this._addComparisonSymbolControl3 = new TradeIdeas.TIProGUI.Charting.Controls.ComparisonSymbol.ComparisonSymbolChartStyleControl(); this._addComparisonSymbolControl2 = new TradeIdeas.TIProGUI.Charting.Controls.ComparisonSymbol.ComparisonSymbolChartStyleControl(); this._addComparisonSymbolControl1 = new TradeIdeas.TIProGUI.Charting.Controls.ComparisonSymbol.ComparisonSymbolChartStyleControl(); this.linkLbl_SaveTheme = new System.Windows.Forms.LinkLabel(); this.linkLbl_DeleteTheme = new System.Windows.Forms.LinkLabel(); ((System.ComponentModel.ISupportInitialize)(this.slider_WatermarkOpacity)).BeginInit(); this.tabControl.SuspendLayout(); this.tabStyle.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.slider_LineWidth)).BeginInit(); this.tabColor.SuspendLayout(); this.tabComparisons.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.slider_ComparisonSymbolLineWidth)).BeginInit(); this.SuspendLayout(); // // lblBackgroundColor // this.lblBackgroundColor.AutoSize = true; this.lblBackgroundColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lblBackgroundColor.Location = new System.Drawing.Point(7, 40); this.lblBackgroundColor.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblBackgroundColor.Name = "lblBackgroundColor"; this.lblBackgroundColor.Size = new System.Drawing.Size(108, 13); this.lblBackgroundColor.TabIndex = 2; this.lblBackgroundColor.Text = "Background Color"; // // chkGradientColor // this.chkGradientColor.AutoSize = true; this.chkGradientColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.chkGradientColor.Location = new System.Drawing.Point(9, 64); this.chkGradientColor.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.chkGradientColor.Name = "chkGradientColor"; this.chkGradientColor.Size = new System.Drawing.Size(107, 17); this.chkGradientColor.TabIndex = 3; this.chkGradientColor.Text = "Gradient Color"; this.chkGradientColor.UseVisualStyleBackColor = true; this.chkGradientColor.CheckedChanged += new System.EventHandler(this.chkGradientColor_CheckedChanged); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(234, 356); this.btnCancel.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(62, 29); this.btnCancel.TabIndex = 15; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // btnApply // this.btnApply.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnApply.Location = new System.Drawing.Point(161, 356); this.btnApply.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.btnApply.Name = "btnApply"; this.btnApply.Size = new System.Drawing.Size(62, 29); this.btnApply.TabIndex = 14; this.btnApply.Text = "OK"; this.btnApply.UseVisualStyleBackColor = true; // // slider_WatermarkOpacity // this.slider_WatermarkOpacity.BackColor = System.Drawing.Color.White; this.slider_WatermarkOpacity.Location = new System.Drawing.Point(137, 277); this.slider_WatermarkOpacity.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.slider_WatermarkOpacity.Maximum = 100; this.slider_WatermarkOpacity.Name = "slider_WatermarkOpacity"; this.slider_WatermarkOpacity.Size = new System.Drawing.Size(128, 45); this.slider_WatermarkOpacity.TabIndex = 2; this.slider_WatermarkOpacity.Value = 34; this.slider_WatermarkOpacity.Scroll += new System.EventHandler(this.sliderWatermark_ValueChanged); this.slider_WatermarkOpacity.MouseUp += new System.Windows.Forms.MouseEventHandler(this.sliderWatermark_ValueChanged); // // lblWatermarkColor // this.lblWatermarkColor.AutoSize = true; this.lblWatermarkColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lblWatermarkColor.Location = new System.Drawing.Point(7, 255); this.lblWatermarkColor.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblWatermarkColor.Name = "lblWatermarkColor"; this.lblWatermarkColor.Size = new System.Drawing.Size(101, 13); this.lblWatermarkColor.TabIndex = 0; this.lblWatermarkColor.Text = "Watermark Color"; // // textBoxWatermark // this.textBoxWatermark.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F); this.textBoxWatermark.Location = new System.Drawing.Point(263, 280); this.textBoxWatermark.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.textBoxWatermark.Name = "textBoxWatermark"; this.textBoxWatermark.Size = new System.Drawing.Size(23, 19); this.textBoxWatermark.TabIndex = 4; this.textBoxWatermark.Text = "34"; this.textBoxWatermark.TextChanged += new System.EventHandler(this.textboxWatermark_TextChanged); // // lblPriceTextColor // this.lblPriceTextColor.AutoSize = true; this.lblPriceTextColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lblPriceTextColor.Location = new System.Drawing.Point(7, 98); this.lblPriceTextColor.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblPriceTextColor.Name = "lblPriceTextColor"; this.lblPriceTextColor.Size = new System.Drawing.Size(98, 13); this.lblPriceTextColor.TabIndex = 19; this.lblPriceTextColor.Text = "Price Text Color"; // // lblDivider // this.lblDivider.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.lblDivider.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblDivider.Location = new System.Drawing.Point(5, 84); this.lblDivider.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDivider.Name = "lblDivider"; this.lblDivider.Size = new System.Drawing.Size(289, 1); this.lblDivider.TabIndex = 6; // // lblDivider2 // this.lblDivider2.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.lblDivider2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblDivider2.Location = new System.Drawing.Point(5, 164); this.lblDivider2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDivider2.Name = "lblDivider2"; this.lblDivider2.Size = new System.Drawing.Size(289, 1); this.lblDivider2.TabIndex = 20; // // lblDateTextColor // this.lblDateTextColor.AutoSize = true; this.lblDateTextColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lblDateTextColor.Location = new System.Drawing.Point(7, 122); this.lblDateTextColor.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDateTextColor.Name = "lblDateTextColor"; this.lblDateTextColor.Size = new System.Drawing.Size(96, 13); this.lblDateTextColor.TabIndex = 21; this.lblDateTextColor.Text = "Date Text Color"; // // lblStatusLineTextColor // this.lblStatusLineTextColor.AutoSize = true; this.lblStatusLineTextColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lblStatusLineTextColor.Location = new System.Drawing.Point(7, 146); this.lblStatusLineTextColor.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblStatusLineTextColor.Name = "lblStatusLineTextColor"; this.lblStatusLineTextColor.Size = new System.Drawing.Size(133, 13); this.lblStatusLineTextColor.TabIndex = 23; this.lblStatusLineTextColor.Text = "Status Line Text Color"; // // comboBox_ColorStyle // this.comboBox_ColorStyle.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBox_ColorStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_ColorStyle.FormattingEnabled = true; this.comboBox_ColorStyle.Items.AddRange(new object[] { "Off white", "Dark grey"}); this.comboBox_ColorStyle.Location = new System.Drawing.Point(145, 250); this.comboBox_ColorStyle.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.comboBox_ColorStyle.Name = "comboBox_ColorStyle"; this.comboBox_ColorStyle.Size = new System.Drawing.Size(141, 21); this.comboBox_ColorStyle.TabIndex = 25; this.comboBox_ColorStyle.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboBox_DrawItem); this.comboBox_ColorStyle.SelectedIndexChanged += new System.EventHandler(this.comboBox_Changed); // // lblDivider3 // this.lblDivider3.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.lblDivider3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblDivider3.Location = new System.Drawing.Point(5, 243); this.lblDivider3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDivider3.Name = "lblDivider3"; this.lblDivider3.Size = new System.Drawing.Size(339, 1); this.lblDivider3.TabIndex = 27; // // lbl_UpCadleColor // this.lbl_UpCadleColor.AutoSize = true; this.lbl_UpCadleColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lbl_UpCadleColor.Location = new System.Drawing.Point(7, 178); this.lbl_UpCadleColor.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbl_UpCadleColor.Name = "lbl_UpCadleColor"; this.lbl_UpCadleColor.Size = new System.Drawing.Size(99, 13); this.lbl_UpCadleColor.TabIndex = 28; this.lbl_UpCadleColor.Text = "Up Candle Color"; // // lbl_DownCandleColor // this.lbl_DownCandleColor.AutoSize = true; this.lbl_DownCandleColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lbl_DownCandleColor.Location = new System.Drawing.Point(7, 201); this.lbl_DownCandleColor.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbl_DownCandleColor.Name = "lbl_DownCandleColor"; this.lbl_DownCandleColor.Size = new System.Drawing.Size(115, 13); this.lbl_DownCandleColor.TabIndex = 29; this.lbl_DownCandleColor.Text = "Down Candle Color"; // // lbl_OutlineWickColor // this.lbl_OutlineWickColor.AutoSize = true; this.lbl_OutlineWickColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lbl_OutlineWickColor.Location = new System.Drawing.Point(7, 224); this.lbl_OutlineWickColor.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbl_OutlineWickColor.Name = "lbl_OutlineWickColor"; this.lbl_OutlineWickColor.Size = new System.Drawing.Size(115, 13); this.lbl_OutlineWickColor.TabIndex = 30; this.lbl_OutlineWickColor.Text = "Outline/Wick Color"; // // lblWatermarkOpacity // this.lblWatermarkOpacity.AutoSize = true; this.lblWatermarkOpacity.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lblWatermarkOpacity.Location = new System.Drawing.Point(7, 285); this.lblWatermarkOpacity.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblWatermarkOpacity.Name = "lblWatermarkOpacity"; this.lblWatermarkOpacity.Size = new System.Drawing.Size(115, 13); this.lblWatermarkOpacity.TabIndex = 33; this.lblWatermarkOpacity.Text = "Watermark Opacity"; // // lblDivider4 // this.lblDivider4.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.lblDivider4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblDivider4.Location = new System.Drawing.Point(5, 308); this.lblDivider4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDivider4.Name = "lblDivider4"; this.lblDivider4.Size = new System.Drawing.Size(289, 1); this.lblDivider4.TabIndex = 34; // // tabControl // this.tabControl.Controls.Add(this.tabStyle); this.tabControl.Controls.Add(this.tabColor); this.tabControl.Controls.Add(this.tabComparisons); this.tabControl.Location = new System.Drawing.Point(-1, 6); this.tabControl.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(309, 341); this.tabControl.TabIndex = 35; this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_Changed); // // tabStyle // this.tabStyle.Controls.Add(this.chkUseGradientAreaColor); this.tabStyle.Controls.Add(this.lbl_LineColor); this.tabStyle.Controls.Add(this.chkDisplayPriorDayClose); this.tabStyle.Controls.Add(this.lbl_ScaleType); this.tabStyle.Controls.Add(this.radio_Logarithmic); this.tabStyle.Controls.Add(this.radio_Linear); this.tabStyle.Controls.Add(this.lblDivider7); this.tabStyle.Controls.Add(this.lbl_LineWidth); this.tabStyle.Controls.Add(this.colorPicker_DisplayPriorDayClose); this.tabStyle.Controls.Add(this.lblDivider6); this.tabStyle.Controls.Add(this.colorPicker_LineColor); this.tabStyle.Controls.Add(this.slider_LineWidth); this.tabStyle.Controls.Add(this.comboBox_ColorOn); this.tabStyle.Controls.Add(this.lbl_ColorOn); this.tabStyle.Controls.Add(this.lblDivider5); this.tabStyle.Controls.Add(this.comboBox_ChartStyle); this.tabStyle.Controls.Add(this.lbl_ChartStyle); this.tabStyle.Location = new System.Drawing.Point(4, 22); this.tabStyle.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.tabStyle.Name = "tabStyle"; this.tabStyle.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); this.tabStyle.Size = new System.Drawing.Size(301, 315); this.tabStyle.TabIndex = 0; this.tabStyle.Text = "Style"; this.tabStyle.UseVisualStyleBackColor = true; // // chkUseGradientAreaColor // this.chkUseGradientAreaColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.chkUseGradientAreaColor.Location = new System.Drawing.Point(10, 142); this.chkUseGradientAreaColor.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.chkUseGradientAreaColor.Name = "chkUseGradientAreaColor"; this.chkUseGradientAreaColor.Size = new System.Drawing.Size(191, 18); this.chkUseGradientAreaColor.TabIndex = 52; this.chkUseGradientAreaColor.Text = "Use Gradient for Area Color"; this.chkUseGradientAreaColor.UseVisualStyleBackColor = true; this.chkUseGradientAreaColor.CheckedChanged += new System.EventHandler(this.chkUseGradientAreaColor_CheckedChanged); // // lbl_LineColor // this.lbl_LineColor.AutoSize = true; this.lbl_LineColor.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lbl_LineColor.Location = new System.Drawing.Point(6, 112); this.lbl_LineColor.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbl_LineColor.Name = "lbl_LineColor"; this.lbl_LineColor.Size = new System.Drawing.Size(95, 13); this.lbl_LineColor.TabIndex = 50; this.lbl_LineColor.Text = "Line/Area color"; // // chkDisplayPriorDayClose // this.chkDisplayPriorDayClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.chkDisplayPriorDayClose.Location = new System.Drawing.Point(8, 165); this.chkDisplayPriorDayClose.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.chkDisplayPriorDayClose.Name = "chkDisplayPriorDayClose"; this.chkDisplayPriorDayClose.Size = new System.Drawing.Size(127, 36); this.chkDisplayPriorDayClose.TabIndex = 49; this.chkDisplayPriorDayClose.Text = "Display prior day close"; this.chkDisplayPriorDayClose.UseVisualStyleBackColor = true; this.chkDisplayPriorDayClose.CheckedChanged += new System.EventHandler(this.chkDisplayPriorDayClose_CheckedChanged); // // lbl_ScaleType // this.lbl_ScaleType.AutoSize = true; this.lbl_ScaleType.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lbl_ScaleType.Location = new System.Drawing.Point(6, 211); this.lbl_ScaleType.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbl_ScaleType.Name = "lbl_ScaleType"; this.lbl_ScaleType.Size = new System.Drawing.Size(67, 13); this.lbl_ScaleType.TabIndex = 48; this.lbl_ScaleType.Text = "Scale type"; // // radio_Logarithmic // this.radio_Logarithmic.AutoSize = true; this.radio_Logarithmic.Location = new System.Drawing.Point(145, 231); this.radio_Logarithmic.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.radio_Logarithmic.Name = "radio_Logarithmic"; this.radio_Logarithmic.Size = new System.Drawing.Size(79, 17); this.radio_Logarithmic.TabIndex = 47; this.radio_Logarithmic.Text = "Logarithmic"; this.radio_Logarithmic.UseVisualStyleBackColor = true; this.radio_Logarithmic.CheckedChanged += new System.EventHandler(this.radio_Changed); // // radio_Linear // this.radio_Linear.AutoSize = true; this.radio_Linear.Checked = true; this.radio_Linear.Location = new System.Drawing.Point(144, 209); this.radio_Linear.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.radio_Linear.Name = "radio_Linear"; this.radio_Linear.Size = new System.Drawing.Size(54, 17); this.radio_Linear.TabIndex = 46; this.radio_Linear.TabStop = true; this.radio_Linear.Text = "Linear"; this.radio_Linear.UseVisualStyleBackColor = true; this.radio_Linear.CheckedChanged += new System.EventHandler(this.radio_Changed); // // lblDivider7 // this.lblDivider7.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.lblDivider7.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblDivider7.Location = new System.Drawing.Point(7, 204); this.lblDivider7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDivider7.Name = "lblDivider7"; this.lblDivider7.Size = new System.Drawing.Size(289, 1); this.lblDivider7.TabIndex = 45; // // lbl_LineWidth // this.lbl_LineWidth.AutoSize = true; this.lbl_LineWidth.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lbl_LineWidth.Location = new System.Drawing.Point(5, 81); this.lbl_LineWidth.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbl_LineWidth.Name = "lbl_LineWidth"; this.lbl_LineWidth.Size = new System.Drawing.Size(65, 13); this.lbl_LineWidth.TabIndex = 39; this.lbl_LineWidth.Text = "Line width"; // // colorPicker_DisplayPriorDayClose // this.colorPicker_DisplayPriorDayClose.ColorPickerMainPanelHeigth = 30; this.colorPicker_DisplayPriorDayClose.ControlsToToHideOrShow = null; this.colorPicker_DisplayPriorDayClose.Location = new System.Drawing.Point(1, 172); this.colorPicker_DisplayPriorDayClose.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.colorPicker_DisplayPriorDayClose.Name = "colorPicker_DisplayPriorDayClose"; this.colorPicker_DisplayPriorDayClose.OtherColorPickerControl = null; this.colorPicker_DisplayPriorDayClose.Size = new System.Drawing.Size(332, 403); this.colorPicker_DisplayPriorDayClose.TabIndex = 44; this.colorPicker_DisplayPriorDayClose.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged); this.colorPicker_DisplayPriorDayClose.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this.colorPicker_DisplayPriorDayClose.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); // // lblDivider6 // this.lblDivider6.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.lblDivider6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblDivider6.Location = new System.Drawing.Point(5, 162); this.lblDivider6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDivider6.Name = "lblDivider6"; this.lblDivider6.Size = new System.Drawing.Size(289, 1); this.lblDivider6.TabIndex = 42; // // colorPicker_LineColor // this.colorPicker_LineColor.ColorPickerMainPanelHeigth = 30; this.colorPicker_LineColor.ControlsToToHideOrShow = null; this.colorPicker_LineColor.Location = new System.Drawing.Point(1, 112); this.colorPicker_LineColor.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.colorPicker_LineColor.Name = "colorPicker_LineColor"; this.colorPicker_LineColor.OtherColorPickerControl = null; this.colorPicker_LineColor.Size = new System.Drawing.Size(332, 403); this.colorPicker_LineColor.TabIndex = 36; this.colorPicker_LineColor.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged); this.colorPicker_LineColor.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this.colorPicker_LineColor.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); // // slider_LineWidth // this.slider_LineWidth.BackColor = System.Drawing.Color.White; this.slider_LineWidth.LargeChange = 1; this.slider_LineWidth.Location = new System.Drawing.Point(136, 79); this.slider_LineWidth.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.slider_LineWidth.Maximum = 7; this.slider_LineWidth.Minimum = 1; this.slider_LineWidth.Name = "slider_LineWidth"; this.slider_LineWidth.Size = new System.Drawing.Size(155, 45); this.slider_LineWidth.TabIndex = 51; this.slider_LineWidth.Value = 1; this.slider_LineWidth.Scroll += new System.EventHandler(this.sliderLineWidth_ValueChanged); this.slider_LineWidth.MouseUp += new System.Windows.Forms.MouseEventHandler(this.sliderLineWidth_ValueChanged); // // comboBox_ColorOn // this.comboBox_ColorOn.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBox_ColorOn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_ColorOn.ForeColor = System.Drawing.SystemColors.WindowText; this.comboBox_ColorOn.FormattingEnabled = true; this.comboBox_ColorOn.Items.AddRange(new object[] { "Open vs Close", "One Color"}); this.comboBox_ColorOn.Location = new System.Drawing.Point(144, 53); this.comboBox_ColorOn.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.comboBox_ColorOn.Name = "comboBox_ColorOn"; this.comboBox_ColorOn.Size = new System.Drawing.Size(141, 21); this.comboBox_ColorOn.TabIndex = 38; this.comboBox_ColorOn.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboBox_DrawWhiteBackgroundItem); this.comboBox_ColorOn.SelectedIndexChanged += new System.EventHandler(this.comboBoxColorOn_Changed); // // lbl_ColorOn // this.lbl_ColorOn.AutoSize = true; this.lbl_ColorOn.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lbl_ColorOn.Location = new System.Drawing.Point(5, 52); this.lbl_ColorOn.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbl_ColorOn.Name = "lbl_ColorOn"; this.lbl_ColorOn.Size = new System.Drawing.Size(54, 13); this.lbl_ColorOn.TabIndex = 37; this.lbl_ColorOn.Text = "Color on"; // // lblDivider5 // this.lblDivider5.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.lblDivider5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblDivider5.Location = new System.Drawing.Point(5, 42); this.lblDivider5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDivider5.Name = "lblDivider5"; this.lblDivider5.Size = new System.Drawing.Size(289, 1); this.lblDivider5.TabIndex = 36; // // comboBox_ChartStyle // this.comboBox_ChartStyle.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBox_ChartStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_ChartStyle.ForeColor = System.Drawing.SystemColors.WindowText; this.comboBox_ChartStyle.FormattingEnabled = true; this.comboBox_ChartStyle.Items.AddRange(new object[] { "CandleStick", "Line", "Bar", "Area", "HLC", "OHLC"}); this.comboBox_ChartStyle.Location = new System.Drawing.Point(145, 16); this.comboBox_ChartStyle.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.comboBox_ChartStyle.Name = "comboBox_ChartStyle"; this.comboBox_ChartStyle.Size = new System.Drawing.Size(141, 21); this.comboBox_ChartStyle.TabIndex = 37; this.comboBox_ChartStyle.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboBox_DrawWhiteBackgroundItem); this.comboBox_ChartStyle.SelectedIndexChanged += new System.EventHandler(this.comboBoxChartType_Changed); // // lbl_ChartStyle // this.lbl_ChartStyle.AutoSize = true; this.lbl_ChartStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lbl_ChartStyle.Location = new System.Drawing.Point(6, 14); this.lbl_ChartStyle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbl_ChartStyle.Name = "lbl_ChartStyle"; this.lbl_ChartStyle.Size = new System.Drawing.Size(67, 13); this.lbl_ChartStyle.TabIndex = 36; this.lbl_ChartStyle.Text = "Chart style"; // // tabColor // this.tabColor.Controls.Add(this.comboBox_ChartThemes); this.tabColor.Controls.Add(this.lbl_ChartThemes); this.tabColor.Controls.Add(this.lblDivider4); this.tabColor.Controls.Add(this.lblWatermarkOpacity); this.tabColor.Controls.Add(this.lbl_OutlineWickColor); this.tabColor.Controls.Add(this.lbl_DownCandleColor); this.tabColor.Controls.Add(this.lbl_UpCadleColor); this.tabColor.Controls.Add(this.lblDivider3); this.tabColor.Controls.Add(this.comboBox_ColorStyle); this.tabColor.Controls.Add(this.lblDateTextColor); this.tabColor.Controls.Add(this.lblDivider2); this.tabColor.Controls.Add(this.lblDivider); this.tabColor.Controls.Add(this.lblPriceTextColor); this.tabColor.Controls.Add(this.textBoxWatermark); this.tabColor.Controls.Add(this.chkGradientColor); this.tabColor.Controls.Add(this.lblBackgroundColor); this.tabColor.Controls.Add(this.lblWatermarkColor); this.tabColor.Controls.Add(this.slider_WatermarkOpacity); this.tabColor.Controls.Add(this.lblStatusLineTextColor); this.tabColor.Controls.Add(this.colorPicker_OutlineWickColor); this.tabColor.Controls.Add(this.colorPicker_DownCandleColor); this.tabColor.Controls.Add(this.colorPicker_UpCandleColor); this.tabColor.Controls.Add(this.colorPicker_StatusLineTextColor); this.tabColor.Controls.Add(this.colorPicker_DateTextColor); this.tabColor.Controls.Add(this.colorPicker_PriceTextColor); this.tabColor.Controls.Add(this.colorPicker_GradientColor); this.tabColor.Controls.Add(this.colorPicker_BackgroundColor); this.tabColor.Location = new System.Drawing.Point(4, 22); this.tabColor.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.tabColor.Name = "tabColor"; this.tabColor.Padding = new System.Windows.Forms.Padding(2, 3, 2, 3); this.tabColor.Size = new System.Drawing.Size(301, 315); this.tabColor.TabIndex = 1; this.tabColor.Text = "Color / Grid"; this.tabColor.UseVisualStyleBackColor = true; // // comboBox_ChartThemes // this.comboBox_ChartThemes.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBox_ChartThemes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_ChartThemes.FormattingEnabled = true; this.comboBox_ChartThemes.Location = new System.Drawing.Point(145, 9); this.comboBox_ChartThemes.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.comboBox_ChartThemes.Name = "comboBox_ChartThemes"; this.comboBox_ChartThemes.Size = new System.Drawing.Size(141, 21); this.comboBox_ChartThemes.TabIndex = 36; this.comboBox_ChartThemes.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboBoxChartTheme_DrawWhiteBackgroundItem); this.comboBox_ChartThemes.SelectedIndexChanged += new System.EventHandler(this.comboBoxChartThemes_Changed); // // lbl_ChartThemes // this.lbl_ChartThemes.AutoSize = true; this.lbl_ChartThemes.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold); this.lbl_ChartThemes.Location = new System.Drawing.Point(7, 14); this.lbl_ChartThemes.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lbl_ChartThemes.Name = "lbl_ChartThemes"; this.lbl_ChartThemes.Size = new System.Drawing.Size(79, 13); this.lbl_ChartThemes.TabIndex = 35; this.lbl_ChartThemes.Text = "Chart Theme"; // // colorPicker_OutlineWickColor // this.colorPicker_OutlineWickColor.ColorPickerMainPanelHeigth = 30; this.colorPicker_OutlineWickColor.ControlsToToHideOrShow = null; this.colorPicker_OutlineWickColor.Location = new System.Drawing.Point(2, 218); this.colorPicker_OutlineWickColor.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.colorPicker_OutlineWickColor.Name = "colorPicker_OutlineWickColor"; this.colorPicker_OutlineWickColor.OtherColorPickerControl = null; this.colorPicker_OutlineWickColor.Size = new System.Drawing.Size(332, 403); this.colorPicker_OutlineWickColor.TabIndex = 5; this.colorPicker_OutlineWickColor.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged); this.colorPicker_OutlineWickColor.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this.colorPicker_OutlineWickColor.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); // // colorPicker_DownCandleColor // this.colorPicker_DownCandleColor.ColorPickerMainPanelHeigth = 30; this.colorPicker_DownCandleColor.ControlsToToHideOrShow = null; this.colorPicker_DownCandleColor.Location = new System.Drawing.Point(2, 196); this.colorPicker_DownCandleColor.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.colorPicker_DownCandleColor.Name = "colorPicker_DownCandleColor"; this.colorPicker_DownCandleColor.OtherColorPickerControl = null; this.colorPicker_DownCandleColor.Size = new System.Drawing.Size(332, 403); this.colorPicker_DownCandleColor.TabIndex = 32; this.colorPicker_DownCandleColor.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged); this.colorPicker_DownCandleColor.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this.colorPicker_DownCandleColor.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); // // colorPicker_UpCandleColor // this.colorPicker_UpCandleColor.ColorPickerMainPanelHeigth = 30; this.colorPicker_UpCandleColor.ControlsToToHideOrShow = null; this.colorPicker_UpCandleColor.Location = new System.Drawing.Point(2, 173); this.colorPicker_UpCandleColor.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.colorPicker_UpCandleColor.Name = "colorPicker_UpCandleColor"; this.colorPicker_UpCandleColor.OtherColorPickerControl = null; this.colorPicker_UpCandleColor.Size = new System.Drawing.Size(332, 403); this.colorPicker_UpCandleColor.TabIndex = 31; this.colorPicker_UpCandleColor.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged); this.colorPicker_UpCandleColor.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this.colorPicker_UpCandleColor.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); // // colorPicker_StatusLineTextColor // this.colorPicker_StatusLineTextColor.ColorPickerMainPanelHeigth = 30; this.colorPicker_StatusLineTextColor.ControlsToToHideOrShow = null; this.colorPicker_StatusLineTextColor.Location = new System.Drawing.Point(2, 140); this.colorPicker_StatusLineTextColor.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.colorPicker_StatusLineTextColor.Name = "colorPicker_StatusLineTextColor"; this.colorPicker_StatusLineTextColor.OtherColorPickerControl = null; this.colorPicker_StatusLineTextColor.Size = new System.Drawing.Size(332, 403); this.colorPicker_StatusLineTextColor.TabIndex = 24; this.colorPicker_StatusLineTextColor.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged); this.colorPicker_StatusLineTextColor.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this.colorPicker_StatusLineTextColor.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); // // colorPicker_DateTextColor // this.colorPicker_DateTextColor.ColorPickerMainPanelHeigth = 30; this.colorPicker_DateTextColor.ControlsToToHideOrShow = null; this.colorPicker_DateTextColor.Location = new System.Drawing.Point(2, 117); this.colorPicker_DateTextColor.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.colorPicker_DateTextColor.Name = "colorPicker_DateTextColor"; this.colorPicker_DateTextColor.OtherColorPickerControl = null; this.colorPicker_DateTextColor.Size = new System.Drawing.Size(332, 403); this.colorPicker_DateTextColor.TabIndex = 22; this.colorPicker_DateTextColor.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged); this.colorPicker_DateTextColor.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this.colorPicker_DateTextColor.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); // // colorPicker_PriceTextColor // this.colorPicker_PriceTextColor.ColorPickerMainPanelHeigth = 30; this.colorPicker_PriceTextColor.ControlsToToHideOrShow = null; this.colorPicker_PriceTextColor.Location = new System.Drawing.Point(2, 94); this.colorPicker_PriceTextColor.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.colorPicker_PriceTextColor.Name = "colorPicker_PriceTextColor"; this.colorPicker_PriceTextColor.OtherColorPickerControl = null; this.colorPicker_PriceTextColor.Size = new System.Drawing.Size(332, 403); this.colorPicker_PriceTextColor.TabIndex = 2; this.colorPicker_PriceTextColor.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged); this.colorPicker_PriceTextColor.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this.colorPicker_PriceTextColor.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); // // colorPicker_GradientColor // this.colorPicker_GradientColor.ColorPickerMainPanelHeigth = 30; this.colorPicker_GradientColor.ControlsToToHideOrShow = null; this.colorPicker_GradientColor.Location = new System.Drawing.Point(2, 58); this.colorPicker_GradientColor.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.colorPicker_GradientColor.Name = "colorPicker_GradientColor"; this.colorPicker_GradientColor.OtherColorPickerControl = null; this.colorPicker_GradientColor.Size = new System.Drawing.Size(332, 403); this.colorPicker_GradientColor.TabIndex = 1; this.colorPicker_GradientColor.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged); this.colorPicker_GradientColor.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this.colorPicker_GradientColor.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); // // colorPicker_BackgroundColor // this.colorPicker_BackgroundColor.ColorPickerMainPanelHeigth = 30; this.colorPicker_BackgroundColor.ControlsToToHideOrShow = null; this.colorPicker_BackgroundColor.Location = new System.Drawing.Point(2, 35); this.colorPicker_BackgroundColor.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.colorPicker_BackgroundColor.Name = "colorPicker_BackgroundColor"; this.colorPicker_BackgroundColor.OtherColorPickerControl = null; this.colorPicker_BackgroundColor.Size = new System.Drawing.Size(332, 403); this.colorPicker_BackgroundColor.TabIndex = 0; this.colorPicker_BackgroundColor.ColorChanged += new System.EventHandler(this.colorPickerBackground_ColorChanged); this.colorPicker_BackgroundColor.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this.colorPicker_BackgroundColor.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); // // tabComparisons // this.tabComparisons.Controls.Add(this.lblCompareTypeLineWidth); this.tabComparisons.Controls.Add(this.slider_ComparisonSymbolLineWidth); this.tabComparisons.Controls.Add(this.lblDivider8); this.tabComparisons.Controls.Add(this.lblCompareType); this.tabComparisons.Controls.Add(this.comboBox_CompareType); this.tabComparisons.Controls.Add(this.linkLbl_Reset); this.tabComparisons.Controls.Add(this._addComparisonSymbolControl5); this.tabComparisons.Controls.Add(this._addComparisonSymbolControl4); this.tabComparisons.Controls.Add(this._addComparisonSymbolControl3); this.tabComparisons.Controls.Add(this._addComparisonSymbolControl2); this.tabComparisons.Controls.Add(this._addComparisonSymbolControl1); this.tabComparisons.Location = new System.Drawing.Point(4, 22); this.tabComparisons.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.tabComparisons.Name = "tabComparisons"; this.tabComparisons.Size = new System.Drawing.Size(301, 315); this.tabComparisons.TabIndex = 2; this.tabComparisons.Text = "Comparisons"; this.tabComparisons.UseVisualStyleBackColor = true; // // lblCompareTypeLineWidth // this.lblCompareTypeLineWidth.AutoSize = true; this.lblCompareTypeLineWidth.Location = new System.Drawing.Point(6, 223); this.lblCompareTypeLineWidth.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblCompareTypeLineWidth.Name = "lblCompareTypeLineWidth"; this.lblCompareTypeLineWidth.Size = new System.Drawing.Size(55, 13); this.lblCompareTypeLineWidth.TabIndex = 54; this.lblCompareTypeLineWidth.Text = "Line width"; // // slider_ComparisonSymbolLineWidth // this.slider_ComparisonSymbolLineWidth.BackColor = System.Drawing.Color.White; this.slider_ComparisonSymbolLineWidth.LargeChange = 1; this.slider_ComparisonSymbolLineWidth.Location = new System.Drawing.Point(137, 220); this.slider_ComparisonSymbolLineWidth.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.slider_ComparisonSymbolLineWidth.Maximum = 7; this.slider_ComparisonSymbolLineWidth.Minimum = 1; this.slider_ComparisonSymbolLineWidth.Name = "slider_ComparisonSymbolLineWidth"; this.slider_ComparisonSymbolLineWidth.Size = new System.Drawing.Size(155, 45); this.slider_ComparisonSymbolLineWidth.TabIndex = 55; this.slider_ComparisonSymbolLineWidth.Value = 1; this.slider_ComparisonSymbolLineWidth.Scroll += new System.EventHandler(this.sliderComparisonLineWidth_ValueChanged); this.slider_ComparisonSymbolLineWidth.MouseUp += new System.Windows.Forms.MouseEventHandler(this.sliderComparisonLineWidth_ValueChanged); // // lblDivider8 // this.lblDivider8.BackColor = System.Drawing.SystemColors.ActiveCaptionText; this.lblDivider8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.lblDivider8.Location = new System.Drawing.Point(7, 183); this.lblDivider8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblDivider8.Name = "lblDivider8"; this.lblDivider8.Size = new System.Drawing.Size(289, 1); this.lblDivider8.TabIndex = 40; // // lblCompareType // this.lblCompareType.AutoSize = true; this.lblCompareType.Location = new System.Drawing.Point(6, 198); this.lblCompareType.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.lblCompareType.Name = "lblCompareType"; this.lblCompareType.Size = new System.Drawing.Size(72, 13); this.lblCompareType.TabIndex = 39; this.lblCompareType.Text = "Compare type"; // // comboBox_CompareType // this.comboBox_CompareType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBox_CompareType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox_CompareType.ForeColor = System.Drawing.SystemColors.WindowText; this.comboBox_CompareType.FormattingEnabled = true; this.comboBox_CompareType.Items.AddRange(new object[] { "Percentage", "Price"}); this.comboBox_CompareType.Location = new System.Drawing.Point(147, 194); this.comboBox_CompareType.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.comboBox_CompareType.Name = "comboBox_CompareType"; this.comboBox_CompareType.Size = new System.Drawing.Size(141, 21); this.comboBox_CompareType.TabIndex = 38; this.comboBox_CompareType.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboBox_DrawWhiteBackgroundItem); this.comboBox_CompareType.SelectedIndexChanged += new System.EventHandler(this.comboBoxCompareType_Changed); // // linkLbl_Reset // this.linkLbl_Reset.AutoSize = true; this.linkLbl_Reset.Location = new System.Drawing.Point(252, 9); this.linkLbl_Reset.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.linkLbl_Reset.Name = "linkLbl_Reset"; this.linkLbl_Reset.Size = new System.Drawing.Size(35, 13); this.linkLbl_Reset.TabIndex = 0; this.linkLbl_Reset.TabStop = true; this.linkLbl_Reset.Text = "Reset"; this.linkLbl_Reset.Click += new System.EventHandler(this.linkLbl_ResetClick); // // _addComparisonSymbolControl5 // this._addComparisonSymbolControl5.ColorPickerMainPanelHeigth = 30; this._addComparisonSymbolControl5.Location = new System.Drawing.Point(1, 148); this._addComparisonSymbolControl5.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this._addComparisonSymbolControl5.Name = "_addComparisonSymbolControl5"; this._addComparisonSymbolControl5.Size = new System.Drawing.Size(301, 403); this._addComparisonSymbolControl5.TabIndex = 5; this._addComparisonSymbolControl5.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged); this._addComparisonSymbolControl5.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this._addComparisonSymbolControl5.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); this._addComparisonSymbolControl5.OnCheckboxChanged += new System.EventHandler(this.comparisonSymbol_OnCheckboxChanged); // // _addComparisonSymbolControl4 // this._addComparisonSymbolControl4.ColorPickerMainPanelHeigth = 30; this._addComparisonSymbolControl4.Location = new System.Drawing.Point(1, 116); this._addComparisonSymbolControl4.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this._addComparisonSymbolControl4.Name = "_addComparisonSymbolControl4"; this._addComparisonSymbolControl4.Size = new System.Drawing.Size(301, 403); this._addComparisonSymbolControl4.TabIndex = 4; this._addComparisonSymbolControl4.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged); this._addComparisonSymbolControl4.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this._addComparisonSymbolControl4.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); this._addComparisonSymbolControl4.OnCheckboxChanged += new System.EventHandler(this.comparisonSymbol_OnCheckboxChanged); // // _addComparisonSymbolControl3 // this._addComparisonSymbolControl3.ColorPickerMainPanelHeigth = 30; this._addComparisonSymbolControl3.Location = new System.Drawing.Point(0, 86); this._addComparisonSymbolControl3.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this._addComparisonSymbolControl3.Name = "_addComparisonSymbolControl3"; this._addComparisonSymbolControl3.Size = new System.Drawing.Size(301, 403); this._addComparisonSymbolControl3.TabIndex = 3; this._addComparisonSymbolControl3.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged); this._addComparisonSymbolControl3.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this._addComparisonSymbolControl3.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); this._addComparisonSymbolControl3.OnCheckboxChanged += new System.EventHandler(this.comparisonSymbol_OnCheckboxChanged); // // _addComparisonSymbolControl2 // this._addComparisonSymbolControl2.ColorPickerMainPanelHeigth = 30; this._addComparisonSymbolControl2.Location = new System.Drawing.Point(0, 57); this._addComparisonSymbolControl2.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this._addComparisonSymbolControl2.Name = "_addComparisonSymbolControl2"; this._addComparisonSymbolControl2.Size = new System.Drawing.Size(301, 403); this._addComparisonSymbolControl2.TabIndex = 2; this._addComparisonSymbolControl2.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged); this._addComparisonSymbolControl2.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this._addComparisonSymbolControl2.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); this._addComparisonSymbolControl2.OnCheckboxChanged += new System.EventHandler(this.comparisonSymbol_OnCheckboxChanged); // // _addComparisonSymbolControl1 // this._addComparisonSymbolControl1.ColorPickerMainPanelHeigth = 30; this._addComparisonSymbolControl1.Location = new System.Drawing.Point(0, 27); this._addComparisonSymbolControl1.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this._addComparisonSymbolControl1.Name = "_addComparisonSymbolControl1"; this._addComparisonSymbolControl1.Size = new System.Drawing.Size(301, 403); this._addComparisonSymbolControl1.TabIndex = 1; this._addComparisonSymbolControl1.ColorChanged += new System.EventHandler(this.colorPicker_ColorChanged); this._addComparisonSymbolControl1.OnExpand += new System.EventHandler(this.colorPicker_OnExpand); this._addComparisonSymbolControl1.OnCollapse += new System.EventHandler(this.colorPicker_OnCollapse); this._addComparisonSymbolControl1.OnCheckboxChanged += new System.EventHandler(this.comparisonSymbol_OnCheckboxChanged); // // linkLbl_SaveTheme // this.linkLbl_SaveTheme.AutoSize = true; this.linkLbl_SaveTheme.Enabled = false; this.linkLbl_SaveTheme.Location = new System.Drawing.Point(9, 363); this.linkLbl_SaveTheme.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.linkLbl_SaveTheme.Name = "linkLbl_SaveTheme"; this.linkLbl_SaveTheme.Size = new System.Drawing.Size(68, 13); this.linkLbl_SaveTheme.TabIndex = 36; this.linkLbl_SaveTheme.TabStop = true; this.linkLbl_SaveTheme.Text = "Save Theme"; this.linkLbl_SaveTheme.Click += new System.EventHandler(this.linkLbl_SaveThemeClick); // // linkLbl_DeleteTheme // this.linkLbl_DeleteTheme.AutoSize = true; this.linkLbl_DeleteTheme.Location = new System.Drawing.Point(9, 363); this.linkLbl_DeleteTheme.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.linkLbl_DeleteTheme.Name = "linkLbl_DeleteTheme"; this.linkLbl_DeleteTheme.Size = new System.Drawing.Size(74, 13); this.linkLbl_DeleteTheme.TabIndex = 37; this.linkLbl_DeleteTheme.TabStop = true; this.linkLbl_DeleteTheme.Text = "Delete Theme"; this.linkLbl_DeleteTheme.Visible = false; this.linkLbl_DeleteTheme.Click += new System.EventHandler(this.linkLbl_DeleteThemeClick); // // ChartStylesDialog // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScrollMargin = new System.Drawing.Size(0, 30); this.ClientSize = new System.Drawing.Size(305, 393); this.Controls.Add(this.linkLbl_SaveTheme); this.Controls.Add(this.tabControl); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnApply); this.Controls.Add(this.linkLbl_DeleteTheme); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "ChartStylesDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Chart Styles"; ((System.ComponentModel.ISupportInitialize)(this.slider_WatermarkOpacity)).EndInit(); this.tabControl.ResumeLayout(false); this.tabStyle.ResumeLayout(false); this.tabStyle.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.slider_LineWidth)).EndInit(); this.tabColor.ResumeLayout(false); this.tabColor.PerformLayout(); this.tabComparisons.ResumeLayout(false); this.tabComparisons.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.slider_ComparisonSymbolLineWidth)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private ColorPickerDropdownControl colorPicker_BackgroundColor; private ColorPickerDropdownControl colorPicker_GradientColor; private System.Windows.Forms.Label lblBackgroundColor; private System.Windows.Forms.CheckBox chkGradientColor; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.Button btnApply; private System.Windows.Forms.TrackBar slider_WatermarkOpacity; private System.Windows.Forms.Label lblWatermarkColor; private System.Windows.Forms.TextBox textBoxWatermark; private System.Windows.Forms.Label lblPriceTextColor; private System.Windows.Forms.Label lblDivider; private System.Windows.Forms.Label lblDivider2; private ColorPickerDropdownControl colorPicker_PriceTextColor; private System.Windows.Forms.Label lblDateTextColor; private ColorPickerDropdownControl colorPicker_DateTextColor; private System.Windows.Forms.Label lblStatusLineTextColor; private ColorPickerDropdownControl colorPicker_StatusLineTextColor; private System.Windows.Forms.ComboBox comboBox_ColorStyle; private System.Windows.Forms.Label lblDivider3; private System.Windows.Forms.Label lbl_UpCadleColor; private System.Windows.Forms.Label lbl_DownCandleColor; private System.Windows.Forms.Label lbl_OutlineWickColor; private ColorPickerDropdownControl colorPicker_UpCandleColor; private ColorPickerDropdownControl colorPicker_DownCandleColor; private ColorPickerDropdownControl colorPicker_OutlineWickColor; private System.Windows.Forms.Label lblWatermarkOpacity; private System.Windows.Forms.Label lblDivider4; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage tabStyle; private System.Windows.Forms.TabPage tabColor; private ComboBox comboBox_ChartStyle; private Label lbl_ChartStyle; private Label lblDivider5; private ComboBox comboBox_ColorOn; private Label lbl_ColorOn; private Label lbl_LineWidth; private ColorPickerDropdownControl colorPicker_LineColor; private Label lblDivider6; private ColorPickerDropdownControl colorPicker_DisplayPriorDayClose; private Label lblDivider7; private RadioButton radio_Logarithmic; private RadioButton radio_Linear; private Label lbl_ScaleType; private CheckBox chkDisplayPriorDayClose; private Label lbl_LineColor; private TrackBar slider_LineWidth; private CheckBox chkUseGradientAreaColor; private TabPage tabComparisons; private ComparisonSymbolChartStyleControl _addComparisonSymbolControl2; private ComparisonSymbolChartStyleControl _addComparisonSymbolControl1; private ComparisonSymbolChartStyleControl _addComparisonSymbolControl3; private ComparisonSymbolChartStyleControl _addComparisonSymbolControl4; private ComparisonSymbolChartStyleControl _addComparisonSymbolControl5; private LinkLabel linkLbl_Reset; private Label lblDivider8; private Label lblCompareType; private ComboBox comboBox_CompareType; private Label lblCompareTypeLineWidth; private TrackBar slider_ComparisonSymbolLineWidth; private ComboBox comboBox_ChartThemes; private Label lbl_ChartThemes; private LinkLabel linkLbl_SaveTheme; private LinkLabel linkLbl_DeleteTheme; } }