namespace ComponentSurveySample {
partial class UserInformationForm {
///
/// 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.components = new System.ComponentModel.Container();
this.cancelButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.applicantLoanAmountTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.applicantPhoneNoTextBox = new System.Windows.Forms.TextBox();
this.applicantNameTextBox = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
this.helpProvider = new System.Windows.Forms.HelpProvider();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.SuspendLayout();
//
// cancelButton
//
this.cancelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cancelButton.CausesValidation = false;
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelButton.Location = new System.Drawing.Point(233, 93);
this.cancelButton.Name = "cancelButton";
this.cancelButton.Size = new System.Drawing.Size(75, 23);
this.cancelButton.TabIndex = 15;
this.cancelButton.Text = "Cancel";
//
// okButton
//
this.okButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Location = new System.Drawing.Point(151, 93);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(75, 23);
this.okButton.TabIndex = 14;
this.okButton.Text = "OK";
//
// applicantLoanAmountTextBox
//
this.applicantLoanAmountTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.applicantLoanAmountTextBox.Location = new System.Drawing.Point(119, 67);
this.applicantLoanAmountTextBox.Name = "applicantLoanAmountTextBox";
this.applicantLoanAmountTextBox.Size = new System.Drawing.Size(189, 20);
this.applicantLoanAmountTextBox.TabIndex = 13;
this.applicantLoanAmountTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.applicantLoanAmountTextBox_Validating);
//
// label1
//
this.label1.Location = new System.Drawing.Point(12, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(101, 23);
this.label1.TabIndex = 8;
this.label1.Text = "Applicant Name:";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// applicantPhoneNoTextBox
//
this.applicantPhoneNoTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.applicantPhoneNoTextBox.Location = new System.Drawing.Point(119, 39);
this.applicantPhoneNoTextBox.Name = "applicantPhoneNoTextBox";
this.applicantPhoneNoTextBox.Size = new System.Drawing.Size(189, 20);
this.applicantPhoneNoTextBox.TabIndex = 11;
this.applicantPhoneNoTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.applicantPhoneNoTextBox_Validating);
//
// applicantNameTextBox
//
this.applicantNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.helpProvider.SetHelpString(this.applicantNameTextBox, "");
this.applicantNameTextBox.Location = new System.Drawing.Point(119, 12);
this.applicantNameTextBox.Name = "applicantNameTextBox";
this.applicantNameTextBox.Size = new System.Drawing.Size(189, 20);
this.applicantNameTextBox.TabIndex = 9;
this.applicantNameTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.applicantNameTextBox_Validating);
//
// label2
//
this.label2.Location = new System.Drawing.Point(12, 38);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(101, 23);
this.label2.TabIndex = 10;
this.label2.Text = "Applicant Phone #:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label3
//
this.label3.Location = new System.Drawing.Point(12, 67);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(101, 23);
this.label3.TabIndex = 12;
this.label3.Text = "Loan Amount:";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// errorProvider
//
this.errorProvider.ContainerControl = this;
//
// toolTip
//
this.toolTip.IsBalloon = true;
//
// notifyIcon
//
this.notifyIcon.Text = "notifyIcon1";
this.notifyIcon.Visible = true;
//
// UserInformationForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(334, 125);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.okButton);
this.Controls.Add(this.applicantLoanAmountTextBox);
this.Controls.Add(this.label1);
this.Controls.Add(this.applicantPhoneNoTextBox);
this.Controls.Add(this.applicantNameTextBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.label3);
this.HelpButton = true;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "UserInformationForm";
this.Text = "User Information";
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.TextBox applicantLoanAmountTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox applicantPhoneNoTextBox;
private System.Windows.Forms.TextBox applicantNameTextBox;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ErrorProvider errorProvider;
private System.Windows.Forms.HelpProvider helpProvider;
private System.Windows.Forms.ToolTip toolTip;
private System.Windows.Forms.NotifyIcon notifyIcon;
}
}