This commit is contained in:
2024-08-07 09:16:27 -04:00
parent fdfadd5c7e
commit 5f971cf684
5200 changed files with 731717 additions and 0 deletions

9
Histogram/Histogram.rc Normal file
View File

@@ -0,0 +1,9 @@
GRAPHDIALOG DIALOG 6, 15, 340, 205
STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Graph"
FONT 8, "MS Sans Serif"
{
PUSHBUTTON "Dismiss", IDCANCEL, 171, 180, 50, 14
GROUPBOX "", -1, 5, 4, 326, 166, BS_GROUPBOX
DEFPUSHBUTTON "Graph", IDOK, 119, 180, 50, 14
}