summaryrefslogtreecommitdiff
path: root/plugins/ImportTXT/ImpDlgRes.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ImportTXT/ImpDlgRes.inc')
-rw-r--r--plugins/ImportTXT/ImpDlgRes.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/ImportTXT/ImpDlgRes.inc b/plugins/ImportTXT/ImpDlgRes.inc
new file mode 100644
index 0000000000..b176adb9a5
--- /dev/null
+++ b/plugins/ImportTXT/ImpDlgRes.inc
@@ -0,0 +1,12 @@
+const
+ IDD_IMPDIALOG = 101;
+ IDSTART = 1001;
+ IDC_FILENAME = 1002;
+ IDC_BRWSBTN = 1003;
+ IDC_TYPECOMBO = 1004;
+ IDC_STATUSLIST = 1005;
+ IDC_PROGRESS = 1006;
+ IDC_CHKDUP = 1007;
+ IDC_SHOWDUP = 1008;
+
+ IDI_DEFAULT = 110; \ No newline at end of file