namespace TIProDevExtension { partial class CompareChartData { /// /// 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.oldNewTestButton = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.retriesLabel = new System.Windows.Forms.Label(); this.countTextBox = new System.Windows.Forms.TextBox(); this.getSymbolListButton = new System.Windows.Forms.Button(); this.restartSymbolsButton = new System.Windows.Forms.Button(); this.weekMonthTestButton = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // oldNewTestButton // this.oldNewTestButton.Location = new System.Drawing.Point(12, 12); this.oldNewTestButton.Name = "oldNewTestButton"; this.oldNewTestButton.Size = new System.Drawing.Size(146, 46); this.oldNewTestButton.TabIndex = 0; this.oldNewTestButton.Text = "Old vs New"; this.oldNewTestButton.UseVisualStyleBackColor = true; this.oldNewTestButton.Click += new System.EventHandler(this.oldNewTestButton_Click); // // textBox1 // this.textBox1.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.textBox1.Location = new System.Drawing.Point(12, 64); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBox1.Size = new System.Drawing.Size(1227, 374); this.textBox1.TabIndex = 1; this.textBox1.WordWrap = false; // // retriesLabel // this.retriesLabel.AutoSize = true; this.retriesLabel.Location = new System.Drawing.Point(1051, 23); this.retriesLabel.Name = "retriesLabel"; this.retriesLabel.Size = new System.Drawing.Size(444, 25); this.retriesLabel.TabIndex = 2; this.retriesLabel.Text = "Total Retries: 0, Max Retry: 0, Last: None."; // // countTextBox // this.countTextBox.Location = new System.Drawing.Point(521, 20); this.countTextBox.Name = "countTextBox"; this.countTextBox.Size = new System.Drawing.Size(78, 31); this.countTextBox.TabIndex = 3; this.countTextBox.Text = "2"; // // getSymbolListButton // this.getSymbolListButton.Location = new System.Drawing.Point(641, 12); this.getSymbolListButton.Name = "getSymbolListButton"; this.getSymbolListButton.Size = new System.Drawing.Size(185, 46); this.getSymbolListButton.TabIndex = 4; this.getSymbolListButton.Text = "Get Symbol List"; this.getSymbolListButton.UseVisualStyleBackColor = true; this.getSymbolListButton.Click += new System.EventHandler(this.getSymbolListButton_Click); // // restartSymbolsButton // this.restartSymbolsButton.Location = new System.Drawing.Point(832, 12); this.restartSymbolsButton.Name = "restartSymbolsButton"; this.restartSymbolsButton.Size = new System.Drawing.Size(185, 46); this.restartSymbolsButton.TabIndex = 5; this.restartSymbolsButton.Text = "Restart Symbols"; this.restartSymbolsButton.UseVisualStyleBackColor = true; this.restartSymbolsButton.Click += new System.EventHandler(this.restartSymbolsButton_Click); // // weekMonthTestButton // this.weekMonthTestButton.Location = new System.Drawing.Point(164, 12); this.weekMonthTestButton.Name = "weekMonthTestButton"; this.weekMonthTestButton.Size = new System.Drawing.Size(180, 46); this.weekMonthTestButton.TabIndex = 6; this.weekMonthTestButton.Text = "Week && Month"; this.weekMonthTestButton.UseVisualStyleBackColor = true; this.weekMonthTestButton.Click += new System.EventHandler(this.weekMonthTestButton_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(379, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(136, 25); this.label1.TabIndex = 7; this.label1.Text = "Tests / Click:"; // // CompareChartData // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1251, 450); this.Controls.Add(this.label1); this.Controls.Add(this.weekMonthTestButton); this.Controls.Add(this.restartSymbolsButton); this.Controls.Add(this.getSymbolListButton); this.Controls.Add(this.countTextBox); this.Controls.Add(this.retriesLabel); this.Controls.Add(this.textBox1); this.Controls.Add(this.oldNewTestButton); this.Name = "CompareChartData"; this.Text = "CompareChartData"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button oldNewTestButton; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label retriesLabel; private System.Windows.Forms.TextBox countTextBox; private System.Windows.Forms.Button getSymbolListButton; private System.Windows.Forms.Button restartSymbolsButton; private System.Windows.Forms.Button weekMonthTestButton; private System.Windows.Forms.Label label1; } }