Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/FileManager/ProgressDialog2a.rc')
-rwxr-xr-xCPP/7zip/UI/FileManager/ProgressDialog2a.rc78
1 files changed, 78 insertions, 0 deletions
diff --git a/CPP/7zip/UI/FileManager/ProgressDialog2a.rc b/CPP/7zip/UI/FileManager/ProgressDialog2a.rc
new file mode 100755
index 00000000..8eba4148
--- /dev/null
+++ b/CPP/7zip/UI/FileManager/ProgressDialog2a.rc
@@ -0,0 +1,78 @@
+#undef bxs
+#define bxs 80
+
+#define x0s MY_PROGRESS_LABEL_UNITS_START
+#define x1s MY_PROGRESS_VALUE_UNITS
+#define x2s MY_PROGRESS_LABEL_UNITS_START
+#define x3s MY_PROGRESS_VALUE_UNITS
+
+#define x1 (m + x0s)
+#define x3 (xs - m - x3s)
+#define x2 (x3 - x2s)
+
+#undef y0
+#undef y1
+#undef y2
+#undef y3
+#undef y4
+
+#undef z0
+#undef z0z
+#undef z1
+#undef z2
+#undef z2
+
+#define y0 m
+#define y1 (y0 + k)
+#define y2 (y1 + k)
+#define y3 (y2 + k)
+#define y4 (y3 + k)
+
+#define z2 (y4 + k + 1)
+#define z2s 24
+
+#define z1 (z2 + z2s)
+
+#define z0 (z1 + z1s + m)
+#define z0s 48
+
+#define yc (z0 + z0s + bys)
+
+
+DIALOG_ID MY_RESIZE_DIALOG
+CAPTION "Progress"
+{
+ PUSHBUTTON "&Background", IDC_BUTTON_PROGRESS_PRIORITY, bx3, by, bxs, bys
+ PUSHBUTTON "&Pause", IDC_BUTTON_PAUSE, bx2, by, bxs, bys
+ DEFPUSHBUTTON "Cancel", IDCANCEL, bx1, by, bxs, bys
+
+ LTEXT "Elapsed time:", IDC_PROGRESS_ELAPSED, m, y0, x0s, 8
+ LTEXT "Remaining time:", IDC_PROGRESS_REMAINING, m, y1, x0s, 8
+ LTEXT "Files:", IDC_PROGRESS_FILES, m, y2, x0s, 8
+ LTEXT "Compression ratio:",IDC_PROGRESS_RATIO, m, y3, x0s, 8
+ LTEXT "Errors:", IDC_PROGRESS_ERRORS, m, y4, x0s, 8
+
+ LTEXT "Total size:", IDC_PROGRESS_TOTAL, x2, y0, x2s, 8
+ LTEXT "Speed:", IDC_PROGRESS_SPEED, x2, y1, x2s, 8
+ LTEXT "Processed:", IDC_PROGRESS_UNPACKED, x2, y2, x2s, 8
+ LTEXT "Compressed size:", IDC_PROGRESS_PACKED, x2, y3, x2s, 8
+
+ RTEXT "", IDC_PROGRESS_ELAPSED_VALUE, x1, y0, x1s, 8
+ RTEXT "", IDC_PROGRESS_REMAINING_VALUE, x1, y1, x1s, 8
+ RTEXT "", IDC_PROGRESS_FILES_VALUE, x1, y2, x1s, 8
+ RTEXT "", IDC_PROGRESS_RATIO_VALUE, x1, y3, x1s, 8
+ RTEXT "", IDC_PROGRESS_ERRORS_VALUE, x1, y4, x1s, 8
+
+ RTEXT "", IDC_PROGRESS_TOTAL_VALUE, x3, y0, x3s, 8
+ RTEXT "", IDC_PROGRESS_SPEED_VALUE, x3, y1, x3s, 8
+ RTEXT "", IDC_PROGRESS_UNPACKED_VALUE, x3, y2, x3s, 8
+ RTEXT "", IDC_PROGRESS_PACKED_VALUE, x3, y3, x3s, 8
+
+ LTEXT "", IDC_PROGRESS_FILE_NAME, m, z2, xc, z2s, SS_NOPREFIX | SS_LEFTNOWORDWRAP
+ CONTROL "Progress1", IDC_PROGRESS1, "msctls_progress32", PBS_SMOOTH | WS_BORDER, m, z1, xc, z1s
+
+
+ CONTROL "List1", IDC_PROGRESS_LIST, "SysListView32",
+ LVS_REPORT | LVS_SHOWSELALWAYS | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,
+ m, z0, xc, z0s
+}