namespace TradeIdeas.TIProGUI
{
partial class TextResultDialog
{
///
/// 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.okButton = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.questionLabel = new System.Windows.Forms.Label();
this.answerTextBox = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// okButton
//
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Location = new System.Drawing.Point(61, 58);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(78, 23);
this.okButton.TabIndex = 0;
this.okButton.Text = "OK";
this.okButton.UseVisualStyleBackColor = true;
//
// cancelButton
//
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(142, 58);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(78, 23);
this.cancelButton.TabIndex = 1;
this.cancelButton.Text = "Cancel";
this.cancelButton.UseVisualStyleBackColor = true;
//
// questionLabel
//
this.questionLabel.AutoSize = true;
this.questionLabel.Location = new System.Drawing.Point(12, 9);
this.questionLabel.Name = "questionLabel";
this.questionLabel.Size = new System.Drawing.Size(35, 13);
this.questionLabel.TabIndex = 2;
this.questionLabel.Text = "label1";
//
// answerTextBox
//
this.answerTextBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
this.answerTextBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
this.answerTextBox.Location = new System.Drawing.Point(12, 26);
this.answerTextBox.Name = "answerTextBox";
this.answerTextBox.Size = new System.Drawing.Size(260, 20);
this.answerTextBox.TabIndex = 3;
//
// TextResultDialog
//
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(284, 93);
this.Controls.Add(this.answerTextBox);
this.Controls.Add(this.questionLabel);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "TextResultDialog";
this.ShowIcon = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "TextDialog";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.Label questionLabel;
private System.Windows.Forms.TextBox answerTextBox;
}
}