namespace Cmpp298.Assignment3.Desktop.UI
{
partial class DeleteInvoiceView
{
///
/// 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.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.uxDeleteButton = new System.Windows.Forms.Button();
this.uxCancelButton = new System.Windows.Forms.Button();
this.uxCreditTotalTextBox = new System.Windows.Forms.TextBox();
this.uxPaymentTotalTextBox = new System.Windows.Forms.TextBox();
this.uxInvoiceTotalTextBox = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.uxVendorNameTextBox = new System.Windows.Forms.TextBox();
this.uxInvoiceNumberTextBox = new System.Windows.Forms.TextBox();
this.uxInvoiceDateTextBox = new System.Windows.Forms.TextBox();
this.uxTermsTextBox = new System.Windows.Forms.TextBox();
this.uxPaymentDateTextBox = new System.Windows.Forms.TextBox();
this.uxDueDateTextBox = new System.Windows.Forms.TextBox();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(6, 200);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(39, 13);
this.label9.TabIndex = 8;
this.label9.Text = "Terms:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(6, 177);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(77, 13);
this.label8.TabIndex = 7;
this.label8.Text = "Payment Date:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 154);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(56, 13);
this.label7.TabIndex = 6;
this.label7.Text = "Due Date:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 131);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(64, 13);
this.label6.TabIndex = 5;
this.label6.Text = "Credit Total:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 108);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(78, 13);
this.label5.TabIndex = 4;
this.label5.Text = "Payment Total:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 85);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(72, 13);
this.label4.TabIndex = 3;
this.label4.Text = "Invoice Total:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 62);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(71, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Invoice Date:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(6, 39);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(55, 13);
this.label2.TabIndex = 1;
this.label2.Text = "Invoice #:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(75, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Vendor Name:";
//
// uxDeleteButton
//
this.uxDeleteButton.Location = new System.Drawing.Point(155, 243);
this.uxDeleteButton.Name = "uxDeleteButton";
this.uxDeleteButton.Size = new System.Drawing.Size(75, 23);
this.uxDeleteButton.TabIndex = 19;
this.uxDeleteButton.Text = "&Delete";
this.uxDeleteButton.UseVisualStyleBackColor = true;
//
// uxCancelButton
//
this.uxCancelButton.Location = new System.Drawing.Point(236, 243);
this.uxCancelButton.Name = "uxCancelButton";
this.uxCancelButton.Size = new System.Drawing.Size(75, 23);
this.uxCancelButton.TabIndex = 18;
this.uxCancelButton.Text = "&Cancel";
this.uxCancelButton.UseVisualStyleBackColor = true;
//
// uxCreditTotalTextBox
//
this.uxCreditTotalTextBox.Location = new System.Drawing.Point(111, 124);
this.uxCreditTotalTextBox.Name = "uxCreditTotalTextBox";
this.uxCreditTotalTextBox.ReadOnly = true;
this.uxCreditTotalTextBox.Size = new System.Drawing.Size(200, 20);
this.uxCreditTotalTextBox.TabIndex = 17;
//
// uxPaymentTotalTextBox
//
this.uxPaymentTotalTextBox.Location = new System.Drawing.Point(111, 101);
this.uxPaymentTotalTextBox.Name = "uxPaymentTotalTextBox";
this.uxPaymentTotalTextBox.ReadOnly = true;
this.uxPaymentTotalTextBox.Size = new System.Drawing.Size(200, 20);
this.uxPaymentTotalTextBox.TabIndex = 16;
//
// uxInvoiceTotalTextBox
//
this.uxInvoiceTotalTextBox.Location = new System.Drawing.Point(111, 78);
this.uxInvoiceTotalTextBox.Name = "uxInvoiceTotalTextBox";
this.uxInvoiceTotalTextBox.ReadOnly = true;
this.uxInvoiceTotalTextBox.Size = new System.Drawing.Size(200, 20);
this.uxInvoiceTotalTextBox.TabIndex = 15;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.uxVendorNameTextBox);
this.groupBox1.Controls.Add(this.uxInvoiceNumberTextBox);
this.groupBox1.Controls.Add(this.uxInvoiceDateTextBox);
this.groupBox1.Controls.Add(this.uxTermsTextBox);
this.groupBox1.Controls.Add(this.uxPaymentDateTextBox);
this.groupBox1.Controls.Add(this.uxDueDateTextBox);
this.groupBox1.Controls.Add(this.uxDeleteButton);
this.groupBox1.Controls.Add(this.uxCancelButton);
this.groupBox1.Controls.Add(this.uxCreditTotalTextBox);
this.groupBox1.Controls.Add(this.uxPaymentTotalTextBox);
this.groupBox1.Controls.Add(this.uxInvoiceTotalTextBox);
this.groupBox1.Controls.Add(this.label9);
this.groupBox1.Controls.Add(this.label8);
this.groupBox1.Controls.Add(this.label7);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(325, 281);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
//
// uxVendorNameTextBox
//
this.uxVendorNameTextBox.Location = new System.Drawing.Point(111, 13);
this.uxVendorNameTextBox.Name = "uxVendorNameTextBox";
this.uxVendorNameTextBox.ReadOnly = true;
this.uxVendorNameTextBox.Size = new System.Drawing.Size(200, 20);
this.uxVendorNameTextBox.TabIndex = 25;
//
// uxInvoiceNumberTextBox
//
this.uxInvoiceNumberTextBox.Location = new System.Drawing.Point(111, 32);
this.uxInvoiceNumberTextBox.Name = "uxInvoiceNumberTextBox";
this.uxInvoiceNumberTextBox.ReadOnly = true;
this.uxInvoiceNumberTextBox.Size = new System.Drawing.Size(200, 20);
this.uxInvoiceNumberTextBox.TabIndex = 24;
//
// uxInvoiceDateTextBox
//
this.uxInvoiceDateTextBox.Location = new System.Drawing.Point(111, 55);
this.uxInvoiceDateTextBox.Name = "uxInvoiceDateTextBox";
this.uxInvoiceDateTextBox.ReadOnly = true;
this.uxInvoiceDateTextBox.Size = new System.Drawing.Size(200, 20);
this.uxInvoiceDateTextBox.TabIndex = 23;
//
// uxTermsTextBox
//
this.uxTermsTextBox.Location = new System.Drawing.Point(111, 197);
this.uxTermsTextBox.Name = "uxTermsTextBox";
this.uxTermsTextBox.ReadOnly = true;
this.uxTermsTextBox.Size = new System.Drawing.Size(200, 20);
this.uxTermsTextBox.TabIndex = 22;
//
// uxPaymentDateTextBox
//
this.uxPaymentDateTextBox.Location = new System.Drawing.Point(111, 174);
this.uxPaymentDateTextBox.Name = "uxPaymentDateTextBox";
this.uxPaymentDateTextBox.ReadOnly = true;
this.uxPaymentDateTextBox.Size = new System.Drawing.Size(200, 20);
this.uxPaymentDateTextBox.TabIndex = 21;
//
// uxDueDateTextBox
//
this.uxDueDateTextBox.Location = new System.Drawing.Point(111, 151);
this.uxDueDateTextBox.Name = "uxDueDateTextBox";
this.uxDueDateTextBox.ReadOnly = true;
this.uxDueDateTextBox.Size = new System.Drawing.Size(200, 20);
this.uxDueDateTextBox.TabIndex = 20;
//
// DeleteInvoiceView
//
this.AcceptButton = this.uxDeleteButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.uxCancelButton;
this.ClientSize = new System.Drawing.Size(352, 310);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "DeleteInvoiceView";
this.Text = "DeleteInvoiceView";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button uxDeleteButton;
private System.Windows.Forms.Button uxCancelButton;
private System.Windows.Forms.TextBox uxCreditTotalTextBox;
private System.Windows.Forms.TextBox uxPaymentTotalTextBox;
private System.Windows.Forms.TextBox uxInvoiceTotalTextBox;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.TextBox uxDueDateTextBox;
private System.Windows.Forms.TextBox uxPaymentDateTextBox;
private System.Windows.Forms.TextBox uxTermsTextBox;
private System.Windows.Forms.TextBox uxInvoiceDateTextBox;
private System.Windows.Forms.TextBox uxInvoiceNumberTextBox;
private System.Windows.Forms.TextBox uxVendorNameTextBox;
}
}