namespace AutoOptimizer { partial class MainForm { /// /// 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.listBoxMessages = new System.Windows.Forms.ListBox(); this.buttonStart = new System.Windows.Forms.Button(); this.buttonCancel = new System.Windows.Forms.Button(); this.tickPanel1 = new TradeIdeas.TIProGUI.TickPanel(); this.labelStatus = new System.Windows.Forms.Label(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.buttonUpload = new System.Windows.Forms.Button(); this.buttonRunPreoptimized = new System.Windows.Forms.Button(); this.buttonPreOptimizedOddsMaker = new System.Windows.Forms.Button(); this.SuspendLayout(); // // listBoxMessages // this.listBoxMessages.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.listBoxMessages.FormattingEnabled = true; this.listBoxMessages.ItemHeight = 20; this.listBoxMessages.Location = new System.Drawing.Point(20, 20); this.listBoxMessages.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.listBoxMessages.Name = "listBoxMessages"; this.listBoxMessages.ScrollAlwaysVisible = true; this.listBoxMessages.Size = new System.Drawing.Size(1135, 244); this.listBoxMessages.TabIndex = 0; // // buttonStart // this.buttonStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonStart.Location = new System.Drawing.Point(20, 289); this.buttonStart.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonStart.Name = "buttonStart"; this.buttonStart.Size = new System.Drawing.Size(112, 35); this.buttonStart.TabIndex = 1; this.buttonStart.Text = "Start OM"; this.buttonStart.UseVisualStyleBackColor = true; this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click); // // buttonCancel // this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonCancel.Location = new System.Drawing.Point(588, 289); this.buttonCancel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonCancel.Name = "buttonCancel"; this.buttonCancel.Size = new System.Drawing.Size(84, 35); this.buttonCancel.TabIndex = 2; this.buttonCancel.Text = "Quit"; this.buttonCancel.UseVisualStyleBackColor = true; this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click); // // tickPanel1 // this.tickPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.tickPanel1.BackColor = System.Drawing.Color.Black; this.tickPanel1.BottomColor = System.Drawing.Color.White; this.tickPanel1.CustomPingStringColor = null; this.tickPanel1.Location = new System.Drawing.Point(681, 289); this.tickPanel1.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this.tickPanel1.Name = "tickPanel1"; this.tickPanel1.Size = new System.Drawing.Size(249, 35); this.tickPanel1.TabIndex = 3; this.tickPanel1.UseGradient = false; // // labelStatus // this.labelStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.labelStatus.AutoSize = true; this.labelStatus.Location = new System.Drawing.Point(939, 297); this.labelStatus.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelStatus.Name = "labelStatus"; this.labelStatus.Size = new System.Drawing.Size(91, 20); this.labelStatus.TabIndex = 4; this.labelStatus.Text = "Not Started"; // // progressBar1 // this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.progressBar1.Location = new System.Drawing.Point(20, 337); this.progressBar1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.progressBar1.Name = "progressBar1"; this.progressBar1.Size = new System.Drawing.Size(1137, 35); this.progressBar1.TabIndex = 5; // // buttonUpload // this.buttonUpload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonUpload.Location = new System.Drawing.Point(141, 289); this.buttonUpload.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonUpload.Name = "buttonUpload"; this.buttonUpload.Size = new System.Drawing.Size(110, 35); this.buttonUpload.TabIndex = 6; this.buttonUpload.Text = "Upload"; this.buttonUpload.UseVisualStyleBackColor = true; this.buttonUpload.Click += new System.EventHandler(this.buttonUpload_Click); // // buttonRunPreoptimized // this.buttonRunPreoptimized.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonRunPreoptimized.Location = new System.Drawing.Point(260, 289); this.buttonRunPreoptimized.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonRunPreoptimized.Name = "buttonRunPreoptimized"; this.buttonRunPreoptimized.Size = new System.Drawing.Size(140, 35); this.buttonRunPreoptimized.TabIndex = 7; this.buttonRunPreoptimized.Text = "Pre-Optimized"; this.buttonRunPreoptimized.UseVisualStyleBackColor = true; this.buttonRunPreoptimized.Click += new System.EventHandler(this.buttonRunPreoptimized_Click); // // buttonPreOptimizedOddsMaker // this.buttonPreOptimizedOddsMaker.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonPreOptimizedOddsMaker.Location = new System.Drawing.Point(408, 289); this.buttonPreOptimizedOddsMaker.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.buttonPreOptimizedOddsMaker.Name = "buttonPreOptimizedOddsMaker"; this.buttonPreOptimizedOddsMaker.Size = new System.Drawing.Size(140, 35); this.buttonPreOptimizedOddsMaker.TabIndex = 8; this.buttonPreOptimizedOddsMaker.Text = "Pre-Opt OM"; this.buttonPreOptimizedOddsMaker.UseVisualStyleBackColor = true; this.buttonPreOptimizedOddsMaker.Click += new System.EventHandler(this.buttonPreOptimizedOddsMaker_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1174, 391); this.Controls.Add(this.buttonPreOptimizedOddsMaker); this.Controls.Add(this.buttonRunPreoptimized); this.Controls.Add(this.buttonUpload); this.Controls.Add(this.progressBar1); this.Controls.Add(this.labelStatus); this.Controls.Add(this.tickPanel1); this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonStart); this.Controls.Add(this.listBoxMessages); this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.Name = "MainForm"; this.Text = "Auto Optimizer"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListBox listBoxMessages; private System.Windows.Forms.Button buttonStart; private System.Windows.Forms.Button buttonCancel; private TradeIdeas.TIProGUI.TickPanel tickPanel1; private System.Windows.Forms.Label labelStatus; private System.Windows.Forms.ProgressBar progressBar1; private System.Windows.Forms.Button buttonUpload; private System.Windows.Forms.Button buttonRunPreoptimized; private System.Windows.Forms.Button buttonPreOptimizedOddsMaker; } }