diff --git a/rsc/AppResources.xrd b/rsc/AppResources.xrd index 763a3f4..b0c37ff 100644 --- a/rsc/AppResources.xrd +++ b/rsc/AppResources.xrd @@ -2,7 +2,7 @@ - + INFORMATION_ALERT 0 0 @@ -13,7 +13,7 @@ - + CONFIRMATION_ALERT 0 1 @@ -25,7 +25,7 @@ - + INFORMATION_ALERT 0 0 @@ -36,7 +36,7 @@ - + ERROR_ALERT 0 0 @@ -603,6 +603,89 @@ + + 1300 + + 2 + 2 + 156 + 156 + + TRUE + TRUE + TRUE + 0 + 0 + 0 + FALSE + FALSE + + + "Scanner Settings" + + + 1000 + + 28 + 67 + 100 + 12 + + TRUE + TRUE + "Set Factory Defaults" + FALSE + STD_FONT + STANDARD_BUTTON_FRAME + + + 1001 + + 8 + 137 + 36 + 12 + + TRUE + TRUE + "Done" + FALSE + STD_FONT + STANDARD_BUTTON_FRAME + + + 1002 + + 28 + 34 + 100 + 12 + + TRUE + TRUE + "Reset Scanner" + FALSE + STD_FONT + STANDARD_BUTTON_FRAME + + + 1003 + + 28 + 102 + 100 + 12 + + TRUE + TRUE + "Push Rattail Settings" + FALSE + STD_FONT + STANDARD_BUTTON_FRAME + + + + TRUE @@ -652,6 +735,12 @@ 12 + + 1003 + "Scanner Settings" + "" + FALSE + 1000 "About Rattail" diff --git a/src/AppResources.h b/src/AppResources.h index 27fbbaa..8b08eb9 100644 --- a/src/AppResources.h +++ b/src/AppResources.h @@ -7,13 +7,13 @@ // Resource: tFRM 1000 #define MainForm 1000 //(Left Origin = 0, Top Origin = 0, Width = 160, Height = 160, Usable = 1, Modal = 0, Save Behind = 0, Help ID = 0, Menu Bar ID = 1000, Default Button ID = 0) -#define MainFormScroller 1006 -#define MainFormScanRecords 1005 #define MainFormBarcode 1000 #define MainFormStopOnCases 1004 #define MainFormCases 1003 #define MainFormStopOnUnits 1002 #define MainFormUnits 1001 +#define MainFormScanRecords 1005 +#define MainFormScroller 1006 #define AlertTest 1000 #define AlertInformation 1200 @@ -44,6 +44,13 @@ #define QuantityFormCancel 1011 #define QuantityFormQuantity 1013 +#define ScannerSettingsForm 1300 + +#define ScannerSettingsResetScanner 1002 +#define ScannerSettingsSetFactoryDefaults 1000 +#define ScannerSettingsPushRattailSettings 1003 +#define ScannerSettingsDone 1001 + // Resource: Talt 1001 #define RomIncompatibleAlert 1001 #define RomIncompatibleOK 0 @@ -55,6 +62,7 @@ // Resource: MENU 1000 #define MainEditDeleteSelected 1001 #define MainEditDeleteAll 1002 +#define MainOptionsScannerSettings 1003 #define MainOptionsAboutRattail 1000