Commit Graph

2 Commits

Author SHA1 Message Date
montanon
ed07a6e3e3 Standardize all 107 subform views for consistent styling
Applied uniform styling standards to every subform dialog:
- Window: FontFamily + FontSize=11 on all 107 views
- Buttons: MinWidth=75, Padding=8,4 (replacing inconsistent widths)
- Controls: Height=25 on all NumericUpDown/ComboBox/TextBox
- Monospace: Consolas,Menlo,Courier New,monospace at FontSize=11
- Labels: FontWeight=SemiBold, FontSize=11
- Content margins: Margin=8 on root panels
- Button bars: HorizontalAlignment=Right, Spacing=8
- Section headers: normalized from mixed 14/16px to 11-13px
- Fixed code-behind in BoxViewerView and SettingsEditorView
2026-03-18 15:32:36 -03:00
montanon
1c7f9dfb4c Add cross-gen and PKM editor subforms
17 subform dialogs for cross-generation and PKM editing:

Cross-gen save editors:
- SimpleTrainer: basic trainer info (Gen 1-5)
- SimplePokedex: seen/caught checkboxes (Gen 1-5)
- EventWork: event work value editor (Gen 1-2)
- FolderList: save file folder browser
- MailBox: mail message editor (Gen 2-5)
- GroupViewer: battle team viewer
- Chatter: Chatot phrase editor (Gen 4)
- TrainerStat: trainer statistics display

Cross-gen utilities:
- BoxExporter: box contents export dialog
- KChart: species base stat chart
- EntitySearchSetup: search filter configuration
- SAV_BoxList: all-boxes list selector
- SAV_Accessor: block data accessor

PKM editors:
- MoveShopEditor: move shop/tutor flags
- PlusRecordEditor: plus record flags
- SuperTrainingEditor: Gen 6 super training
- ShowdownTextEditor: Showdown import/export
2026-03-18 15:32:35 -03:00