DotGraph 그룹박스 이미지 크기 버그 수정
parent
bd80b435ad
commit
c0eca15c47
|
@ -747,7 +747,7 @@
|
|||
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
||||
this.smartGroupBox1.Name = "smartGroupBox1";
|
||||
this.smartGroupBox1.RoundRadius = 5;
|
||||
this.smartGroupBox1.Size = new System.Drawing.Size(1023, 485);
|
||||
this.smartGroupBox1.Size = new System.Drawing.Size(1024, 485);
|
||||
this.smartGroupBox1.TabIndex = 31;
|
||||
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||
|
|
|
@ -887,7 +887,7 @@
|
|||
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
||||
this.smartGroupBox1.Name = "smartGroupBox1";
|
||||
this.smartGroupBox1.RoundRadius = 5;
|
||||
this.smartGroupBox1.Size = new System.Drawing.Size(1023, 484);
|
||||
this.smartGroupBox1.Size = new System.Drawing.Size(1024, 485);
|
||||
this.smartGroupBox1.TabIndex = 101;
|
||||
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -370,7 +370,7 @@
|
|||
this.smartGroupBox1.Location = new System.Drawing.Point(0, 0);
|
||||
this.smartGroupBox1.Name = "smartGroupBox1";
|
||||
this.smartGroupBox1.RoundRadius = 5;
|
||||
this.smartGroupBox1.Size = new System.Drawing.Size(1023, 484);
|
||||
this.smartGroupBox1.Size = new System.Drawing.Size(1024, 485);
|
||||
this.smartGroupBox1.TabIndex = 101;
|
||||
this.smartGroupBox1.Text = "smartGroupBox1";
|
||||
this.smartGroupBox1.TextColor = System.Drawing.Color.Black;
|
||||
|
|
Loading…
Reference in New Issue