diff options
Diffstat (limited to 'plugins/Utils.pas/i_card_const.inc')
-rw-r--r-- | plugins/Utils.pas/i_card_const.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/Utils.pas/i_card_const.inc b/plugins/Utils.pas/i_card_const.inc new file mode 100644 index 0000000000..ee0e153a28 --- /dev/null +++ b/plugins/Utils.pas/i_card_const.inc @@ -0,0 +1,16 @@ +{resource constants}
+const
+ // dialogs
+// IDD_HELP = 1126;
+
+// Help dialog
+ IDC_HLP_SERVICE = 1025;
+ IDC_HLP_ALIAS = 1026;
+ IDC_HLP_PLUGIN = 1027;
+ IDC_HLP_WPARAM = 1028;
+ IDC_HLP_WPARAML = 1128;
+ IDC_HLP_LPARAM = 1029;
+ IDC_HLP_LPARAML = 1129;
+ IDC_HLP_RETURN = 1030;
+ IDC_HLP_EFFECT = 1031;
+ IDC_HLP_NOTE = 1040;
|