namespace TradeIdeas.TIProGUI
{
partial class OddsMakerOptimizer
{
///
/// 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.buttonRpart = new System.Windows.Forms.Button();
this.buttonRpartAltThree = new System.Windows.Forms.Button();
this.buttonVariableImportance = new System.Windows.Forms.Button();
this.buttonEdgeCaseDetector = new System.Windows.Forms.Button();
this.buttonMakeImportFile = new System.Windows.Forms.Button();
this.buttonMonteCarloWithMarket = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// buttonRpart
//
this.buttonRpart.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonRpart.Location = new System.Drawing.Point(12, 12);
this.buttonRpart.Name = "buttonRpart";
this.buttonRpart.Size = new System.Drawing.Size(393, 23);
this.buttonRpart.TabIndex = 3;
this.buttonRpart.Text = "Original RPart (quick but can easily over-optimize)";
this.buttonRpart.UseVisualStyleBackColor = true;
this.buttonRpart.Click += new System.EventHandler(this.buttonRpart_Click);
//
// buttonRpartAltThree
//
this.buttonRpartAltThree.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonRpartAltThree.Location = new System.Drawing.Point(12, 41);
this.buttonRpartAltThree.Name = "buttonRpartAltThree";
this.buttonRpartAltThree.Size = new System.Drawing.Size(393, 23);
this.buttonRpartAltThree.TabIndex = 7;
this.buttonRpartAltThree.Text = "Monte Carlo RPart (random sampling, takes longer, exclude market filters)";
this.buttonRpartAltThree.UseVisualStyleBackColor = true;
this.buttonRpartAltThree.Click += new System.EventHandler(this.button1_Click_1);
//
// buttonVariableImportance
//
this.buttonVariableImportance.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonVariableImportance.Location = new System.Drawing.Point(12, 99);
this.buttonVariableImportance.Name = "buttonVariableImportance";
this.buttonVariableImportance.Size = new System.Drawing.Size(393, 23);
this.buttonVariableImportance.TabIndex = 8;
this.buttonVariableImportance.Text = "Random Forest Variable Importance (which filters are important)";
this.buttonVariableImportance.UseVisualStyleBackColor = true;
this.buttonVariableImportance.Click += new System.EventHandler(this.buttonVariableImportance_Click);
//
// buttonEdgeCaseDetector
//
this.buttonEdgeCaseDetector.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonEdgeCaseDetector.Location = new System.Drawing.Point(12, 128);
this.buttonEdgeCaseDetector.Name = "buttonEdgeCaseDetector";
this.buttonEdgeCaseDetector.Size = new System.Drawing.Size(393, 23);
this.buttonEdgeCaseDetector.TabIndex = 9;
this.buttonEdgeCaseDetector.Text = "Edge Case Detector (usually quick)";
this.buttonEdgeCaseDetector.UseVisualStyleBackColor = true;
this.buttonEdgeCaseDetector.Click += new System.EventHandler(this.buttonEdgeCaseDetector_Click);
//
// buttonMakeImportFile
//
this.buttonMakeImportFile.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonMakeImportFile.Location = new System.Drawing.Point(12, 157);
this.buttonMakeImportFile.Name = "buttonMakeImportFile";
this.buttonMakeImportFile.Size = new System.Drawing.Size(393, 23);
this.buttonMakeImportFile.TabIndex = 10;
this.buttonMakeImportFile.Text = "Create Trade Journal Import File";
this.buttonMakeImportFile.UseVisualStyleBackColor = true;
this.buttonMakeImportFile.Click += new System.EventHandler(this.buttonMakeImportFile_Click);
//
// buttonMonteCarloWithMarket
//
this.buttonMonteCarloWithMarket.DialogResult = System.Windows.Forms.DialogResult.OK;
this.buttonMonteCarloWithMarket.Location = new System.Drawing.Point(12, 70);
this.buttonMonteCarloWithMarket.Name = "buttonMonteCarloWithMarket";
this.buttonMonteCarloWithMarket.Size = new System.Drawing.Size(393, 23);
this.buttonMonteCarloWithMarket.TabIndex = 11;
this.buttonMonteCarloWithMarket.Text = "Monte Carlo RPart (random sampling, takes longer, include market filters)";
this.buttonMonteCarloWithMarket.UseVisualStyleBackColor = true;
this.buttonMonteCarloWithMarket.Click += new System.EventHandler(this.button1_Click);
//
// OddsMakerOptimizer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(417, 213);
this.Controls.Add(this.buttonMonteCarloWithMarket);
this.Controls.Add(this.buttonMakeImportFile);
this.Controls.Add(this.buttonEdgeCaseDetector);
this.Controls.Add(this.buttonVariableImportance);
this.Controls.Add(this.buttonRpartAltThree);
this.Controls.Add(this.buttonRpart);
this.Name = "OddsMakerOptimizer";
this.Text = "OddsMakerOptimizer";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button buttonRpart;
private System.Windows.Forms.Button buttonRpartAltThree;
private System.Windows.Forms.Button buttonVariableImportance;
private System.Windows.Forms.Button buttonEdgeCaseDetector;
private System.Windows.Forms.Button buttonMakeImportFile;
private System.Windows.Forms.Button buttonMonteCarloWithMarket;
}
}