mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-20 06:57:15 +00:00
Migrated projects to dotnet8
migrated all projects over to .net8 incomplete feature for gui shipments
This commit is contained in:
270
src/bnhtrade.gui/Home.Designer.cs
generated
Normal file
270
src/bnhtrade.gui/Home.Designer.cs
generated
Normal file
@@ -0,0 +1,270 @@
|
||||
namespace bnhtrade.gui
|
||||
{
|
||||
partial class Home
|
||||
{
|
||||
/// <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();
|
||||
tabControl1 = new TabControl();
|
||||
tabPage1 = new TabPage();
|
||||
tabPage2 = new TabPage();
|
||||
Receiving = new TabPage();
|
||||
labelDataGridCount = new Label();
|
||||
dataGridView1 = new DataGridView();
|
||||
purchaseNumberDataGridViewTextBoxColumn = new DataGridViewTextBoxColumn();
|
||||
purchaseDateDataGridViewTextBoxColumn = new DataGridViewTextBoxColumn();
|
||||
itemDescriptionDataGridViewTextBoxColumn = new DataGridViewTextBoxColumn();
|
||||
purchaseLineIdDataGridViewTextBoxColumn = new DataGridViewTextBoxColumn();
|
||||
lineStatusDataGridViewTextBoxColumn = new DataGridViewTextBoxColumn();
|
||||
purchaseIdDataGridViewTextBoxColumn = new DataGridViewTextBoxColumn();
|
||||
bsReceivingLines = new BindingSource(components);
|
||||
buttonSearch = new Button();
|
||||
comboBox1 = new ComboBox();
|
||||
purchaseLineStatusBindingSource = new BindingSource(components);
|
||||
dateTimeOrderSearch = new DateTimePicker();
|
||||
label1 = new Label();
|
||||
textboxOrderSearch = new TextBox();
|
||||
tabControl1.SuspendLayout();
|
||||
Receiving.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)bsReceivingLines).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)purchaseLineStatusBindingSource).BeginInit();
|
||||
SuspendLayout();
|
||||
//
|
||||
// tabControl1
|
||||
//
|
||||
tabControl1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
||||
tabControl1.Controls.Add(tabPage1);
|
||||
tabControl1.Controls.Add(tabPage2);
|
||||
tabControl1.Controls.Add(Receiving);
|
||||
tabControl1.Location = new Point(12, 12);
|
||||
tabControl1.Name = "tabControl1";
|
||||
tabControl1.SelectedIndex = 0;
|
||||
tabControl1.Size = new Size(1022, 533);
|
||||
tabControl1.TabIndex = 0;
|
||||
tabControl1.SelectedIndexChanged += tabControl1_SelectedIndexChanged;
|
||||
//
|
||||
// tabPage1
|
||||
//
|
||||
tabPage1.Location = new Point(4, 24);
|
||||
tabPage1.Name = "tabPage1";
|
||||
tabPage1.Padding = new Padding(3);
|
||||
tabPage1.Size = new Size(1014, 505);
|
||||
tabPage1.TabIndex = 0;
|
||||
tabPage1.Text = "Home";
|
||||
tabPage1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// tabPage2
|
||||
//
|
||||
tabPage2.AccessibleName = "";
|
||||
tabPage2.Location = new Point(4, 24);
|
||||
tabPage2.Name = "tabPage2";
|
||||
tabPage2.Padding = new Padding(3);
|
||||
tabPage2.Size = new Size(1014, 505);
|
||||
tabPage2.TabIndex = 1;
|
||||
tabPage2.Text = "FBA Shipments";
|
||||
tabPage2.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// Receiving
|
||||
//
|
||||
Receiving.Controls.Add(labelDataGridCount);
|
||||
Receiving.Controls.Add(dataGridView1);
|
||||
Receiving.Controls.Add(buttonSearch);
|
||||
Receiving.Controls.Add(comboBox1);
|
||||
Receiving.Controls.Add(dateTimeOrderSearch);
|
||||
Receiving.Controls.Add(label1);
|
||||
Receiving.Controls.Add(textboxOrderSearch);
|
||||
Receiving.Location = new Point(4, 24);
|
||||
Receiving.Name = "Receiving";
|
||||
Receiving.Padding = new Padding(3);
|
||||
Receiving.Size = new Size(1014, 505);
|
||||
Receiving.TabIndex = 2;
|
||||
Receiving.Text = "Receiving";
|
||||
Receiving.UseVisualStyleBackColor = true;
|
||||
Receiving.Click += tabPage3_Click;
|
||||
//
|
||||
// labelDataGridCount
|
||||
//
|
||||
labelDataGridCount.Anchor = AnchorStyles.Right;
|
||||
labelDataGridCount.ImageAlign = ContentAlignment.MiddleRight;
|
||||
labelDataGridCount.Location = new Point(857, 70);
|
||||
labelDataGridCount.Name = "labelDataGridCount";
|
||||
labelDataGridCount.RightToLeft = RightToLeft.Yes;
|
||||
labelDataGridCount.Size = new Size(129, 21);
|
||||
labelDataGridCount.TabIndex = 6;
|
||||
labelDataGridCount.Text = "labelListCount";
|
||||
labelDataGridCount.TextAlign = ContentAlignment.MiddleLeft;
|
||||
//
|
||||
// dataGridView1
|
||||
//
|
||||
dataGridView1.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
||||
dataGridView1.AutoGenerateColumns = false;
|
||||
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
||||
dataGridView1.Columns.AddRange(new DataGridViewColumn[] { purchaseNumberDataGridViewTextBoxColumn, purchaseDateDataGridViewTextBoxColumn, itemDescriptionDataGridViewTextBoxColumn, purchaseLineIdDataGridViewTextBoxColumn, lineStatusDataGridViewTextBoxColumn, purchaseIdDataGridViewTextBoxColumn });
|
||||
dataGridView1.DataSource = bsReceivingLines;
|
||||
dataGridView1.Location = new Point(31, 94);
|
||||
dataGridView1.MultiSelect = false;
|
||||
dataGridView1.Name = "dataGridView1";
|
||||
dataGridView1.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
|
||||
dataGridView1.Size = new Size(955, 396);
|
||||
dataGridView1.TabIndex = 5;
|
||||
dataGridView1.DoubleClick += dataGridView1_DoubleClick;
|
||||
//
|
||||
// purchaseNumberDataGridViewTextBoxColumn
|
||||
//
|
||||
purchaseNumberDataGridViewTextBoxColumn.DataPropertyName = "PurchaseNumber";
|
||||
purchaseNumberDataGridViewTextBoxColumn.HeaderText = "PurchaseNumber";
|
||||
purchaseNumberDataGridViewTextBoxColumn.Name = "purchaseNumberDataGridViewTextBoxColumn";
|
||||
//
|
||||
// purchaseDateDataGridViewTextBoxColumn
|
||||
//
|
||||
purchaseDateDataGridViewTextBoxColumn.DataPropertyName = "PurchaseDate";
|
||||
purchaseDateDataGridViewTextBoxColumn.HeaderText = "PurchaseDate";
|
||||
purchaseDateDataGridViewTextBoxColumn.Name = "purchaseDateDataGridViewTextBoxColumn";
|
||||
//
|
||||
// itemDescriptionDataGridViewTextBoxColumn
|
||||
//
|
||||
itemDescriptionDataGridViewTextBoxColumn.DataPropertyName = "ItemDescription";
|
||||
itemDescriptionDataGridViewTextBoxColumn.HeaderText = "ItemDescription";
|
||||
itemDescriptionDataGridViewTextBoxColumn.Name = "itemDescriptionDataGridViewTextBoxColumn";
|
||||
itemDescriptionDataGridViewTextBoxColumn.Width = 500;
|
||||
//
|
||||
// purchaseLineIdDataGridViewTextBoxColumn
|
||||
//
|
||||
purchaseLineIdDataGridViewTextBoxColumn.DataPropertyName = "PurchaseLineId";
|
||||
purchaseLineIdDataGridViewTextBoxColumn.HeaderText = "PurchaseLineId";
|
||||
purchaseLineIdDataGridViewTextBoxColumn.Name = "purchaseLineIdDataGridViewTextBoxColumn";
|
||||
//
|
||||
// lineStatusDataGridViewTextBoxColumn
|
||||
//
|
||||
lineStatusDataGridViewTextBoxColumn.DataPropertyName = "LineStatus";
|
||||
lineStatusDataGridViewTextBoxColumn.HeaderText = "LineStatus";
|
||||
lineStatusDataGridViewTextBoxColumn.Name = "lineStatusDataGridViewTextBoxColumn";
|
||||
//
|
||||
// purchaseIdDataGridViewTextBoxColumn
|
||||
//
|
||||
purchaseIdDataGridViewTextBoxColumn.DataPropertyName = "PurchaseId";
|
||||
purchaseIdDataGridViewTextBoxColumn.HeaderText = "PurchaseId";
|
||||
purchaseIdDataGridViewTextBoxColumn.Name = "purchaseIdDataGridViewTextBoxColumn";
|
||||
//
|
||||
// bsReceivingLines
|
||||
//
|
||||
bsReceivingLines.DataSource = typeof(Core.Model.Account.PurchaseInvoiceLineSummary);
|
||||
//
|
||||
// buttonSearch
|
||||
//
|
||||
buttonSearch.Location = new Point(865, 37);
|
||||
buttonSearch.Name = "buttonSearch";
|
||||
buttonSearch.Size = new Size(109, 25);
|
||||
buttonSearch.TabIndex = 4;
|
||||
buttonSearch.Text = "Search";
|
||||
buttonSearch.UseVisualStyleBackColor = true;
|
||||
buttonSearch.Click += buttonSearch_Click;
|
||||
//
|
||||
// comboBox1
|
||||
//
|
||||
comboBox1.DataSource = purchaseLineStatusBindingSource;
|
||||
comboBox1.DisplayMember = "PurchaseLineStatusName";
|
||||
comboBox1.FormattingEnabled = true;
|
||||
comboBox1.Location = new Point(195, 39);
|
||||
comboBox1.Name = "comboBox1";
|
||||
comboBox1.Size = new Size(189, 23);
|
||||
comboBox1.TabIndex = 3;
|
||||
comboBox1.ValueMember = "PurchaseLineStatusId";
|
||||
comboBox1.SelectedIndexChanged += comboBox1_SelectedIndexChanged;
|
||||
//
|
||||
// purchaseLineStatusBindingSource
|
||||
//
|
||||
purchaseLineStatusBindingSource.DataSource = typeof(Core.Model.Purchase.PurchaseLineStatus);
|
||||
purchaseLineStatusBindingSource.CurrentChanged += purchaseLineStatusBindingSource_CurrentChanged;
|
||||
//
|
||||
// dateTimeOrderSearch
|
||||
//
|
||||
dateTimeOrderSearch.Location = new Point(31, 39);
|
||||
dateTimeOrderSearch.Name = "dateTimeOrderSearch";
|
||||
dateTimeOrderSearch.Size = new Size(131, 23);
|
||||
dateTimeOrderSearch.TabIndex = 2;
|
||||
dateTimeOrderSearch.ValueChanged += dateTimeOrderSearch_ValueChanged;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.AutoSize = true;
|
||||
label1.Location = new Point(31, 21);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new Size(75, 15);
|
||||
label1.TabIndex = 1;
|
||||
label1.Text = "Order Search";
|
||||
//
|
||||
// textboxOrderSearch
|
||||
//
|
||||
textboxOrderSearch.Location = new Point(417, 39);
|
||||
textboxOrderSearch.Name = "textboxOrderSearch";
|
||||
textboxOrderSearch.Size = new Size(415, 23);
|
||||
textboxOrderSearch.TabIndex = 0;
|
||||
textboxOrderSearch.KeyPress += textboxOrderSearch_KeyPress;
|
||||
//
|
||||
// Home
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(1046, 557);
|
||||
Controls.Add(tabControl1);
|
||||
Name = "Home";
|
||||
Text = "Form1";
|
||||
Load += Form1_Load;
|
||||
tabControl1.ResumeLayout(false);
|
||||
Receiving.ResumeLayout(false);
|
||||
Receiving.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)bsReceivingLines).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)purchaseLineStatusBindingSource).EndInit();
|
||||
ResumeLayout(false);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private TabControl tabControl1;
|
||||
private TabPage tabPage1;
|
||||
private TabPage tabPage2;
|
||||
private TabPage Receiving;
|
||||
private TextBox textboxOrderSearch;
|
||||
private Label label1;
|
||||
private DateTimePicker dateTimeOrderSearch;
|
||||
private ComboBox comboBox1;
|
||||
private BindingSource purchaseLineStatusBindingSource;
|
||||
private Button buttonSearch;
|
||||
private DataGridView dataGridView1;
|
||||
private BindingSource bsReceivingLines;
|
||||
private DataGridViewTextBoxColumn purchaseNumberDataGridViewTextBoxColumn;
|
||||
private DataGridViewTextBoxColumn purchaseDateDataGridViewTextBoxColumn;
|
||||
private DataGridViewTextBoxColumn itemDescriptionDataGridViewTextBoxColumn;
|
||||
private DataGridViewTextBoxColumn purchaseLineIdDataGridViewTextBoxColumn;
|
||||
private DataGridViewTextBoxColumn lineStatusDataGridViewTextBoxColumn;
|
||||
private DataGridViewTextBoxColumn purchaseIdDataGridViewTextBoxColumn;
|
||||
private Label labelDataGridCount;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user