namespace TradeIdeas.TIProGUI { partial class AlertColorPicker { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AlertColorPicker)); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.bullishFgButton = new System.Windows.Forms.Button(); this.bullishBgButton = new System.Windows.Forms.Button(); this.bearishBgButton = new System.Windows.Forms.Button(); this.bearishFgButton = new System.Windows.Forms.Button(); this.neutralBgButton = new System.Windows.Forms.Button(); this.neutralFgButton = new System.Windows.Forms.Button(); this.bullishSampleLabel = new System.Windows.Forms.Label(); this.bearishSampleLabel = new System.Windows.Forms.Label(); this.neutralSampleLabel = new System.Windows.Forms.Label(); this.recentSettingsLabel = new System.Windows.Forms.Label(); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.recentSettingsListView = new System.Windows.Forms.ListView(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); this.SuspendLayout(); // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Location = new System.Drawing.Point(12, 231); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 0; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(93, 231); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 1; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(12, 19); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(40, 20); this.pictureBox1.TabIndex = 2; this.pictureBox1.TabStop = false; // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(12, 45); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(40, 20); this.pictureBox2.TabIndex = 3; this.pictureBox2.TabStop = false; // // pictureBox3 // this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); this.pictureBox3.Location = new System.Drawing.Point(12, 71); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(40, 20); this.pictureBox3.TabIndex = 4; this.pictureBox3.TabStop = false; // // bullishFgButton // this.bullishFgButton.BackColor = System.Drawing.Color.Black; this.bullishFgButton.Location = new System.Drawing.Point(58, 18); this.bullishFgButton.Name = "bullishFgButton"; this.bullishFgButton.Size = new System.Drawing.Size(23, 23); this.bullishFgButton.TabIndex = 6; this.bullishFgButton.UseVisualStyleBackColor = false; this.bullishFgButton.Click += new System.EventHandler(this.bullishFgButton_Click); // // bullishBgButton // this.bullishBgButton.BackColor = System.Drawing.Color.Lime; this.bullishBgButton.Location = new System.Drawing.Point(87, 18); this.bullishBgButton.Name = "bullishBgButton"; this.bullishBgButton.Size = new System.Drawing.Size(23, 23); this.bullishBgButton.TabIndex = 7; this.bullishBgButton.UseVisualStyleBackColor = false; this.bullishBgButton.Click += new System.EventHandler(this.bullishBgButton_Click); // // bearishBgButton // this.bearishBgButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.bearishBgButton.Location = new System.Drawing.Point(87, 44); this.bearishBgButton.Name = "bearishBgButton"; this.bearishBgButton.Size = new System.Drawing.Size(23, 23); this.bearishBgButton.TabIndex = 9; this.bearishBgButton.UseVisualStyleBackColor = false; this.bearishBgButton.Click += new System.EventHandler(this.bearishBgButton_Click); // // bearishFgButton // this.bearishFgButton.BackColor = System.Drawing.Color.Black; this.bearishFgButton.Location = new System.Drawing.Point(58, 44); this.bearishFgButton.Name = "bearishFgButton"; this.bearishFgButton.Size = new System.Drawing.Size(23, 23); this.bearishFgButton.TabIndex = 8; this.bearishFgButton.UseVisualStyleBackColor = false; this.bearishFgButton.Click += new System.EventHandler(this.bearishFgButton_Click); // // neutralBgButton // this.neutralBgButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.neutralBgButton.Location = new System.Drawing.Point(87, 70); this.neutralBgButton.Name = "neutralBgButton"; this.neutralBgButton.Size = new System.Drawing.Size(23, 23); this.neutralBgButton.TabIndex = 11; this.neutralBgButton.UseVisualStyleBackColor = false; this.neutralBgButton.Click += new System.EventHandler(this.neutralBgButton_Click); // // neutralFgButton // this.neutralFgButton.BackColor = System.Drawing.Color.Black; this.neutralFgButton.Location = new System.Drawing.Point(58, 70); this.neutralFgButton.Name = "neutralFgButton"; this.neutralFgButton.Size = new System.Drawing.Size(23, 23); this.neutralFgButton.TabIndex = 10; this.neutralFgButton.UseVisualStyleBackColor = false; this.neutralFgButton.Click += new System.EventHandler(this.neutralFgButton_Click); // // bullishSampleLabel // this.bullishSampleLabel.AutoSize = true; this.bullishSampleLabel.BackColor = System.Drawing.Color.Lime; this.bullishSampleLabel.Location = new System.Drawing.Point(116, 23); this.bullishSampleLabel.Name = "bullishSampleLabel"; this.bullishSampleLabel.Size = new System.Drawing.Size(97, 13); this.bullishSampleLabel.TabIndex = 12; this.bullishSampleLabel.Text = "bullishSampleLabel"; // // bearishSampleLabel // this.bearishSampleLabel.AutoSize = true; this.bearishSampleLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128))))); this.bearishSampleLabel.Location = new System.Drawing.Point(116, 49); this.bearishSampleLabel.Name = "bearishSampleLabel"; this.bearishSampleLabel.Size = new System.Drawing.Size(102, 13); this.bearishSampleLabel.TabIndex = 13; this.bearishSampleLabel.Text = "bearishSampleLabel"; // // neutralSampleLabel // this.neutralSampleLabel.AutoSize = true; this.neutralSampleLabel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.neutralSampleLabel.Location = new System.Drawing.Point(116, 75); this.neutralSampleLabel.Name = "neutralSampleLabel"; this.neutralSampleLabel.Size = new System.Drawing.Size(100, 13); this.neutralSampleLabel.TabIndex = 14; this.neutralSampleLabel.Text = "neutralSampleLabel"; // // recentSettingsLabel // this.recentSettingsLabel.AutoSize = true; this.recentSettingsLabel.Location = new System.Drawing.Point(9, 106); this.recentSettingsLabel.Name = "recentSettingsLabel"; this.recentSettingsLabel.Size = new System.Drawing.Size(101, 13); this.recentSettingsLabel.TabIndex = 15; this.recentSettingsLabel.Text = "recentSettingsLabel"; // // recentSettingsListView // this.recentSettingsListView.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.recentSettingsListView.FullRowSelect = true; this.recentSettingsListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.recentSettingsListView.Location = new System.Drawing.Point(12, 128); this.recentSettingsListView.MultiSelect = false; this.recentSettingsListView.Name = "recentSettingsListView"; this.recentSettingsListView.OwnerDraw = true; this.recentSettingsListView.Size = new System.Drawing.Size(268, 95); this.recentSettingsListView.TabIndex = 16; this.recentSettingsListView.UseCompatibleStateImageBehavior = false; this.recentSettingsListView.View = System.Windows.Forms.View.Details; this.recentSettingsListView.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.recentSettingsListBox_DrawItem); this.recentSettingsListView.SelectedIndexChanged += new System.EventHandler(this.recentSettingsListBox_SelectedIndexChanged); // // AlertColorPicker // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(292, 266); this.Controls.Add(this.recentSettingsListView); this.Controls.Add(this.recentSettingsLabel); this.Controls.Add(this.neutralSampleLabel); this.Controls.Add(this.bearishSampleLabel); this.Controls.Add(this.bullishSampleLabel); this.Controls.Add(this.neutralBgButton); this.Controls.Add(this.neutralFgButton); this.Controls.Add(this.bearishBgButton); this.Controls.Add(this.bearishFgButton); this.Controls.Add(this.bullishBgButton); this.Controls.Add(this.bullishFgButton); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "AlertColorPicker"; this.Text = "AlertColorPicker"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.AlertColorPicker_FormClosed); this.VisibleChanged += new System.EventHandler(this.AlertColorPicker_VisibleChanged); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.Button bullishFgButton; private System.Windows.Forms.Button bullishBgButton; private System.Windows.Forms.Button bearishBgButton; private System.Windows.Forms.Button bearishFgButton; private System.Windows.Forms.Button neutralBgButton; private System.Windows.Forms.Button neutralFgButton; private System.Windows.Forms.Label bullishSampleLabel; private System.Windows.Forms.Label bearishSampleLabel; private System.Windows.Forms.Label neutralSampleLabel; private System.Windows.Forms.Label recentSettingsLabel; private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.ListView recentSettingsListView; } }