added branch

This commit is contained in:
Stefan
2020-01-08 11:30:39 +01:00
parent 5fce70c8e6
commit b6ae111aee
37 changed files with 1105 additions and 32 deletions
+78
View File
@@ -0,0 +1,78 @@
namespace Superbuchhaltung.Forms.Buchungen
{
partial class AddBuchung
{
/// <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()
{
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(49, 40);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(149, 22);
this.textBox1.TabIndex = 0;
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(262, 40);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(149, 22);
this.textBox2.TabIndex = 1;
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(106, 80);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(149, 22);
this.textBox3.TabIndex = 2;
//
// AddBuchung
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.textBox3);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Name = "AddBuchung";
this.Text = "AddBuchung";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox3;
}
}