namespace TradeIdeas.TIProGUI.RealTimeStockRace { partial class RaceSetupForm { /// /// 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(RaceSetupForm)); this.lstConfigurations = new System.Windows.Forms.ListView(); this.largeImageList = new System.Windows.Forms.ImageList(this.components); this.btnOk = new System.Windows.Forms.Button(); this.btnAdvanced = new System.Windows.Forms.Button(); this.btnCancel = 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; // // btnOk // this.btnOk.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOk.Location = new System.Drawing.Point(108, 265); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(82, 23); this.btnOk.TabIndex = 1; this.btnOk.Text = "OK"; this.btnOk.UseVisualStyleBackColor = true; // // btnAdvanced // this.btnAdvanced.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.btnAdvanced.Location = new System.Drawing.Point(226, 265); this.btnAdvanced.Name = "btnAdvanced"; this.btnAdvanced.Size = new System.Drawing.Size(82, 23); this.btnAdvanced.TabIndex = 2; this.btnAdvanced.Text = "Advanced"; this.btnAdvanced.UseVisualStyleBackColor = true; this.btnAdvanced.Click += new System.EventHandler(this.btnAdvanced_Click); // // btnCancel // this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(338, 265); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(82, 23); this.btnCancel.TabIndex = 3; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; // // RaceSetupForm // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(527, 298); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnAdvanced); this.Controls.Add(this.btnOk); this.Controls.Add(this.lstConfigurations); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "RaceSetupForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Race Setup"; 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 btnOk; private System.Windows.Forms.Button btnAdvanced; private System.Windows.Forms.Button btnCancel; } }