namespace PersonalLaundry
{
partial class SettingsForm
{
///
/// 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.label1 = new System.Windows.Forms.Label();
this.labelx = new System.Windows.Forms.Label();
this.CompanyNameText = new System.Windows.Forms.TextBox();
this.CompanyAddressText = new System.Windows.Forms.TextBox();
this.CompanyPhoneText = new System.Windows.Forms.TextBox();
this.CompanyEmailText = new System.Windows.Forms.TextBox();
this.CompanyVATNumberText = new System.Windows.Forms.TextBox();
this.EmailSubjectCountReconIssueText = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.EmailBodyCountReconIssueText = new System.Windows.Forms.TextBox();
this.ServiceUrlText = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.label1.Location = new System.Drawing.Point(9, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 13);
this.label1.TabIndex = 12;
this.label1.Text = "Company Name";
//
// labelx
//
this.labelx.AutoSize = true;
this.labelx.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.labelx.Location = new System.Drawing.Point(9, 35);
this.labelx.Name = "labelx";
this.labelx.Size = new System.Drawing.Size(92, 13);
this.labelx.TabIndex = 13;
this.labelx.Text = "Company Address";
//
// CompanyNameText
//
this.CompanyNameText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CompanyNameText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.CompanyNameText.Location = new System.Drawing.Point(184, 6);
this.CompanyNameText.Name = "CompanyNameText";
this.CompanyNameText.Size = new System.Drawing.Size(500, 20);
this.CompanyNameText.TabIndex = 14;
//
// CompanyAddressText
//
this.CompanyAddressText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CompanyAddressText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.CompanyAddressText.Location = new System.Drawing.Point(184, 32);
this.CompanyAddressText.Name = "CompanyAddressText";
this.CompanyAddressText.Size = new System.Drawing.Size(500, 20);
this.CompanyAddressText.TabIndex = 15;
//
// CompanyPhoneText
//
this.CompanyPhoneText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CompanyPhoneText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.CompanyPhoneText.Location = new System.Drawing.Point(184, 58);
this.CompanyPhoneText.Name = "CompanyPhoneText";
this.CompanyPhoneText.Size = new System.Drawing.Size(500, 20);
this.CompanyPhoneText.TabIndex = 16;
//
// CompanyEmailText
//
this.CompanyEmailText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CompanyEmailText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.CompanyEmailText.Location = new System.Drawing.Point(184, 84);
this.CompanyEmailText.Name = "CompanyEmailText";
this.CompanyEmailText.Size = new System.Drawing.Size(500, 20);
this.CompanyEmailText.TabIndex = 17;
//
// CompanyVATNumberText
//
this.CompanyVATNumberText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CompanyVATNumberText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.CompanyVATNumberText.Location = new System.Drawing.Point(184, 110);
this.CompanyVATNumberText.Name = "CompanyVATNumberText";
this.CompanyVATNumberText.Size = new System.Drawing.Size(500, 20);
this.CompanyVATNumberText.TabIndex = 18;
//
// EmailSubjectCountReconIssueText
//
this.EmailSubjectCountReconIssueText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.EmailSubjectCountReconIssueText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.EmailSubjectCountReconIssueText.Location = new System.Drawing.Point(184, 165);
this.EmailSubjectCountReconIssueText.Name = "EmailSubjectCountReconIssueText";
this.EmailSubjectCountReconIssueText.Size = new System.Drawing.Size(500, 20);
this.EmailSubjectCountReconIssueText.TabIndex = 19;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.label2.Location = new System.Drawing.Point(9, 194);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(159, 13);
this.label2.TabIndex = 20;
this.label2.Text = "CountRecon Issue Email, Body: ";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.label3.Location = new System.Drawing.Point(9, 168);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(171, 13);
this.label3.TabIndex = 21;
this.label3.Text = "CountRecon Issue Email, Subject: ";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.label4.Location = new System.Drawing.Point(9, 113);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(115, 13);
this.label4.TabIndex = 22;
this.label4.Text = "Company VAT Number";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.label5.Location = new System.Drawing.Point(9, 87);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(79, 13);
this.label5.TabIndex = 23;
this.label5.Text = "Company Email";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.label6.Location = new System.Drawing.Point(9, 61);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(85, 13);
this.label6.TabIndex = 24;
this.label6.Text = "Company Phone";
//
// EmailBodyCountReconIssueText
//
this.EmailBodyCountReconIssueText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.EmailBodyCountReconIssueText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.EmailBodyCountReconIssueText.Location = new System.Drawing.Point(184, 191);
this.EmailBodyCountReconIssueText.Multiline = true;
this.EmailBodyCountReconIssueText.Name = "EmailBodyCountReconIssueText";
this.EmailBodyCountReconIssueText.Size = new System.Drawing.Size(500, 200);
this.EmailBodyCountReconIssueText.TabIndex = 25;
//
// ServiceUrlText
//
this.ServiceUrlText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.ServiceUrlText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.ServiceUrlText.Location = new System.Drawing.Point(184, 139);
this.ServiceUrlText.Name = "ServiceUrlText";
this.ServiceUrlText.Size = new System.Drawing.Size(500, 20);
this.ServiceUrlText.TabIndex = 27;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.label7.Location = new System.Drawing.Point(9, 142);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 13);
this.label7.TabIndex = 28;
this.label7.Text = "Service Url";
//
// SettingsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(691, 398);
this.Controls.Add(this.label7);
this.Controls.Add(this.ServiceUrlText);
this.Controls.Add(this.EmailBodyCountReconIssueText);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.EmailSubjectCountReconIssueText);
this.Controls.Add(this.CompanyVATNumberText);
this.Controls.Add(this.CompanyEmailText);
this.Controls.Add(this.CompanyPhoneText);
this.Controls.Add(this.CompanyAddressText);
this.Controls.Add(this.CompanyNameText);
this.Controls.Add(this.labelx);
this.Controls.Add(this.label1);
this.Name = "SettingsForm";
this.Text = "Settings";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.SettingsForm_FormClosing);
this.Load += new System.EventHandler(this.SettingsForm_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labelx;
private System.Windows.Forms.TextBox CompanyNameText;
private System.Windows.Forms.TextBox CompanyAddressText;
private System.Windows.Forms.TextBox CompanyPhoneText;
private System.Windows.Forms.TextBox CompanyEmailText;
private System.Windows.Forms.TextBox CompanyVATNumberText;
private System.Windows.Forms.TextBox EmailSubjectCountReconIssueText;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox EmailBodyCountReconIssueText;
private System.Windows.Forms.TextBox ServiceUrlText;
private System.Windows.Forms.Label label7;
}
}