From 6f0a34bfb761d965bd961dc1f880b84e35f9959f Mon Sep 17 00:00:00 2001 From: jbzdarkid Date: Wed, 20 Nov 2019 10:05:59 -0800 Subject: Understanding symmetry, but nothing else. --- App/Main.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'App') diff --git a/App/Main.cpp b/App/Main.cpp index f5409ff..55074ed 100644 --- a/App/Main.cpp +++ b/App/Main.cpp @@ -263,16 +263,16 @@ int APIENTRY wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance CreateCheckbox(10, 340, SPEED_UP_AUTOSCROLLERS); CreateLabel(30, 340, 205, L"Speed up various autoscrollers"); - CreateButton(200, 50, 200, L"Test RNG", TMP5); - g_rngDebug = CreateWindow(L"STATIC", L"", - WS_TABSTOP | WS_VISIBLE | WS_CHILD | SS_LEFT, - 200, 80, 200, 200, g_hwnd, NULL, g_hInstance, NULL); + // CreateButton(200, 50, 200, L"Test RNG", TMP5); + // g_rngDebug = CreateWindow(L"STATIC", L"", + // WS_TABSTOP | WS_VISIBLE | WS_CHILD | SS_LEFT, + // 200, 80, 200, 200, g_hwnd, NULL, g_hInstance, NULL); - // g_panelId = CreateText(200, 100, 100, L"A3B2"); - // CreateButton(200, 130, 100, L"Read", TMP1); - // CreateButton(200, 160, 100, L"Write", TMP2); - // CreateButton(200, 190, 100, L"Solve", TMP3); - // CreateButton(200, 220, 100, L"Randomize2", TMP4); + g_panelId = CreateText(200, 100, 100, L"86"); + CreateButton(200, 130, 100, L"Read", TMP1); + CreateButton(200, 160, 100, L"Write", TMP2); + CreateButton(200, 190, 100, L"Solve", TMP3); + CreateButton(200, 220, 100, L"Randomize2", TMP4); g_witnessProc->StartHeartbeat(g_hwnd); -- cgit 1.4.1