Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyneu committed Oct 21, 2017
1 parent 82ae6d5 commit 163e495
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified Release/tool3.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Visual C++ 2010 redist (x86);
Windows 7

Also monerod cmd-line options can be changed in edit window.
![Screen1](/screens/Untitled%201.jpg)
![Screen1](/screens/Untitled.jpg)


## build:
Expand Down
Binary file removed screens/Untitled 1.jpg
Binary file not shown.
Binary file removed screens/Untitled 2.jpg
Binary file not shown.
Binary file added screens/Untitled.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions tool3/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)

dc->Create(WS_VISIBLE|WS_CHILD|PBS_SMOOTH,CRect(120,100+130,120+220,100+170),this,21);
t7->Create(WS_VISIBLE|WS_CHILD|PBS_VERTICAL|PBS_SMOOTHREVERSE|PBS_SMOOTH,CRect(10,200,10+19,200+140),this,29);

t7->SetState(PBST_ERROR);
hc=CreateWindowEx(WS_EX_NOPARENTNOTIFY, MSFTEDIT_CLASS,remmi,
ES_MULTILINE|ES_AUTOVSCROLL|ES_NOOLEDRAGDROP| WS_VISIBLE | WS_CHILD |WS_TABSTOP|WS_VSCROLL,
1, 350, 450, 201,
Expand Down Expand Up @@ -177,7 +177,7 @@ struct triggerblock

VOID c(VOID *)
{
triggerblock z;//={};
triggerblock z={};
int p[3];
ZeroMemory(p,sizeof(p));
bhr->SetProgressState(hz,TBPF_NORMAL);
Expand Down

0 comments on commit 163e495

Please sign in to comment.