Files
bnhtrade/src/bnhtrade.gui/Forms/Account/PurchaseInvoice.Designer.cs
2024-05-12 15:10:24 +01:00

514 lines
22 KiB
C#

namespace bnhtrade.gui.Forms.Account
{
partial class PurchaseInvoice
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
components = new System.ComponentModel.Container();
bsInvoice = new BindingSource(components);
textBoxEbayUsername = new TextBox();
bsContact = new BindingSource(components);
label1 = new Label();
label2 = new Label();
textBoxEbayEmail = new TextBox();
label3 = new Label();
textBoxPaypalUsername = new TextBox();
label4 = new Label();
textBoxPaypalEmail = new TextBox();
label5 = new Label();
textBoxUsername = new TextBox();
labelPurchaseInvoiceNumber = new Label();
labelSupplierRef = new Label();
textBox1 = new TextBox();
dateTimeOrderDate = new DateTimePicker();
textBoxTotalAmount = new TextBox();
textBoxTaxAmount = new TextBox();
textBoxNetAmount = new TextBox();
label6 = new Label();
label7 = new Label();
label8 = new Label();
label = new Label();
label11 = new Label();
dataGridView1 = new DataGridView();
itemDescriptionDataGridViewTextBoxColumn = new DataGridViewTextBoxColumn();
statusDataGridViewTextBoxColumn = new DataGridViewTextBoxColumn();
itemQuantityDataGridViewTextBoxColumn = new DataGridViewTextBoxColumn();
PurchaseId = new DataGridViewTextBoxColumn();
PurchaseLineId = new DataGridViewTextBoxColumn();
ItemNet = new DataGridViewTextBoxColumn();
ShippingNet = new DataGridViewTextBoxColumn();
OtherNet = new DataGridViewTextBoxColumn();
LineTotalTax = new DataGridViewTextBoxColumn();
LineTotalGross = new DataGridViewTextBoxColumn();
bsInvoiceLines = new BindingSource(components);
textBoxOrderChannel = new TextBox();
tabControl1 = new TabControl();
tabPageAccountTransactions = new TabPage();
tabPageNotes = new TabPage();
((System.ComponentModel.ISupportInitialize)bsInvoice).BeginInit();
((System.ComponentModel.ISupportInitialize)bsContact).BeginInit();
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
((System.ComponentModel.ISupportInitialize)bsInvoiceLines).BeginInit();
tabControl1.SuspendLayout();
SuspendLayout();
//
// bsInvoice
//
bsInvoice.DataSource = typeof(Core.Model.Account.PurchaseInvoice);
//
// textBoxEbayUsername
//
textBoxEbayUsername.DataBindings.Add(new Binding("Text", bsContact, "ContactEbayName", true));
textBoxEbayUsername.Location = new Point(118, 83);
textBoxEbayUsername.Name = "textBoxEbayUsername";
textBoxEbayUsername.Size = new Size(215, 23);
textBoxEbayUsername.TabIndex = 0;
//
// bsContact
//
bsContact.DataSource = typeof(Core.Model.Account.Contact);
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(16, 86);
label1.Name = "label1";
label1.Size = new Size(87, 15);
label1.TabIndex = 1;
label1.Text = "ebay username";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(16, 115);
label2.Name = "label2";
label2.Size = new Size(64, 15);
label2.TabIndex = 3;
label2.Text = "ebay email";
//
// textBoxEbayEmail
//
textBoxEbayEmail.DataBindings.Add(new Binding("Text", bsContact, "ContactEbayEmail", true));
textBoxEbayEmail.Location = new Point(118, 112);
textBoxEbayEmail.Name = "textBoxEbayEmail";
textBoxEbayEmail.Size = new Size(215, 23);
textBoxEbayEmail.TabIndex = 2;
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(16, 144);
label3.Name = "label3";
label3.Size = new Size(97, 15);
label3.TabIndex = 5;
label3.Text = "paypal username";
//
// textBoxPaypalUsername
//
textBoxPaypalUsername.DataBindings.Add(new Binding("Text", bsContact, "ContactPaypalName", true));
textBoxPaypalUsername.Location = new Point(118, 141);
textBoxPaypalUsername.Name = "textBoxPaypalUsername";
textBoxPaypalUsername.Size = new Size(215, 23);
textBoxPaypalUsername.TabIndex = 4;
//
// label4
//
label4.AutoSize = true;
label4.Location = new Point(16, 173);
label4.Name = "label4";
label4.Size = new Size(74, 15);
label4.TabIndex = 7;
label4.Text = "paypal email";
//
// textBoxPaypalEmail
//
textBoxPaypalEmail.DataBindings.Add(new Binding("Text", bsContact, "ContactPaypalEmail", true));
textBoxPaypalEmail.Location = new Point(118, 170);
textBoxPaypalEmail.Name = "textBoxPaypalEmail";
textBoxPaypalEmail.Size = new Size(215, 23);
textBoxPaypalEmail.TabIndex = 6;
//
// label5
//
label5.AutoSize = true;
label5.Location = new Point(16, 57);
label5.Name = "label5";
label5.Size = new Size(39, 15);
label5.TabIndex = 9;
label5.Text = "Name";
//
// textBoxUsername
//
textBoxUsername.DataBindings.Add(new Binding("Text", bsContact, "ContantName", true));
textBoxUsername.Location = new Point(118, 54);
textBoxUsername.Name = "textBoxUsername";
textBoxUsername.Size = new Size(215, 23);
textBoxUsername.TabIndex = 8;
//
// labelPurchaseInvoiceNumber
//
labelPurchaseInvoiceNumber.AutoSize = true;
labelPurchaseInvoiceNumber.Font = new Font("Segoe UI", 18F, FontStyle.Regular, GraphicsUnit.Point, 0);
labelPurchaseInvoiceNumber.Location = new Point(12, 9);
labelPurchaseInvoiceNumber.Name = "labelPurchaseInvoiceNumber";
labelPurchaseInvoiceNumber.Size = new Size(213, 32);
labelPurchaseInvoiceNumber.TabIndex = 10;
labelPurchaseInvoiceNumber.Text = "Purchase Invoice #";
//
// labelSupplierRef
//
labelSupplierRef.AutoSize = true;
labelSupplierRef.Location = new Point(16, 202);
labelSupplierRef.Name = "labelSupplierRef";
labelSupplierRef.Size = new Size(73, 15);
labelSupplierRef.TabIndex = 12;
labelSupplierRef.Text = "Supplier Ref.";
//
// textBox1
//
textBox1.DataBindings.Add(new Binding("Text", bsInvoice, "SupplierRef", true));
textBox1.Location = new Point(118, 199);
textBox1.Name = "textBox1";
textBox1.Size = new Size(215, 23);
textBox1.TabIndex = 11;
//
// dateTimeOrderDate
//
dateTimeOrderDate.Anchor = AnchorStyles.Top | AnchorStyles.Right;
dateTimeOrderDate.DataBindings.Add(new Binding("Value", bsInvoice, "PurchaseDate", true, DataSourceUpdateMode.Never));
dateTimeOrderDate.Location = new Point(915, 51);
dateTimeOrderDate.Name = "dateTimeOrderDate";
dateTimeOrderDate.Size = new Size(143, 23);
dateTimeOrderDate.TabIndex = 14;
//
// textBoxTotalAmount
//
textBoxTotalAmount.Anchor = AnchorStyles.Top | AnchorStyles.Right;
textBoxTotalAmount.DataBindings.Add(new Binding("Text", bsInvoice, "InvoiceGrossAmount", true));
textBoxTotalAmount.Location = new Point(915, 167);
textBoxTotalAmount.Name = "textBoxTotalAmount";
textBoxTotalAmount.Size = new Size(143, 23);
textBoxTotalAmount.TabIndex = 18;
//
// textBoxTaxAmount
//
textBoxTaxAmount.Anchor = AnchorStyles.Top | AnchorStyles.Right;
textBoxTaxAmount.DataBindings.Add(new Binding("Text", bsInvoice, "InvoiceTaxAmount", true));
textBoxTaxAmount.Location = new Point(915, 138);
textBoxTaxAmount.Name = "textBoxTaxAmount";
textBoxTaxAmount.Size = new Size(143, 23);
textBoxTaxAmount.TabIndex = 17;
//
// textBoxNetAmount
//
textBoxNetAmount.Anchor = AnchorStyles.Top | AnchorStyles.Right;
textBoxNetAmount.DataBindings.Add(new Binding("Text", bsInvoice, "InvoiceNetAmount", true));
textBoxNetAmount.Location = new Point(915, 109);
textBoxNetAmount.Name = "textBoxNetAmount";
textBoxNetAmount.Size = new Size(143, 23);
textBoxNetAmount.TabIndex = 16;
//
// label6
//
label6.Anchor = AnchorStyles.Top | AnchorStyles.Right;
label6.AutoSize = true;
label6.Location = new Point(824, 83);
label6.Name = "label6";
label6.Size = new Size(84, 15);
label6.TabIndex = 19;
label6.Text = "Order Channel";
//
// label7
//
label7.Anchor = AnchorStyles.Top | AnchorStyles.Right;
label7.AutoSize = true;
label7.Location = new Point(824, 141);
label7.Name = "label7";
label7.Size = new Size(69, 15);
label7.TabIndex = 20;
label7.Text = "Tax amount";
//
// label8
//
label8.Anchor = AnchorStyles.Top | AnchorStyles.Right;
label8.AutoSize = true;
label8.Location = new Point(824, 112);
label8.Name = "label8";
label8.Size = new Size(71, 15);
label8.TabIndex = 21;
label8.Text = "Net amount";
//
// label
//
label.Anchor = AnchorStyles.Top | AnchorStyles.Right;
label.AutoSize = true;
label.Location = new Point(824, 57);
label.Name = "label";
label.Size = new Size(64, 15);
label.TabIndex = 23;
label.Text = "Order Date";
//
// label11
//
label11.Anchor = AnchorStyles.Top | AnchorStyles.Right;
label11.AutoSize = true;
label11.Location = new Point(824, 170);
label11.Name = "label11";
label11.Size = new Size(79, 15);
label11.TabIndex = 24;
label11.Text = "Total Amount";
//
// dataGridView1
//
dataGridView1.AllowUserToDeleteRows = false;
dataGridView1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
dataGridView1.AutoGenerateColumns = false;
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView1.Columns.AddRange(new DataGridViewColumn[] { itemDescriptionDataGridViewTextBoxColumn, statusDataGridViewTextBoxColumn, itemQuantityDataGridViewTextBoxColumn, PurchaseId, PurchaseLineId, ItemNet, ShippingNet, OtherNet, LineTotalTax, LineTotalGross });
dataGridView1.DataSource = bsInvoiceLines;
dataGridView1.Location = new Point(16, 259);
dataGridView1.Name = "dataGridView1";
dataGridView1.ReadOnly = true;
dataGridView1.RowTemplate.Height = 30;
dataGridView1.Size = new Size(1042, 280);
dataGridView1.TabIndex = 25;
//
// itemDescriptionDataGridViewTextBoxColumn
//
itemDescriptionDataGridViewTextBoxColumn.AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill;
itemDescriptionDataGridViewTextBoxColumn.DataPropertyName = "ItemDescription";
itemDescriptionDataGridViewTextBoxColumn.HeaderText = "Description";
itemDescriptionDataGridViewTextBoxColumn.Name = "itemDescriptionDataGridViewTextBoxColumn";
itemDescriptionDataGridViewTextBoxColumn.ReadOnly = true;
//
// statusDataGridViewTextBoxColumn
//
statusDataGridViewTextBoxColumn.DataPropertyName = "Status";
statusDataGridViewTextBoxColumn.HeaderText = "Status";
statusDataGridViewTextBoxColumn.Name = "statusDataGridViewTextBoxColumn";
statusDataGridViewTextBoxColumn.ReadOnly = true;
//
// itemQuantityDataGridViewTextBoxColumn
//
itemQuantityDataGridViewTextBoxColumn.DataPropertyName = "ItemQuantity";
itemQuantityDataGridViewTextBoxColumn.HeaderText = "Qty.";
itemQuantityDataGridViewTextBoxColumn.MinimumWidth = 50;
itemQuantityDataGridViewTextBoxColumn.Name = "itemQuantityDataGridViewTextBoxColumn";
itemQuantityDataGridViewTextBoxColumn.ReadOnly = true;
itemQuantityDataGridViewTextBoxColumn.Width = 50;
//
// PurchaseId
//
PurchaseId.DataPropertyName = "PurchaseId";
PurchaseId.HeaderText = "PurchaseId";
PurchaseId.Name = "PurchaseId";
PurchaseId.ReadOnly = true;
PurchaseId.Visible = false;
//
// PurchaseLineId
//
PurchaseLineId.DataPropertyName = "PurchaseLineId";
PurchaseLineId.HeaderText = "PurchaseLineId";
PurchaseLineId.Name = "PurchaseLineId";
PurchaseLineId.ReadOnly = true;
PurchaseLineId.Visible = false;
//
// ItemNet
//
ItemNet.DataPropertyName = "ItemNet";
ItemNet.HeaderText = "Item";
ItemNet.MinimumWidth = 60;
ItemNet.Name = "ItemNet";
ItemNet.ReadOnly = true;
ItemNet.Width = 60;
//
// ShippingNet
//
ShippingNet.DataPropertyName = "ShippingNet";
ShippingNet.HeaderText = "Ship";
ShippingNet.MinimumWidth = 60;
ShippingNet.Name = "ShippingNet";
ShippingNet.ReadOnly = true;
ShippingNet.Width = 60;
//
// OtherNet
//
OtherNet.DataPropertyName = "OtherNet";
OtherNet.HeaderText = "Adjust";
OtherNet.MinimumWidth = 60;
OtherNet.Name = "OtherNet";
OtherNet.ReadOnly = true;
OtherNet.Width = 60;
//
// LineTotalTax
//
LineTotalTax.DataPropertyName = "LineTotalTax";
LineTotalTax.HeaderText = "Tax";
LineTotalTax.MinimumWidth = 60;
LineTotalTax.Name = "LineTotalTax";
LineTotalTax.ReadOnly = true;
LineTotalTax.Width = 60;
//
// LineTotalGross
//
LineTotalGross.DataPropertyName = "LineTotalGross";
LineTotalGross.HeaderText = "Total";
LineTotalGross.MinimumWidth = 60;
LineTotalGross.Name = "LineTotalGross";
LineTotalGross.ReadOnly = true;
LineTotalGross.Width = 60;
//
// bsInvoiceLines
//
bsInvoiceLines.DataMember = "InvoiceLines";
bsInvoiceLines.DataSource = bsInvoice;
//
// textBoxOrderChannel
//
textBoxOrderChannel.Anchor = AnchorStyles.Top | AnchorStyles.Right;
textBoxOrderChannel.DataBindings.Add(new Binding("Text", bsInvoice, "PurchaseChannel", true));
textBoxOrderChannel.Location = new Point(915, 80);
textBoxOrderChannel.Name = "textBoxOrderChannel";
textBoxOrderChannel.Size = new Size(143, 23);
textBoxOrderChannel.TabIndex = 26;
//
// tabControl1
//
tabControl1.Controls.Add(tabPageAccountTransactions);
tabControl1.Controls.Add(tabPageNotes);
tabControl1.Location = new Point(16, 561);
tabControl1.Name = "tabControl1";
tabControl1.SelectedIndex = 0;
tabControl1.Size = new Size(1042, 232);
tabControl1.TabIndex = 27;
//
// tabPageAccountTransactions
//
tabPageAccountTransactions.Location = new Point(4, 24);
tabPageAccountTransactions.Name = "tabPageAccountTransactions";
tabPageAccountTransactions.Padding = new Padding(3);
tabPageAccountTransactions.Size = new Size(1034, 204);
tabPageAccountTransactions.TabIndex = 0;
tabPageAccountTransactions.Text = "Account Transactions";
tabPageAccountTransactions.UseVisualStyleBackColor = true;
//
// tabPageNotes
//
tabPageNotes.Location = new Point(4, 24);
tabPageNotes.Name = "tabPageNotes";
tabPageNotes.Padding = new Padding(3);
tabPageNotes.Size = new Size(1034, 169);
tabPageNotes.TabIndex = 1;
tabPageNotes.Text = "Notes";
tabPageNotes.UseVisualStyleBackColor = true;
//
// PurchaseInvoice
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1070, 805);
Controls.Add(tabControl1);
Controls.Add(textBoxOrderChannel);
Controls.Add(dataGridView1);
Controls.Add(label11);
Controls.Add(label);
Controls.Add(label8);
Controls.Add(label7);
Controls.Add(label6);
Controls.Add(textBoxTotalAmount);
Controls.Add(textBoxTaxAmount);
Controls.Add(textBoxNetAmount);
Controls.Add(dateTimeOrderDate);
Controls.Add(labelSupplierRef);
Controls.Add(textBox1);
Controls.Add(labelPurchaseInvoiceNumber);
Controls.Add(label5);
Controls.Add(textBoxUsername);
Controls.Add(label4);
Controls.Add(textBoxPaypalEmail);
Controls.Add(label3);
Controls.Add(textBoxPaypalUsername);
Controls.Add(label2);
Controls.Add(textBoxEbayEmail);
Controls.Add(label1);
Controls.Add(textBoxEbayUsername);
Name = "PurchaseInvoice";
Text = "PurchaseInvoice";
Load += PurchaseInvoice_Load;
((System.ComponentModel.ISupportInitialize)bsInvoice).EndInit();
((System.ComponentModel.ISupportInitialize)bsContact).EndInit();
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
((System.ComponentModel.ISupportInitialize)bsInvoiceLines).EndInit();
tabControl1.ResumeLayout(false);
ResumeLayout(false);
PerformLayout();
}
#endregion
private BindingSource bsInvoice;
private TextBox textBoxEbayUsername;
private Label label1;
private Label label2;
private TextBox textBoxEbayEmail;
private Label label3;
private TextBox textBoxPaypalUsername;
private Label label4;
private TextBox textBoxPaypalEmail;
private Label label5;
private TextBox textBoxUsername;
private Label labelPurchaseInvoiceNumber;
private Label labelSupplierRef;
private TextBox textBox1;
private DateTimePicker dateTimeOrderDate;
private TextBox textBoxTotalAmount;
private TextBox textBoxTaxAmount;
private TextBox textBoxNetAmount;
private Label label6;
private Label label7;
private Label label8;
private Label label;
private Label label11;
private DataGridView dataGridView1;
private BindingSource bsContact;
private BindingSource bsInvoiceLines;
private DataGridViewTextBoxColumn itemDescriptionDataGridViewTextBoxColumn;
private DataGridViewTextBoxColumn statusDataGridViewTextBoxColumn;
private DataGridViewTextBoxColumn itemQuantityDataGridViewTextBoxColumn;
private DataGridViewTextBoxColumn PurchaseId;
private DataGridViewTextBoxColumn PurchaseLineId;
private DataGridViewTextBoxColumn ItemNet;
private DataGridViewTextBoxColumn ShippingNet;
private DataGridViewTextBoxColumn OtherNet;
private DataGridViewTextBoxColumn LineTotalTax;
private DataGridViewTextBoxColumn LineTotalGross;
private TextBox textBoxOrderChannel;
public TabControl tabControl1;
private TabPage tabPageAccountTransactions;
private TabPage tabPageNotes;
}
}