mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 07:14:56 -06:00
4.53 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
33ccab7e72
commit
051769bbc5
20
CPP/7zip/UI/FileManager/ProgressDialog.rc
Executable file
20
CPP/7zip/UI/FileManager/ProgressDialog.rc
Executable file
@@ -0,0 +1,20 @@
|
||||
#include "ProgressDialogRes.h"
|
||||
#include "../../GuiCommon.rc"
|
||||
|
||||
#define xSize2 172
|
||||
#define ySize2 42
|
||||
#define xSize (xSize2 + marg + marg)
|
||||
#define ySize (ySize2 + marg + marg)
|
||||
|
||||
#define bYPos (ySize - marg - bYSize)
|
||||
#define bXPos (xSize - marg - bXSize)
|
||||
|
||||
|
||||
IDD_DIALOG_PROGRESS DIALOG 0, 0, xSize, ySize MY_MODAL_DIALOG_STYLE
|
||||
CAPTION "Progress"
|
||||
MY_FONT
|
||||
BEGIN
|
||||
PUSHBUTTON "Cancel", IDCANCEL, bXPos, bYPos , bXSize, bYSize
|
||||
CONTROL "Progress1", IDC_PROGRESS1,"msctls_progress32",PBS_SMOOTH | WS_BORDER,
|
||||
marg,marg, xSize2, 14
|
||||
END
|
||||
Reference in New Issue
Block a user