Files
StockHistory/StockHistory/frmStockHistoryInit.Designer.cs

239 lines
9.0 KiB
C#

namespace StockHistory
{
partial class frmStockHistoryInit
{
/// <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()
{
btnChooseFile = new Button();
ofdFiler = new OpenFileDialog();
lblFileName = new Label();
btnAnalysera = new Button();
txtFound = new TextBox();
btnSaveToDb = new Button();
lwTransactions = new ListView();
StockCodeHeader = new ColumnHeader();
TransactionTypeHeader = new ColumnHeader();
TransactionDateHeader = new ColumnHeader();
StockQuantityHeader = new ColumnHeader();
StockPriceHeader = new ColumnHeader();
TotalAmountHeader = new ColumnHeader();
CommissionHeader = new ColumnHeader();
AmountToPayHeader = new ColumnHeader();
btnClose = new Button();
btnAnalysMany = new Button();
txtVald = new TextBox();
lblAntal = new Label();
SuspendLayout();
//
// btnChooseFile
//
btnChooseFile.BackColor = Color.FromArgb(128, 255, 128);
btnChooseFile.FlatStyle = FlatStyle.Flat;
btnChooseFile.Font = new Font("Segoe UI", 13F);
btnChooseFile.Location = new Point(26, 27);
btnChooseFile.Name = "btnChooseFile";
btnChooseFile.Size = new Size(143, 37);
btnChooseFile.TabIndex = 0;
btnChooseFile.Text = "Välj pdf-fil";
btnChooseFile.UseVisualStyleBackColor = false;
btnChooseFile.Click += btnChooseFile_Click;
//
// lblFileName
//
lblFileName.AutoSize = true;
lblFileName.Location = new Point(175, 38);
lblFileName.Name = "lblFileName";
lblFileName.Size = new Size(39, 20);
lblFileName.TabIndex = 1;
lblFileName.Text = "_____";
lblFileName.TextChanged += lblFileName_TextChanged;
//
// btnAnalysera
//
btnAnalysera.BackColor = Color.FromArgb(128, 255, 128);
btnAnalysera.FlatStyle = FlatStyle.Flat;
btnAnalysera.Font = new Font("Segoe UI", 13F);
btnAnalysera.Location = new Point(26, 126);
btnAnalysera.Name = "btnAnalysera";
btnAnalysera.Size = new Size(143, 37);
btnAnalysera.TabIndex = 2;
btnAnalysera.Text = "Analysera";
btnAnalysera.UseVisualStyleBackColor = false;
btnAnalysera.Click += btnAnalysera_Click;
//
// txtFound
//
txtFound.Location = new Point(26, 180);
txtFound.Multiline = true;
txtFound.Name = "txtFound";
txtFound.Size = new Size(468, 303);
txtFound.TabIndex = 3;
//
// btnSaveToDb
//
btnSaveToDb.BackColor = Color.FromArgb(128, 255, 128);
btnSaveToDb.FlatStyle = FlatStyle.Flat;
btnSaveToDb.Font = new Font("Segoe UI", 13F);
btnSaveToDb.Location = new Point(351, 126);
btnSaveToDb.Name = "btnSaveToDb";
btnSaveToDb.Size = new Size(143, 37);
btnSaveToDb.TabIndex = 4;
btnSaveToDb.Text = "Spara till DB";
btnSaveToDb.UseVisualStyleBackColor = false;
btnSaveToDb.Click += btnSaveToDb_Click;
//
// lwTransactions
//
lwTransactions.BackColor = Color.WhiteSmoke;
lwTransactions.Columns.AddRange(new ColumnHeader[] { StockCodeHeader, TransactionTypeHeader, TransactionDateHeader, StockQuantityHeader, StockPriceHeader, TotalAmountHeader, CommissionHeader, AmountToPayHeader });
lwTransactions.ForeColor = SystemColors.InactiveCaptionText;
lwTransactions.Location = new Point(515, 27);
lwTransactions.Name = "lwTransactions";
lwTransactions.Size = new Size(857, 456);
lwTransactions.Sorting = SortOrder.Descending;
lwTransactions.TabIndex = 6;
lwTransactions.UseCompatibleStateImageBehavior = false;
lwTransactions.View = View.Details;
//
// StockCodeHeader
//
StockCodeHeader.Text = "StockCode";
StockCodeHeader.Width = 110;
//
// TransactionTypeHeader
//
TransactionTypeHeader.Text = "TransactionType";
TransactionTypeHeader.Width = 100;
//
// TransactionDateHeader
//
TransactionDateHeader.Text = "TransactionDate";
TransactionDateHeader.Width = 120;
//
// StockQuantityHeader
//
StockQuantityHeader.Text = "StockQuantity";
StockQuantityHeader.Width = 100;
//
// StockPriceHeader
//
StockPriceHeader.Text = "StockPrice";
StockPriceHeader.Width = 100;
//
// TotalAmountHeader
//
TotalAmountHeader.Text = "TotalAmount";
TotalAmountHeader.Width = 100;
//
// CommissionHeader
//
CommissionHeader.Text = "Commission";
//
// AmountToPayHeader
//
AmountToPayHeader.Text = "AmountToPay";
AmountToPayHeader.Width = 110;
//
// btnClose
//
btnClose.BackColor = Color.Chartreuse;
btnClose.FlatStyle = FlatStyle.Popup;
btnClose.Font = new Font("Segoe UI", 13F, FontStyle.Regular, GraphicsUnit.Point, 1, true);
btnClose.Location = new Point(1248, 503);
btnClose.Name = "btnClose";
btnClose.Size = new Size(124, 38);
btnClose.TabIndex = 7;
btnClose.Text = "Stäng";
btnClose.UseVisualStyleBackColor = false;
btnClose.Click += btnClose_Click;
//
// btnAnalysMany
//
btnAnalysMany.Location = new Point(0, 0);
btnAnalysMany.Name = "btnAnalysMany";
btnAnalysMany.Size = new Size(75, 23);
btnAnalysMany.TabIndex = 2;
//
// txtVald
//
txtVald.Location = new Point(0, 0);
txtVald.Name = "txtVald";
txtVald.Size = new Size(100, 27);
txtVald.TabIndex = 1;
//
// lblAntal
//
lblAntal.Location = new Point(0, 0);
lblAntal.Name = "lblAntal";
lblAntal.Size = new Size(100, 23);
lblAntal.TabIndex = 0;
//
// frmStockHistoryInit
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.LightGray;
ClientSize = new Size(1413, 553);
Controls.Add(lblAntal);
Controls.Add(txtVald);
Controls.Add(btnAnalysMany);
Controls.Add(btnClose);
Controls.Add(lwTransactions);
Controls.Add(btnSaveToDb);
Controls.Add(txtFound);
Controls.Add(btnAnalysera);
Controls.Add(lblFileName);
Controls.Add(btnChooseFile);
Name = "frmStockHistoryInit";
Text = "StockBrokerage";
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button btnChooseFile;
private OpenFileDialog ofdFiler;
private Label lblFileName;
private Button btnAnalysera;
private TextBox txtFound;
private Button btnSaveToDb;
private ListView lwTransactions;
private ColumnHeader StockCodeHeader;
private ColumnHeader TransactionTypeHeader;
private ColumnHeader TransactionDateHeader;
private ColumnHeader StockQuantityHeader;
private ColumnHeader StockPriceHeader;
private ColumnHeader TotalAmountHeader;
private ColumnHeader CommissionHeader;
private ColumnHeader AmountToPayHeader;
private Button btnClose;
private Button btnAnalysMany;
private TextBox txtVald;
private Label lblAntal;
}
}