namespace WinFormDiApp
{
partial class MainWindow
{
///
/// 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()
{
helloText = new Label();
goodbyeText = new Label();
btnCheckPayments = new Button();
btnLoadPayments = new Button();
btnSearchPayments = new Button();
btnClose = new Button();
btnEdit = new Button();
btnClearRecords = new Button();
SuspendLayout();
//
// helloText
//
helloText.AutoSize = true;
helloText.Font = new Font("Segoe UI", 10F, FontStyle.Regular, GraphicsUnit.Point);
helloText.Location = new Point(14, 12);
helloText.Name = "helloText";
helloText.Size = new Size(52, 23);
helloText.TabIndex = 0;
helloText.Text = "------";
//
// goodbyeText
//
goodbyeText.AutoSize = true;
goodbyeText.Font = new Font("Segoe UI", 10F, FontStyle.Regular, GraphicsUnit.Point);
goodbyeText.Location = new Point(14, 563);
goodbyeText.Name = "goodbyeText";
goodbyeText.Size = new Size(52, 23);
goodbyeText.TabIndex = 1;
goodbyeText.Text = "------";
//
// btnCheckPayments
//
btnCheckPayments.Location = new Point(86, 93);
btnCheckPayments.Margin = new Padding(3, 4, 3, 4);
btnCheckPayments.Name = "btnCheckPayments";
btnCheckPayments.Size = new Size(178, 31);
btnCheckPayments.TabIndex = 2;
btnCheckPayments.Text = "Kontrollera Betalningar";
btnCheckPayments.UseVisualStyleBackColor = true;
btnCheckPayments.Click += btnCheckPayments_Click;
//
// btnLoadPayments
//
btnLoadPayments.Location = new Point(86, 55);
btnLoadPayments.Margin = new Padding(3, 4, 3, 4);
btnLoadPayments.Name = "btnLoadPayments";
btnLoadPayments.Size = new Size(178, 31);
btnLoadPayments.TabIndex = 3;
btnLoadPayments.Text = "Ladda betalningar";
btnLoadPayments.UseVisualStyleBackColor = true;
btnLoadPayments.Click += btnLoadPayments_Click;
//
// btnSearchPayments
//
btnSearchPayments.Location = new Point(86, 132);
btnSearchPayments.Margin = new Padding(3, 4, 3, 4);
btnSearchPayments.Name = "btnSearchPayments";
btnSearchPayments.Size = new Size(178, 31);
btnSearchPayments.TabIndex = 4;
btnSearchPayments.Text = "Sök betalningar";
btnSearchPayments.UseVisualStyleBackColor = true;
btnSearchPayments.Click += btnSearchPayments_Click;
//
// btnClose
//
btnClose.Location = new Point(815, 560);
btnClose.Margin = new Padding(3, 4, 3, 4);
btnClose.Name = "btnClose";
btnClose.Size = new Size(86, 31);
btnClose.TabIndex = 5;
btnClose.Text = "Stäng";
btnClose.UseVisualStyleBackColor = true;
btnClose.Click += btnClose_Click;
//
// btnEdit
//
btnEdit.Location = new Point(86, 171);
btnEdit.Margin = new Padding(3, 4, 3, 4);
btnEdit.Name = "btnEdit";
btnEdit.Size = new Size(178, 31);
btnEdit.TabIndex = 6;
btnEdit.Text = "Justera/Addera betalning";
btnEdit.UseVisualStyleBackColor = true;
btnEdit.Click += btnEdit_Click;
//
// btnClearRecords
//
btnClearRecords.Location = new Point(91, 211);
btnClearRecords.Name = "btnClearRecords";
btnClearRecords.Size = new Size(173, 29);
btnClearRecords.TabIndex = 7;
btnClearRecords.Text = "Töm databasen";
btnClearRecords.UseVisualStyleBackColor = true;
btnClearRecords.Click += btnClearRecords_Click;
//
// MainWindow
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(914, 600);
Controls.Add(btnClearRecords);
Controls.Add(btnEdit);
Controls.Add(btnClose);
Controls.Add(btnSearchPayments);
Controls.Add(btnLoadPayments);
Controls.Add(btnCheckPayments);
Controls.Add(goodbyeText);
Controls.Add(helloText);
Margin = new Padding(3, 4, 3, 4);
Name = "MainWindow";
StartPosition = FormStartPosition.CenterScreen;
Text = "MainWindow";
FormClosing += MainWindow_FormClosing;
Load += MainWindow_Load;
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label helloText;
private Label goodbyeText;
private Button btnCheckPayments;
private Button btnLoadPayments;
private Button btnSearchPayments;
private Button btnClose;
private Button btnEdit;
private Button btnClearRecords;
}
}