로그 수정
기본 파라미터 변경 watch 삭제
This commit is contained in:
4
MainForm.Designer.cs
generated
4
MainForm.Designer.cs
generated
@@ -158,7 +158,7 @@
|
||||
this.tbTrailing.Name = "tbTrailing";
|
||||
this.tbTrailing.Size = new System.Drawing.Size(100, 21);
|
||||
this.tbTrailing.TabIndex = 10;
|
||||
this.tbTrailing.Text = "1.0%";
|
||||
this.tbTrailing.Text = "3.0%";
|
||||
this.tbTrailing.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label5
|
||||
@@ -176,7 +176,7 @@
|
||||
this.tbLossCut.Name = "tbLossCut";
|
||||
this.tbLossCut.Size = new System.Drawing.Size(100, 21);
|
||||
this.tbLossCut.TabIndex = 10;
|
||||
this.tbLossCut.Text = "2.0%";
|
||||
this.tbLossCut.Text = "3.0%";
|
||||
this.tbLossCut.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label6
|
||||
|
||||
Reference in New Issue
Block a user