namespace TradeIdeas.TIProGUI.RealTimeStockRace
{
partial class RaceLauncherForm
{
///
/// 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RaceLauncherForm));
this.lstConfigurations = new System.Windows.Forms.ListView();
this.largeImageList = new System.Windows.Forms.ImageList(this.components);
this.btnLaunch = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lstConfigurations
//
this.lstConfigurations.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.lstConfigurations.HideSelection = false;
this.lstConfigurations.LargeImageList = this.largeImageList;
this.lstConfigurations.Location = new System.Drawing.Point(12, 12);
this.lstConfigurations.MultiSelect = false;
this.lstConfigurations.Name = "lstConfigurations";
this.lstConfigurations.Size = new System.Drawing.Size(503, 245);
this.lstConfigurations.TabIndex = 0;
this.lstConfigurations.UseCompatibleStateImageBehavior = false;
this.lstConfigurations.SelectedIndexChanged += new System.EventHandler(this.lstConfigurations_SelectedIndexChanged);
this.lstConfigurations.DoubleClick += new System.EventHandler(this.lstConfigurations_DoubleClick);
//
// largeImageList
//
this.largeImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
this.largeImageList.ImageSize = new System.Drawing.Size(32, 32);
this.largeImageList.TransparentColor = System.Drawing.Color.Transparent;
//
// btnLaunch
//
this.btnLaunch.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btnLaunch.Location = new System.Drawing.Point(223, 263);
this.btnLaunch.Name = "btnLaunch";
this.btnLaunch.Size = new System.Drawing.Size(82, 23);
this.btnLaunch.TabIndex = 1;
this.btnLaunch.Text = "Launch";
this.btnLaunch.UseVisualStyleBackColor = true;
this.btnLaunch.Click += new System.EventHandler(this.btnLaunch_Click);
//
// RaceLauncherForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(527, 298);
this.Controls.Add(this.btnLaunch);
this.Controls.Add(this.lstConfigurations);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "RaceLauncherForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Race Launcher";
this.Activated += new System.EventHandler(this.RaceSetupForm_Activated);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ListView lstConfigurations;
private System.Windows.Forms.ImageList largeImageList;
private System.Windows.Forms.Button btnLaunch;
}
}