Finjusteringar

This commit is contained in:
2021-03-05 10:32:50 +01:00
parent 2841ada2cf
commit bd20b3b9d3
7 changed files with 67 additions and 52 deletions

View File

@ -63,6 +63,7 @@ namespace StockInfo
this.label8 = new System.Windows.Forms.Label();
this.txtSoldDate = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.btnClose = new System.Windows.Forms.Button();
this.gbInfo.SuspendLayout();
this.gbSell.SuspendLayout();
this.SuspendLayout();
@ -379,11 +380,22 @@ namespace StockInfo
this.label7.TabIndex = 2;
this.label7.Text = "Sold Date";
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(417, 440);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 3;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// frmSelling
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(544, 450);
this.ClientSize = new System.Drawing.Size(543, 478);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.gbSell);
this.Controls.Add(this.gbInfo);
this.Controls.Add(this.lvSellCandidates);
@ -435,5 +447,6 @@ namespace StockInfo
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox txtGainLoose;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Button btnClose;
}
}