namespace TIProDevExtension
{
partial class ConfigDemoAsConfigWindow
{
///
/// 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.configDemoUserControl1 = new TradeIdeas.TIProGUI.CBT.ConfigDemoUserControl();
this.hideButton = new System.Windows.Forms.Button();
this.showColumnCheckBox = new System.Windows.Forms.CheckBox();
this.sortByRadioButton = new System.Windows.Forms.RadioButton();
this.SuspendLayout();
//
// configDemoUserControl1
//
this.configDemoUserControl1.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.configDemoUserControl1.Location = new System.Drawing.Point(3, 3);
this.configDemoUserControl1.MaxText = "";
this.configDemoUserControl1.MinText = "";
this.configDemoUserControl1.Name = "configDemoUserControl1";
this.configDemoUserControl1.Size = new System.Drawing.Size(695, 312);
this.configDemoUserControl1.TabIndex = 0;
//
// hideButton
//
this.hideButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.hideButton.Location = new System.Drawing.Point(3, 321);
this.hideButton.Name = "hideButton";
this.hideButton.Size = new System.Drawing.Size(75, 23);
this.hideButton.TabIndex = 1;
this.hideButton.Text = "Hide";
this.hideButton.UseVisualStyleBackColor = true;
this.hideButton.Click += new System.EventHandler(this.hideButton_Click);
//
// showColumnCheckBox
//
this.showColumnCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.showColumnCheckBox.AutoSize = true;
this.showColumnCheckBox.Location = new System.Drawing.Point(607, 325);
this.showColumnCheckBox.Name = "showColumnCheckBox";
this.showColumnCheckBox.Size = new System.Drawing.Size(91, 17);
this.showColumnCheckBox.TabIndex = 4;
this.showColumnCheckBox.Text = "Show Column";
this.showColumnCheckBox.UseVisualStyleBackColor = true;
//
// sortByRadioButton
//
this.sortByRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.sortByRadioButton.AutoSize = true;
this.sortByRadioButton.Location = new System.Drawing.Point(542, 324);
this.sortByRadioButton.Name = "sortByRadioButton";
this.sortByRadioButton.Size = new System.Drawing.Size(59, 17);
this.sortByRadioButton.TabIndex = 3;
this.sortByRadioButton.TabStop = true;
this.sortByRadioButton.Text = "Sort By";
this.sortByRadioButton.UseVisualStyleBackColor = true;
//
// ConfigDemoAsConfigWindow
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.sortByRadioButton);
this.Controls.Add(this.showColumnCheckBox);
this.Controls.Add(this.hideButton);
this.Controls.Add(this.configDemoUserControl1);
this.Name = "ConfigDemoAsConfigWindow";
this.Size = new System.Drawing.Size(701, 347);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private TradeIdeas.TIProGUI.CBT.ConfigDemoUserControl configDemoUserControl1;
private System.Windows.Forms.Button hideButton;
private System.Windows.Forms.CheckBox showColumnCheckBox;
private System.Windows.Forms.RadioButton sortByRadioButton;
}
}