TAStudio - some minor designer stuff
This commit is contained in:
parent
a75827687d
commit
17f109905b
|
@ -17,6 +17,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
public TAStudio Tastudio { get; set; }
|
||||
|
||||
[Browsable(false)]
|
||||
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
|
||||
public bool TurboSeek
|
||||
{
|
||||
|
@ -31,6 +32,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
}
|
||||
}
|
||||
|
||||
[Browsable(false)]
|
||||
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
|
||||
public bool AutoRestore
|
||||
{
|
||||
|
|
|
@ -701,6 +701,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
this.TasView.ItemCount = 0;
|
||||
this.TasView.LastVisibleIndex = 22;
|
||||
this.TasView.Location = new System.Drawing.Point(8, 27);
|
||||
this.TasView.MultiSelect = true;
|
||||
this.TasView.Name = "TasView";
|
||||
this.TasView.Size = new System.Drawing.Size(288, 471);
|
||||
this.TasView.TabIndex = 1;
|
||||
|
|
Loading…
Reference in New Issue