Generaliserat iläsning av bankdata
This commit is contained in:
31
WinFormDi/frmReadPayments.Designer.cs
generated
31
WinFormDi/frmReadPayments.Designer.cs
generated
@ -92,9 +92,10 @@
|
||||
//
|
||||
// btnClose
|
||||
//
|
||||
btnClose.Location = new Point(758, 506);
|
||||
btnClose.Location = new Point(866, 675);
|
||||
btnClose.Margin = new Padding(3, 4, 3, 4);
|
||||
btnClose.Name = "btnClose";
|
||||
btnClose.Size = new Size(75, 23);
|
||||
btnClose.Size = new Size(86, 31);
|
||||
btnClose.TabIndex = 1;
|
||||
btnClose.Text = "Stäng";
|
||||
btnClose.UseVisualStyleBackColor = true;
|
||||
@ -105,9 +106,10 @@
|
||||
lvPayouts.Anchor = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
|
||||
lvPayouts.BackColor = Color.FromArgb(192, 255, 255);
|
||||
lvPayouts.Columns.AddRange(new ColumnHeader[] { columnHeader1, columnHeader2, columnHeader3, columnHeader4, columnHeader5, columnHeader6 });
|
||||
lvPayouts.Location = new Point(28, 107);
|
||||
lvPayouts.Location = new Point(32, 143);
|
||||
lvPayouts.Margin = new Padding(3, 4, 3, 4);
|
||||
lvPayouts.Name = "lvPayouts";
|
||||
lvPayouts.Size = new Size(805, 393);
|
||||
lvPayouts.Size = new Size(919, 523);
|
||||
lvPayouts.TabIndex = 2;
|
||||
lvPayouts.UseCompatibleStateImageBehavior = false;
|
||||
lvPayouts.View = View.Details;
|
||||
@ -143,9 +145,10 @@
|
||||
//
|
||||
// btnChooseFile
|
||||
//
|
||||
btnChooseFile.Location = new Point(30, 28);
|
||||
btnChooseFile.Location = new Point(34, 37);
|
||||
btnChooseFile.Margin = new Padding(3, 4, 3, 4);
|
||||
btnChooseFile.Name = "btnChooseFile";
|
||||
btnChooseFile.Size = new Size(75, 23);
|
||||
btnChooseFile.Size = new Size(86, 31);
|
||||
btnChooseFile.TabIndex = 3;
|
||||
btnChooseFile.Text = "Välj infil";
|
||||
btnChooseFile.UseVisualStyleBackColor = true;
|
||||
@ -159,20 +162,21 @@
|
||||
//
|
||||
lblTransFileName.AutoSize = true;
|
||||
lblTransFileName.Font = new Font("Segoe UI", 12F, FontStyle.Bold, GraphicsUnit.Point);
|
||||
lblTransFileName.Location = new Point(125, 27);
|
||||
lblTransFileName.Location = new Point(143, 36);
|
||||
lblTransFileName.Name = "lblTransFileName";
|
||||
lblTransFileName.Size = new Size(57, 21);
|
||||
lblTransFileName.Size = new Size(26, 28);
|
||||
lblTransFileName.TabIndex = 4;
|
||||
lblTransFileName.Text = "label1";
|
||||
lblTransFileName.Text = "[]";
|
||||
//
|
||||
// btnStartRead
|
||||
//
|
||||
btnStartRead.BackColor = Color.Red;
|
||||
btnStartRead.Enabled = false;
|
||||
btnStartRead.ForeColor = Color.FromArgb(255, 255, 128);
|
||||
btnStartRead.Location = new Point(726, 21);
|
||||
btnStartRead.Location = new Point(830, 28);
|
||||
btnStartRead.Margin = new Padding(3, 4, 3, 4);
|
||||
btnStartRead.Name = "btnStartRead";
|
||||
btnStartRead.Size = new Size(107, 36);
|
||||
btnStartRead.Size = new Size(122, 48);
|
||||
btnStartRead.TabIndex = 5;
|
||||
btnStartRead.Text = "Starta Inläsning";
|
||||
btnStartRead.UseVisualStyleBackColor = false;
|
||||
@ -181,14 +185,15 @@
|
||||
//
|
||||
// frmReadPayments
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleDimensions = new SizeF(8F, 20F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(856, 541);
|
||||
ClientSize = new Size(978, 721);
|
||||
Controls.Add(btnStartRead);
|
||||
Controls.Add(lblTransFileName);
|
||||
Controls.Add(btnChooseFile);
|
||||
Controls.Add(lvPayouts);
|
||||
Controls.Add(btnClose);
|
||||
Margin = new Padding(3, 4, 3, 4);
|
||||
Name = "frmReadPayments";
|
||||
StartPosition = FormStartPosition.CenterScreen;
|
||||
Text = "frmReadPayments";
|
||||
|
||||
Reference in New Issue
Block a user