namespace TIProAutoTradeExtension { partial class LoadStrategiesFromCloudConfirm { /// /// 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.buttonReplaceAllExisting = new System.Windows.Forms.Button(); this.buttonAddToExisting = new System.Windows.Forms.Button(); this.buttonReplaceByName = new System.Windows.Forms.Button(); this.labelFoundStrategies = new System.Windows.Forms.Label(); this.labelExistingStrategies = new System.Windows.Forms.Label(); this.labelMatchingStrategies = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // buttonReplaceAllExisting // this.buttonReplaceAllExisting.Location = new System.Drawing.Point(12, 96); this.buttonReplaceAllExisting.Name = "buttonReplaceAllExisting"; this.buttonReplaceAllExisting.Size = new System.Drawing.Size(116, 23); this.buttonReplaceAllExisting.TabIndex = 0; this.buttonReplaceAllExisting.Text = "Replace All Existing"; this.buttonReplaceAllExisting.UseVisualStyleBackColor = true; this.buttonReplaceAllExisting.Click += new System.EventHandler(this.buttonReplaceAllExisting_Click); // // buttonAddToExisting // this.buttonAddToExisting.Location = new System.Drawing.Point(134, 96); this.buttonAddToExisting.Name = "buttonAddToExisting"; this.buttonAddToExisting.Size = new System.Drawing.Size(100, 23); this.buttonAddToExisting.TabIndex = 1; this.buttonAddToExisting.Text = "Add to Existing"; this.buttonAddToExisting.UseVisualStyleBackColor = true; this.buttonAddToExisting.Click += new System.EventHandler(this.buttonAddToExisting_Click); // // buttonReplaceByName // this.buttonReplaceByName.Location = new System.Drawing.Point(240, 96); this.buttonReplaceByName.Name = "buttonReplaceByName"; this.buttonReplaceByName.Size = new System.Drawing.Size(114, 23); this.buttonReplaceByName.TabIndex = 2; this.buttonReplaceByName.Text = "Replace By Name"; this.buttonReplaceByName.UseVisualStyleBackColor = true; this.buttonReplaceByName.Click += new System.EventHandler(this.buttonReplaceByName_Click); // // labelFoundStrategies // this.labelFoundStrategies.AutoSize = true; this.labelFoundStrategies.Location = new System.Drawing.Point(12, 9); this.labelFoundStrategies.Name = "labelFoundStrategies"; this.labelFoundStrategies.Size = new System.Drawing.Size(94, 13); this.labelFoundStrategies.TabIndex = 3; this.labelFoundStrategies.Text = "Found 2 strategies"; // // labelExistingStrategies // this.labelExistingStrategies.AutoSize = true; this.labelExistingStrategies.Location = new System.Drawing.Point(12, 33); this.labelExistingStrategies.Name = "labelExistingStrategies"; this.labelExistingStrategies.Size = new System.Drawing.Size(148, 13); this.labelExistingStrategies.TabIndex = 4; this.labelExistingStrategies.Text = "There are 2 existing strategies"; // // labelMatchingStrategies // this.labelMatchingStrategies.AutoSize = true; this.labelMatchingStrategies.Location = new System.Drawing.Point(12, 59); this.labelMatchingStrategies.Name = "labelMatchingStrategies"; this.labelMatchingStrategies.Size = new System.Drawing.Size(295, 13); this.labelMatchingStrategies.TabIndex = 5; this.labelMatchingStrategies.Text = "There are 2 strategies that match existing strategies by name."; // // button1 // this.button1.Location = new System.Drawing.Point(360, 96); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(71, 23); this.button1.TabIndex = 6; this.button1.Text = "Cancel"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // LoadStrategiesFromCloudConfirm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(446, 131); this.Controls.Add(this.button1); this.Controls.Add(this.labelMatchingStrategies); this.Controls.Add(this.labelExistingStrategies); this.Controls.Add(this.labelFoundStrategies); this.Controls.Add(this.buttonReplaceByName); this.Controls.Add(this.buttonAddToExisting); this.Controls.Add(this.buttonReplaceAllExisting); this.Name = "LoadStrategiesFromCloudConfirm"; this.Text = "Load Strategies From Cloud"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonReplaceAllExisting; private System.Windows.Forms.Button buttonAddToExisting; private System.Windows.Forms.Button buttonReplaceByName; private System.Windows.Forms.Label labelFoundStrategies; private System.Windows.Forms.Label labelExistingStrategies; private System.Windows.Forms.Label labelMatchingStrategies; private System.Windows.Forms.Button button1; } }