Adjust parenthesis
This commit is contained in:
55
StockInfoCore/frmMyStocks.Designer.cs
generated
55
StockInfoCore/frmMyStocks.Designer.cs
generated
@ -87,7 +87,7 @@ namespace StockInfoCore
|
|||||||
this.lvMyStocks.Location = new System.Drawing.Point(14, 43);
|
this.lvMyStocks.Location = new System.Drawing.Point(14, 43);
|
||||||
this.lvMyStocks.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.lvMyStocks.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||||
this.lvMyStocks.Name = "lvMyStocks";
|
this.lvMyStocks.Name = "lvMyStocks";
|
||||||
this.lvMyStocks.Size = new System.Drawing.Size(1191, 369);
|
this.lvMyStocks.Size = new System.Drawing.Size(1191, 371);
|
||||||
this.lvMyStocks.TabIndex = 0;
|
this.lvMyStocks.TabIndex = 0;
|
||||||
this.lvMyStocks.UseCompatibleStateImageBehavior = false;
|
this.lvMyStocks.UseCompatibleStateImageBehavior = false;
|
||||||
this.lvMyStocks.View = System.Windows.Forms.View.Details;
|
this.lvMyStocks.View = System.Windows.Forms.View.Details;
|
||||||
@ -161,7 +161,7 @@ namespace StockInfoCore
|
|||||||
// txtBuyTotal
|
// txtBuyTotal
|
||||||
//
|
//
|
||||||
this.txtBuyTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.txtBuyTotal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.txtBuyTotal.Location = new System.Drawing.Point(186, 428);
|
this.txtBuyTotal.Location = new System.Drawing.Point(186, 430);
|
||||||
this.txtBuyTotal.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtBuyTotal.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||||
this.txtBuyTotal.Name = "txtBuyTotal";
|
this.txtBuyTotal.Name = "txtBuyTotal";
|
||||||
this.txtBuyTotal.ReadOnly = true;
|
this.txtBuyTotal.ReadOnly = true;
|
||||||
@ -173,7 +173,7 @@ namespace StockInfoCore
|
|||||||
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.label1.AutoSize = true;
|
this.label1.AutoSize = true;
|
||||||
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
this.label1.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||||||
this.label1.Location = new System.Drawing.Point(64, 425);
|
this.label1.Location = new System.Drawing.Point(64, 427);
|
||||||
this.label1.Name = "label1";
|
this.label1.Name = "label1";
|
||||||
this.label1.Size = new System.Drawing.Size(101, 21);
|
this.label1.Size = new System.Drawing.Size(101, 21);
|
||||||
this.label1.TabIndex = 2;
|
this.label1.TabIndex = 2;
|
||||||
@ -184,7 +184,7 @@ namespace StockInfoCore
|
|||||||
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.label2.AutoSize = true;
|
this.label2.AutoSize = true;
|
||||||
this.label2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
this.label2.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||||||
this.label2.Location = new System.Drawing.Point(338, 430);
|
this.label2.Location = new System.Drawing.Point(338, 432);
|
||||||
this.label2.Name = "label2";
|
this.label2.Name = "label2";
|
||||||
this.label2.Size = new System.Drawing.Size(55, 21);
|
this.label2.Size = new System.Drawing.Size(55, 21);
|
||||||
this.label2.TabIndex = 4;
|
this.label2.TabIndex = 4;
|
||||||
@ -194,7 +194,7 @@ namespace StockInfoCore
|
|||||||
//
|
//
|
||||||
this.txtTotDiff.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.txtTotDiff.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.txtTotDiff.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
this.txtTotDiff.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
||||||
this.txtTotDiff.Location = new System.Drawing.Point(439, 422);
|
this.txtTotDiff.Location = new System.Drawing.Point(439, 424);
|
||||||
this.txtTotDiff.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtTotDiff.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||||
this.txtTotDiff.Name = "txtTotDiff";
|
this.txtTotDiff.Name = "txtTotDiff";
|
||||||
this.txtTotDiff.ReadOnly = true;
|
this.txtTotDiff.ReadOnly = true;
|
||||||
@ -206,7 +206,7 @@ namespace StockInfoCore
|
|||||||
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.label3.AutoSize = true;
|
this.label3.AutoSize = true;
|
||||||
this.label3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
this.label3.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||||||
this.label3.Location = new System.Drawing.Point(582, 425);
|
this.label3.Location = new System.Drawing.Point(582, 427);
|
||||||
this.label3.Name = "label3";
|
this.label3.Name = "label3";
|
||||||
this.label3.Size = new System.Drawing.Size(105, 21);
|
this.label3.Size = new System.Drawing.Size(105, 21);
|
||||||
this.label3.TabIndex = 6;
|
this.label3.TabIndex = 6;
|
||||||
@ -215,7 +215,7 @@ namespace StockInfoCore
|
|||||||
// txtCurrValue
|
// txtCurrValue
|
||||||
//
|
//
|
||||||
this.txtCurrValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.txtCurrValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.txtCurrValue.Location = new System.Drawing.Point(709, 428);
|
this.txtCurrValue.Location = new System.Drawing.Point(709, 430);
|
||||||
this.txtCurrValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtCurrValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||||
this.txtCurrValue.Name = "txtCurrValue";
|
this.txtCurrValue.Name = "txtCurrValue";
|
||||||
this.txtCurrValue.ReadOnly = true;
|
this.txtCurrValue.ReadOnly = true;
|
||||||
@ -244,7 +244,7 @@ namespace StockInfoCore
|
|||||||
this.lbUpdateTimes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.lbUpdateTimes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.lbUpdateTimes.FormattingEnabled = true;
|
this.lbUpdateTimes.FormattingEnabled = true;
|
||||||
this.lbUpdateTimes.ItemHeight = 20;
|
this.lbUpdateTimes.ItemHeight = 20;
|
||||||
this.lbUpdateTimes.Location = new System.Drawing.Point(16, 500);
|
this.lbUpdateTimes.Location = new System.Drawing.Point(16, 502);
|
||||||
this.lbUpdateTimes.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.lbUpdateTimes.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||||
this.lbUpdateTimes.Name = "lbUpdateTimes";
|
this.lbUpdateTimes.Name = "lbUpdateTimes";
|
||||||
this.lbUpdateTimes.Size = new System.Drawing.Size(164, 124);
|
this.lbUpdateTimes.Size = new System.Drawing.Size(164, 124);
|
||||||
@ -254,7 +254,7 @@ namespace StockInfoCore
|
|||||||
//
|
//
|
||||||
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.label4.AutoSize = true;
|
this.label4.AutoSize = true;
|
||||||
this.label4.Location = new System.Drawing.Point(14, 472);
|
this.label4.Location = new System.Drawing.Point(14, 474);
|
||||||
this.label4.Name = "label4";
|
this.label4.Name = "label4";
|
||||||
this.label4.Size = new System.Drawing.Size(97, 20);
|
this.label4.Size = new System.Drawing.Size(97, 20);
|
||||||
this.label4.TabIndex = 9;
|
this.label4.TabIndex = 9;
|
||||||
@ -263,7 +263,7 @@ namespace StockInfoCore
|
|||||||
// numericUpDown1
|
// numericUpDown1
|
||||||
//
|
//
|
||||||
this.numericUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.numericUpDown1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.numericUpDown1.Location = new System.Drawing.Point(186, 593);
|
this.numericUpDown1.Location = new System.Drawing.Point(186, 595);
|
||||||
this.numericUpDown1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.numericUpDown1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||||
this.numericUpDown1.Name = "numericUpDown1";
|
this.numericUpDown1.Name = "numericUpDown1";
|
||||||
this.numericUpDown1.Size = new System.Drawing.Size(119, 27);
|
this.numericUpDown1.Size = new System.Drawing.Size(119, 27);
|
||||||
@ -274,7 +274,7 @@ namespace StockInfoCore
|
|||||||
//
|
//
|
||||||
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.label5.AutoSize = true;
|
this.label5.AutoSize = true;
|
||||||
this.label5.Location = new System.Drawing.Point(186, 569);
|
this.label5.Location = new System.Drawing.Point(186, 571);
|
||||||
this.label5.Name = "label5";
|
this.label5.Name = "label5";
|
||||||
this.label5.Size = new System.Drawing.Size(132, 20);
|
this.label5.Size = new System.Drawing.Size(132, 20);
|
||||||
this.label5.TabIndex = 11;
|
this.label5.TabIndex = 11;
|
||||||
@ -285,7 +285,7 @@ namespace StockInfoCore
|
|||||||
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.label6.AutoSize = true;
|
this.label6.AutoSize = true;
|
||||||
this.label6.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
this.label6.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||||||
this.label6.Location = new System.Drawing.Point(208, 457);
|
this.label6.Location = new System.Drawing.Point(208, 459);
|
||||||
this.label6.Name = "label6";
|
this.label6.Name = "label6";
|
||||||
this.label6.Size = new System.Drawing.Size(89, 21);
|
this.label6.Size = new System.Drawing.Size(89, 21);
|
||||||
this.label6.TabIndex = 13;
|
this.label6.TabIndex = 13;
|
||||||
@ -296,7 +296,7 @@ namespace StockInfoCore
|
|||||||
this.txtTotalMinus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.txtTotalMinus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.txtTotalMinus.BackColor = System.Drawing.Color.Pink;
|
this.txtTotalMinus.BackColor = System.Drawing.Color.Pink;
|
||||||
this.txtTotalMinus.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
this.txtTotalMinus.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
||||||
this.txtTotalMinus.Location = new System.Drawing.Point(312, 455);
|
this.txtTotalMinus.Location = new System.Drawing.Point(312, 457);
|
||||||
this.txtTotalMinus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtTotalMinus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||||
this.txtTotalMinus.Name = "txtTotalMinus";
|
this.txtTotalMinus.Name = "txtTotalMinus";
|
||||||
this.txtTotalMinus.ReadOnly = true;
|
this.txtTotalMinus.ReadOnly = true;
|
||||||
@ -308,7 +308,7 @@ namespace StockInfoCore
|
|||||||
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.label7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.label7.AutoSize = true;
|
this.label7.AutoSize = true;
|
||||||
this.label7.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
this.label7.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
|
||||||
this.label7.Location = new System.Drawing.Point(478, 459);
|
this.label7.Location = new System.Drawing.Point(478, 461);
|
||||||
this.label7.Name = "label7";
|
this.label7.Name = "label7";
|
||||||
this.label7.Size = new System.Drawing.Size(75, 21);
|
this.label7.Size = new System.Drawing.Size(75, 21);
|
||||||
this.label7.TabIndex = 15;
|
this.label7.TabIndex = 15;
|
||||||
@ -319,7 +319,7 @@ namespace StockInfoCore
|
|||||||
this.txtTotalPlus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.txtTotalPlus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.txtTotalPlus.BackColor = System.Drawing.Color.LightGreen;
|
this.txtTotalPlus.BackColor = System.Drawing.Color.LightGreen;
|
||||||
this.txtTotalPlus.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
this.txtTotalPlus.Font = new System.Drawing.Font("Segoe UI", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point);
|
||||||
this.txtTotalPlus.Location = new System.Drawing.Point(573, 455);
|
this.txtTotalPlus.Location = new System.Drawing.Point(573, 457);
|
||||||
this.txtTotalPlus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtTotalPlus.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||||
this.txtTotalPlus.Name = "txtTotalPlus";
|
this.txtTotalPlus.Name = "txtTotalPlus";
|
||||||
this.txtTotalPlus.ReadOnly = true;
|
this.txtTotalPlus.ReadOnly = true;
|
||||||
@ -335,29 +335,30 @@ namespace StockInfoCore
|
|||||||
this.lblOwnerName.TabIndex = 16;
|
this.lblOwnerName.TabIndex = 16;
|
||||||
this.lblOwnerName.Text = "Portfölj Ägare Namn";
|
this.lblOwnerName.Text = "Portfölj Ägare Namn";
|
||||||
//
|
//
|
||||||
|
// label8
|
||||||
|
//
|
||||||
|
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
|
this.label8.AutoSize = true;
|
||||||
|
this.label8.Location = new System.Drawing.Point(842, 433);
|
||||||
|
this.label8.Name = "label8";
|
||||||
|
this.label8.Size = new System.Drawing.Size(14, 20);
|
||||||
|
this.label8.TabIndex = 18;
|
||||||
|
this.label8.Text = "("; //
|
||||||
// txtSummaValue
|
// txtSummaValue
|
||||||
//
|
//
|
||||||
this.txtSummaValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
this.txtSummaValue.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.txtSummaValue.Location = new System.Drawing.Point(862, 428);
|
this.txtSummaValue.Location = new System.Drawing.Point(862, 430);
|
||||||
this.txtSummaValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
this.txtSummaValue.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
||||||
this.txtSummaValue.Name = "txtSummaValue";
|
this.txtSummaValue.Name = "txtSummaValue";
|
||||||
this.txtSummaValue.ReadOnly = true;
|
this.txtSummaValue.ReadOnly = true;
|
||||||
this.txtSummaValue.Size = new System.Drawing.Size(114, 27);
|
this.txtSummaValue.Size = new System.Drawing.Size(114, 27);
|
||||||
this.txtSummaValue.TabIndex = 17;
|
this.txtSummaValue.TabIndex = 17;
|
||||||
//
|
//
|
||||||
// label8
|
|
||||||
//
|
|
||||||
this.label8.AutoSize = true;
|
|
||||||
this.label8.Location = new System.Drawing.Point(842, 429);
|
|
||||||
this.label8.Name = "label8";
|
|
||||||
this.label8.Size = new System.Drawing.Size(14, 20);
|
|
||||||
this.label8.TabIndex = 18;
|
|
||||||
this.label8.Text = "(";
|
|
||||||
//
|
|
||||||
// label9
|
// label9
|
||||||
//
|
//
|
||||||
|
this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||||
this.label9.AutoSize = true;
|
this.label9.AutoSize = true;
|
||||||
this.label9.Location = new System.Drawing.Point(982, 431);
|
this.label9.Location = new System.Drawing.Point(982, 433);
|
||||||
this.label9.Name = "label9";
|
this.label9.Name = "label9";
|
||||||
this.label9.Size = new System.Drawing.Size(14, 20);
|
this.label9.Size = new System.Drawing.Size(14, 20);
|
||||||
this.label9.TabIndex = 19;
|
this.label9.TabIndex = 19;
|
||||||
@ -367,7 +368,7 @@ namespace StockInfoCore
|
|||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.ClientSize = new System.Drawing.Size(1217, 651);
|
this.ClientSize = new System.Drawing.Size(1217, 653);
|
||||||
this.Controls.Add(this.label9);
|
this.Controls.Add(this.label9);
|
||||||
this.Controls.Add(this.label8);
|
this.Controls.Add(this.label8);
|
||||||
this.Controls.Add(this.txtSummaValue);
|
this.Controls.Add(this.txtSummaValue);
|
||||||
|
|||||||
Reference in New Issue
Block a user