namespace TradeIdeas.TIProGUI { partial class SaveToCloudResponse { /// /// 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.pleaseWaitLabel = new System.Windows.Forms.Label(); this.doneLabel = new System.Windows.Forms.Label(); this.okButton = new System.Windows.Forms.Button(); this.cancelButton = new System.Windows.Forms.Button(); this.errorLabel = new System.Windows.Forms.Label(); this.SuspendLayout(); // // pleaseWaitLabel // this.pleaseWaitLabel.AutoSize = true; this.pleaseWaitLabel.Location = new System.Drawing.Point(12, 9); this.pleaseWaitLabel.Name = "pleaseWaitLabel"; this.pleaseWaitLabel.Size = new System.Drawing.Size(64, 13); this.pleaseWaitLabel.TabIndex = 0; this.pleaseWaitLabel.Text = "Please wait."; // // doneLabel // this.doneLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.doneLabel.Location = new System.Drawing.Point(12, 9); this.doneLabel.Name = "doneLabel"; this.doneLabel.Size = new System.Drawing.Size(268, 46); this.doneLabel.TabIndex = 1; this.doneLabel.Text = "Your settings have been saved. A link to these settings has been copied to the c" + "lipboard. You can paste that link into an email or IM."; this.doneLabel.Visible = false; // // okButton // this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.okButton.Enabled = false; this.okButton.Location = new System.Drawing.Point(67, 65); this.okButton.Name = "okButton"; this.okButton.Size = new System.Drawing.Size(75, 23); this.okButton.TabIndex = 2; this.okButton.Text = "OK"; this.okButton.UseVisualStyleBackColor = true; // // cancelButton // this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.cancelButton.Location = new System.Drawing.Point(148, 65); this.cancelButton.Name = "cancelButton"; this.cancelButton.Size = new System.Drawing.Size(75, 23); this.cancelButton.TabIndex = 3; this.cancelButton.Text = "Cancel"; this.cancelButton.UseVisualStyleBackColor = true; this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click); // // errorLabel // this.errorLabel.AutoSize = true; this.errorLabel.Location = new System.Drawing.Point(12, 9); this.errorLabel.Name = "errorLabel"; this.errorLabel.Size = new System.Drawing.Size(218, 13); this.errorLabel.TabIndex = 4; this.errorLabel.Text = "The server was unable to save your settings."; this.errorLabel.Visible = false; // // SaveToCloudResponse // this.AcceptButton = this.okButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(292, 100); this.Controls.Add(this.errorLabel); this.Controls.Add(this.cancelButton); this.Controls.Add(this.okButton); this.Controls.Add(this.doneLabel); this.Controls.Add(this.pleaseWaitLabel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "SaveToCloudResponse"; this.Text = "Saving to Cloud"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label pleaseWaitLabel; private System.Windows.Forms.Label doneLabel; private System.Windows.Forms.Button okButton; private System.Windows.Forms.Button cancelButton; private System.Windows.Forms.Label errorLabel; } }