BizHawk/BizHawk.Client.EmuHawk/tools/VirtualPads
adelikat d4c8615e95 remove unused usings and other redundancies 2020-04-23 20:33:18 -05:00
..
controls Use inheritance instead of Type for PadSchema controls 2020-03-31 21:40:36 +10:00
schema remove unused usings and other redundancies 2020-04-23 20:33:18 -05:00
VirtualPad.Designer.cs Apparently UserControls that are created dynamically need AutoScaleMode.Font. UserControls placed via the designer should use AutoScaleMode.Inherit. Actually it seems possible to get around the problems of dynamically created UserControls (including the need to manually scale the positions/sizes) by moving their creation into the constructor after InitializeComponent, adding SuspendLayout before InitializeComponent, and adding ResumeLayout after UserControl creation. But I don't want to risk moving the code around too much. 2014-12-31 05:34:21 +00:00
VirtualPad.cs Revert previous fix which didn't work and set DisplayName properly 2020-03-31 23:42:43 +10:00
VirtualPad.resx Virtualpads - more reorg 2014-06-22 14:43:59 +00:00
VirtualpadsTool.Designer.cs Migrate serialised images to separate files, removing duplicates 2019-12-07 05:24:24 +10:00
VirtualpadsTool.cs Use inheritance instead of Type for PadSchema controls 2020-03-31 21:40:36 +10:00
VirtualpadsTool.resx Migrate serialised images to separate files, removing duplicates 2019-12-07 05:24:24 +10:00