New function add / change accountrecord
This commit is contained in:
13
WinFormDi/MainWindow.Designer.cs
generated
13
WinFormDi/MainWindow.Designer.cs
generated
@ -34,6 +34,7 @@
|
||||
btnLoadPayments = new Button();
|
||||
btnSearchPayments = new Button();
|
||||
btnClose = new Button();
|
||||
btnEdit = new Button();
|
||||
SuspendLayout();
|
||||
//
|
||||
// helloText
|
||||
@ -96,11 +97,22 @@
|
||||
btnClose.UseVisualStyleBackColor = true;
|
||||
btnClose.Click += btnClose_Click;
|
||||
//
|
||||
// btnEdit
|
||||
//
|
||||
btnEdit.Location = new Point(75, 128);
|
||||
btnEdit.Name = "btnEdit";
|
||||
btnEdit.Size = new Size(156, 23);
|
||||
btnEdit.TabIndex = 6;
|
||||
btnEdit.Text = "Justera/Addera betalning";
|
||||
btnEdit.UseVisualStyleBackColor = true;
|
||||
btnEdit.Click += btnEdit_Click;
|
||||
//
|
||||
// MainWindow
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(800, 450);
|
||||
Controls.Add(btnEdit);
|
||||
Controls.Add(btnClose);
|
||||
Controls.Add(btnSearchPayments);
|
||||
Controls.Add(btnLoadPayments);
|
||||
@ -124,5 +136,6 @@
|
||||
private Button btnLoadPayments;
|
||||
private Button btnSearchPayments;
|
||||
private Button btnClose;
|
||||
private Button btnEdit;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user