TASStudio revert design commit

This commit is contained in:
alyosha-tas 2017-01-02 12:27:40 -05:00 committed by GitHub
parent 480bc5540f
commit c496674301
2 changed files with 368 additions and 388 deletions

View File

@ -43,9 +43,9 @@
// //
// PlaybackGroupBox // PlaybackGroupBox
// //
this.PlaybackGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) this.PlaybackGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right))); | System.Windows.Forms.AnchorStyles.Right)));
this.PlaybackGroupBox.Controls.Add(this.RecordingModeCheckbox); this.PlaybackGroupBox.Controls.Add(this.RecordingModeCheckbox);
this.PlaybackGroupBox.Controls.Add(this.AutoRestoreCheckbox); this.PlaybackGroupBox.Controls.Add(this.AutoRestoreCheckbox);
this.PlaybackGroupBox.Controls.Add(this.TurboSeekCheckbox); this.PlaybackGroupBox.Controls.Add(this.TurboSeekCheckbox);
@ -189,4 +189,4 @@
private System.Windows.Forms.CheckBox FollowCursorCheckbox; private System.Windows.Forms.CheckBox FollowCursorCheckbox;
private System.Windows.Forms.CheckBox RecordingModeCheckbox; private System.Windows.Forms.CheckBox RecordingModeCheckbox;
} }
} }

File diff suppressed because it is too large Load Diff