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

github.com/MJPA/SimpleJSON.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vs2008
diff options
context:
space:
mode:
authorMike Anchor <git@mjpa.co.uk>2015-03-08 18:15:15 +0300
committerMike Anchor <git@mjpa.co.uk>2015-03-08 18:15:15 +0300
commitaa5cd9da342614d22595911305c997acaa79fa99 (patch)
treec6ad3eb4b18aa93a5d76dce61c08cb28f894e56a /vs2008
parent339de6c6b6f00ab26d30cf5b0ef541036cd7fd37 (diff)
Fixing size of text areas in Windows.
Diffstat (limited to 'vs2008')
-rw-r--r--vs2008/gui.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/vs2008/gui.rc b/vs2008/gui.rc
index 08a8b12..d8f48a0 100644
--- a/vs2008/gui.rc
+++ b/vs2008/gui.rc
@@ -60,8 +60,8 @@ FONT 8, "Courier New", 400, 0, 0x0
BEGIN
GROUPBOX "Input data: ",IDC_STATIC,7,7,486,129
GROUPBOX "Output data: ",IDC_STATIC,7,161,486,126
- EDITTEXT IDC_INPUT,17,22,304,100,ES_MULTILINE | ES_WANTRETURN | WS_VSCROLL
- EDITTEXT IDC_OUTPUT,17,177,304,100,ES_MULTILINE | ES_READONLY | ES_WANTRETURN | WS_VSCROLL
+ EDITTEXT IDC_INPUT,17,22,464,100,ES_MULTILINE | ES_WANTRETURN | WS_VSCROLL
+ EDITTEXT IDC_OUTPUT,17,177,464,100,ES_MULTILINE | ES_READONLY | ES_WANTRETURN | WS_VSCROLL
PUSHBUTTON "Verify",IDC_VERIFY,8,141,55,14
PUSHBUTTON "Verify + Echo",IDC_ECHO,75,141,55,14
PUSHBUTTON "Example 1",IDC_EX1,142,141,55,14