Initial
This commit is contained in:
9
Histogram/Histogram.rc
Normal file
9
Histogram/Histogram.rc
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user