mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Major changes to structure and code
First is the inclusion of two new projects: SabreHelper and SingleGame. SabreHelper is a DLL that contains anything that might be in common between programs (converters, db tools, logging). SingleGame is an experimental program to minimize a DAT for server usage, requested by Kludge. The new structure represents a cleaner approach to having helper functions in a DLL, making each individual executable smaller and more well-defined.
This commit is contained in:
4
SabreToolsUI/SabreToolsUI.Designer.cs
generated
4
SabreToolsUI/SabreToolsUI.Designer.cs
generated
@@ -123,7 +123,7 @@
|
||||
// systemsCheckedListBox
|
||||
//
|
||||
this.systemsCheckedListBox.FormattingEnabled = true;
|
||||
this.systemsCheckedListBox.Items.AddRange(Helper.GetAllSystems());
|
||||
this.systemsCheckedListBox.Items.AddRange(UIHelper.GetAllSystems());
|
||||
this.systemsCheckedListBox.Location = new System.Drawing.Point(77, 65);
|
||||
this.systemsCheckedListBox.Name = "systemsCheckedListBox";
|
||||
this.systemsCheckedListBox.Size = new System.Drawing.Size(260, 34);
|
||||
@@ -132,7 +132,7 @@
|
||||
// sourcesCheckedListBox
|
||||
//
|
||||
this.sourcesCheckedListBox.FormattingEnabled = true;
|
||||
this.sourcesCheckedListBox.Items.AddRange(Helper.GetAllSources());
|
||||
this.sourcesCheckedListBox.Items.AddRange(UIHelper.GetAllSources());
|
||||
this.sourcesCheckedListBox.Location = new System.Drawing.Point(415, 65);
|
||||
this.sourcesCheckedListBox.Name = "sourcesCheckedListBox";
|
||||
this.sourcesCheckedListBox.Size = new System.Drawing.Size(244, 34);
|
||||
|
||||
Reference in New Issue
Block a user