namespace Cmpp298.Assignment3.Desktop.UI { partial class EditInvoiceView { /// /// 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.uxTermsDropDownList = new System.Windows.Forms.ComboBox(); 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.uxInvoiceDatePicker = new System.Windows.Forms.DateTimePicker(); this.uxVendorNameTextBox = new System.Windows.Forms.TextBox(); this.uxInvoiceNumberTextBox = new System.Windows.Forms.TextBox(); this.uxUpdateButton = new System.Windows.Forms.Button(); this.uxCancelButton = new System.Windows.Forms.Button(); this.uxCreditTotalTextBox = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.uxPaymentTotalTextBox = new System.Windows.Forms.TextBox(); this.uxInvoiceTotalTextBox = new System.Windows.Forms.TextBox(); this.uxPaymentDatePicker = new System.Windows.Forms.DateTimePicker(); this.uxDueDatePicker = new System.Windows.Forms.DateTimePicker(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // uxTermsDropDownList // this.uxTermsDropDownList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.uxTermsDropDownList.FormattingEnabled = true; this.uxTermsDropDownList.Location = new System.Drawing.Point(111, 192); this.uxTermsDropDownList.Name = "uxTermsDropDownList"; this.uxTermsDropDownList.Size = new System.Drawing.Size(200, 21); this.uxTermsDropDownList.TabIndex = 9; // // 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:"; // // uxInvoiceDatePicker // this.uxInvoiceDatePicker.Location = new System.Drawing.Point(111, 55); this.uxInvoiceDatePicker.Name = "uxInvoiceDatePicker"; this.uxInvoiceDatePicker.Size = new System.Drawing.Size(200, 20); this.uxInvoiceDatePicker.TabIndex = 12; // // 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 = 21; // // uxInvoiceNumberTextBox // this.uxInvoiceNumberTextBox.Location = new System.Drawing.Point(111, 32); this.uxInvoiceNumberTextBox.Name = "uxInvoiceNumberTextBox"; this.uxInvoiceNumberTextBox.Size = new System.Drawing.Size(200, 20); this.uxInvoiceNumberTextBox.TabIndex = 20; // // uxUpdateButton // this.uxUpdateButton.Location = new System.Drawing.Point(155, 243); this.uxUpdateButton.Name = "uxUpdateButton"; this.uxUpdateButton.Size = new System.Drawing.Size(75, 23); this.uxUpdateButton.TabIndex = 19; this.uxUpdateButton.Text = "&Update"; this.uxUpdateButton.UseVisualStyleBackColor = true; // // uxCancelButton // this.uxCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; 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.Size = new System.Drawing.Size(200, 20); this.uxCreditTotalTextBox.TabIndex = 17; // // groupBox1 // this.groupBox1.Controls.Add(this.uxVendorNameTextBox); this.groupBox1.Controls.Add(this.uxInvoiceNumberTextBox); this.groupBox1.Controls.Add(this.uxUpdateButton); 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.uxPaymentDatePicker); this.groupBox1.Controls.Add(this.uxDueDatePicker); this.groupBox1.Controls.Add(this.uxInvoiceDatePicker); this.groupBox1.Controls.Add(this.uxTermsDropDownList); 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(324, 283); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; // // uxPaymentTotalTextBox // this.uxPaymentTotalTextBox.Location = new System.Drawing.Point(111, 101); this.uxPaymentTotalTextBox.Name = "uxPaymentTotalTextBox"; 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.Size = new System.Drawing.Size(200, 20); this.uxInvoiceTotalTextBox.TabIndex = 15; // // uxPaymentDatePicker // this.uxPaymentDatePicker.Location = new System.Drawing.Point(111, 170); this.uxPaymentDatePicker.Name = "uxPaymentDatePicker"; this.uxPaymentDatePicker.Size = new System.Drawing.Size(200, 20); this.uxPaymentDatePicker.TabIndex = 14; // // uxDueDatePicker // this.uxDueDatePicker.Location = new System.Drawing.Point(111, 147); this.uxDueDatePicker.Name = "uxDueDatePicker"; this.uxDueDatePicker.Size = new System.Drawing.Size(200, 20); this.uxDueDatePicker.TabIndex = 13; // // EditInvoiceView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(348, 307); this.Controls.Add(this.groupBox1); this.Name = "EditInvoiceView"; this.Text = "Edit Invoice"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ComboBox uxTermsDropDownList; 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.DateTimePicker uxInvoiceDatePicker; private System.Windows.Forms.TextBox uxVendorNameTextBox; private System.Windows.Forms.TextBox uxInvoiceNumberTextBox; private System.Windows.Forms.Button uxUpdateButton; private System.Windows.Forms.Button uxCancelButton; private System.Windows.Forms.TextBox uxCreditTotalTextBox; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox uxPaymentTotalTextBox; private System.Windows.Forms.TextBox uxInvoiceTotalTextBox; private System.Windows.Forms.DateTimePicker uxPaymentDatePicker; private System.Windows.Forms.DateTimePicker uxDueDatePicker; } }