namespace PersonalLaundry
{
partial class CompanyForm
{
///
/// 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.CompanyName = new System.Windows.Forms.TextBox();
this.CompanyAddress = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.CompanyPhone = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.CompanyEmail = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.CompanyVATNumber = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.ServiceURL = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.CountReconEmailSubject = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.CountReconEmailBody = new System.Windows.Forms.TextBox();
this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
this.dtpEndDate = new System.Windows.Forms.DateTimePicker();
this.btnArchive = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(82, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Company Name";
//
// CompanyName
//
this.CompanyName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.CompanyName.Location = new System.Drawing.Point(184, 12);
this.CompanyName.Name = "CompanyName";
this.CompanyName.Size = new System.Drawing.Size(500, 20);
this.CompanyName.TabIndex = 2;
//
// CompanyAddress
//
this.CompanyAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.CompanyAddress.Location = new System.Drawing.Point(184, 38);
this.CompanyAddress.Name = "CompanyAddress";
this.CompanyAddress.Size = new System.Drawing.Size(500, 20);
this.CompanyAddress.TabIndex = 52;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 41);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(92, 13);
this.label2.TabIndex = 51;
this.label2.Text = "Company Address";
//
// CompanyPhone
//
this.CompanyPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.CompanyPhone.Location = new System.Drawing.Point(184, 64);
this.CompanyPhone.Name = "CompanyPhone";
this.CompanyPhone.Size = new System.Drawing.Size(500, 20);
this.CompanyPhone.TabIndex = 54;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 67);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(85, 13);
this.label3.TabIndex = 53;
this.label3.Text = "Company Phone";
//
// CompanyEmail
//
this.CompanyEmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.CompanyEmail.Location = new System.Drawing.Point(184, 90);
this.CompanyEmail.Name = "CompanyEmail";
this.CompanyEmail.Size = new System.Drawing.Size(500, 20);
this.CompanyEmail.TabIndex = 56;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(13, 93);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(79, 13);
this.label4.TabIndex = 55;
this.label4.Text = "Company Email";
//
// CompanyVATNumber
//
this.CompanyVATNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.CompanyVATNumber.Location = new System.Drawing.Point(184, 116);
this.CompanyVATNumber.Name = "CompanyVATNumber";
this.CompanyVATNumber.Size = new System.Drawing.Size(500, 20);
this.CompanyVATNumber.TabIndex = 58;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(13, 119);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(115, 13);
this.label5.TabIndex = 57;
this.label5.Text = "Company VAT Number";
//
// ServiceURL
//
this.ServiceURL.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.ServiceURL.Location = new System.Drawing.Point(184, 142);
this.ServiceURL.Name = "ServiceURL";
this.ServiceURL.Size = new System.Drawing.Size(500, 20);
this.ServiceURL.TabIndex = 60;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(13, 145);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(68, 13);
this.label6.TabIndex = 59;
this.label6.Text = "Service URL";
//
// CountReconEmailSubject
//
this.CountReconEmailSubject.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.CountReconEmailSubject.Location = new System.Drawing.Point(184, 168);
this.CountReconEmailSubject.Name = "CountReconEmailSubject";
this.CountReconEmailSubject.Size = new System.Drawing.Size(500, 20);
this.CountReconEmailSubject.TabIndex = 62;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(13, 171);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(165, 13);
this.label7.TabIndex = 61;
this.label7.Text = "CountRecon Issue Email, Subject";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.label8.Location = new System.Drawing.Point(13, 197);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(159, 13);
this.label8.TabIndex = 63;
this.label8.Text = "CountRecon Issue Email, Body: ";
//
// CountReconEmailBody
//
this.CountReconEmailBody.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CountReconEmailBody.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
this.CountReconEmailBody.Location = new System.Drawing.Point(184, 194);
this.CountReconEmailBody.Multiline = true;
this.CountReconEmailBody.Name = "CountReconEmailBody";
this.CountReconEmailBody.Size = new System.Drawing.Size(500, 200);
this.CountReconEmailBody.TabIndex = 64;
//
// dtpStartDate
//
this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpStartDate.Location = new System.Drawing.Point(58, 443);
this.dtpStartDate.Name = "dtpStartDate";
this.dtpStartDate.Size = new System.Drawing.Size(98, 20);
this.dtpStartDate.TabIndex = 65;
//
// dtpEndDate
//
this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Short;
this.dtpEndDate.Location = new System.Drawing.Point(188, 443);
this.dtpEndDate.Name = "dtpEndDate";
this.dtpEndDate.Size = new System.Drawing.Size(98, 20);
this.dtpEndDate.TabIndex = 66;
//
// btnArchive
//
this.btnArchive.Location = new System.Drawing.Point(309, 442);
this.btnArchive.Name = "btnArchive";
this.btnArchive.Size = new System.Drawing.Size(75, 23);
this.btnArchive.TabIndex = 67;
this.btnArchive.Text = "Archive";
this.btnArchive.UseVisualStyleBackColor = true;
this.btnArchive.Click += new System.EventHandler(this.btnArchive_Click);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(24, 446);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(33, 13);
this.label9.TabIndex = 68;
this.label9.Text = "From:";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(146, 30);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(23, 13);
this.label10.TabIndex = 69;
this.label10.Text = "To:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Location = new System.Drawing.Point(16, 417);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(667, 69);
this.groupBox1.TabIndex = 70;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Achive Data";
//
// CompanyForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(703, 495);
this.Controls.Add(this.label9);
this.Controls.Add(this.btnArchive);
this.Controls.Add(this.dtpEndDate);
this.Controls.Add(this.dtpStartDate);
this.Controls.Add(this.CountReconEmailBody);
this.Controls.Add(this.label8);
this.Controls.Add(this.CountReconEmailSubject);
this.Controls.Add(this.label7);
this.Controls.Add(this.ServiceURL);
this.Controls.Add(this.label6);
this.Controls.Add(this.CompanyVATNumber);
this.Controls.Add(this.label5);
this.Controls.Add(this.CompanyEmail);
this.Controls.Add(this.label4);
this.Controls.Add(this.CompanyPhone);
this.Controls.Add(this.label3);
this.Controls.Add(this.CompanyAddress);
this.Controls.Add(this.label2);
this.Controls.Add(this.CompanyName);
this.Controls.Add(this.label1);
this.Controls.Add(this.groupBox1);
this.Name = "CompanyForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Company";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CompanyForm_FormClosing);
this.Load += new System.EventHandler(this.CompanyForm_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox CompanyName;
private System.Windows.Forms.TextBox CompanyAddress;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox CompanyPhone;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox CompanyEmail;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox CompanyVATNumber;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.TextBox ServiceURL;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox CountReconEmailSubject;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox CountReconEmailBody;
private System.Windows.Forms.DateTimePicker dtpStartDate;
private System.Windows.Forms.DateTimePicker dtpEndDate;
private System.Windows.Forms.Button btnArchive;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.GroupBox groupBox1;
}
}