namespace TradeIdeas.TIProGUI.EnhancedSingleStockWindow
{
partial class ViewMode
{
///
/// 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.groupBox1 = new System.Windows.Forms.GroupBox();
this.rdoPriceAction = new System.Windows.Forms.RadioButton();
this.rdoCompetitor = new System.Windows.Forms.RadioButton();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(85, 114);
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);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.rdoPriceAction);
this.groupBox1.Controls.Add(this.rdoCompetitor);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(232, 96);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "View Mode ";
//
// rdoPriceAction
//
this.rdoPriceAction.AutoSize = true;
this.rdoPriceAction.Location = new System.Drawing.Point(6, 42);
this.rdoPriceAction.Name = "rdoPriceAction";
this.rdoPriceAction.Size = new System.Drawing.Size(82, 17);
this.rdoPriceAction.TabIndex = 1;
this.rdoPriceAction.Text = "Price Action";
this.rdoPriceAction.UseVisualStyleBackColor = true;
this.rdoPriceAction.CheckedChanged += new System.EventHandler(this.rdoPriceAction_CheckedChanged);
//
// rdoCompetitor
//
this.rdoCompetitor.AutoSize = true;
this.rdoCompetitor.Checked = true;
this.rdoCompetitor.Location = new System.Drawing.Point(6, 19);
this.rdoCompetitor.Name = "rdoCompetitor";
this.rdoCompetitor.Size = new System.Drawing.Size(80, 17);
this.rdoCompetitor.TabIndex = 0;
this.rdoCompetitor.TabStop = true;
this.rdoCompetitor.Text = "Competitors";
this.rdoCompetitor.UseVisualStyleBackColor = true;
this.rdoCompetitor.CheckedChanged += new System.EventHandler(this.rdoCompetitor_CheckedChanged);
//
// ViewMode
//
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, 148);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnOK);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ViewMode";
this.Text = "View Mode";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ViewMode_FormClosing);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.RadioButton rdoPriceAction;
private System.Windows.Forms.RadioButton rdoCompetitor;
}
}