Home > Software engineering >  Warrior wait! Thank you very much! Created to play the window window, minimize, cursor still lock mi
Warrior wait! Thank you very much! Created to play the window window, minimize, cursor still lock mi

Time:09-17

532 DIALOGEX 0, 0, 373, 245, 0
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER |

WS_MINIMIZEBOX | WS_POPUPWINDOW | WS_CAPTION
CAPTION "after-hours data download"
The FONT 9, "tahoma", 0, FALSE
{
AUTOCHECKBOX "day line and real-time market data", 1424, 11, 43, 167,

12, BS_FLAT
AUTOCHECKBOX "1 minute line data", 1425, 11, 27, 84, 12,

BS_FLAT
COMBOBOX, 2087, 149, 84, 51, 123, CBS_DROPDOWNLIST |

WS_VSCROLL
AUTOCHECKBOX "5 minutes line data", 1426, 11, 44, 167, 10,

BS_FLAT
AUTOCHECKBOX figure data "on the same day (only for the use of the offline analysis)",

43, 1423, 11, 167, 12, BS_FLAT
AUTOCHECKBOX "day line data", 1427, 11, 44, 167, 10, BS_FLAT
AUTOCHECKBOX "1 minute line data", 1428, 11, 30, 84, 10,

BS_FLAT
AUTOCHECKBOX "5 minutes line data", 1429, 11, 44, 167, 10,

BS_FLAT
CONTROL "DateTimePicker1", 1237, "SysDateTimePick32,"

WS_DISABLED | WS_TABSTOP x00000024 | 0, 10, 62, 81, 13
LTEXT "~", 1737, 101, 64, 8, 11
CONTROL "DateTimePicker1", 1238, "SysDateTimePick32,"

WS_DISABLED | WS_TABSTOP x00000024 | 0, 119, 62, 81, 13
AUTOCHECKBOX "download all the varieties of the csi of the daily data", 1420, 11, 85,

In 133, 10, BS_FLAT | WS_DISABLED
CONTROL "CFQS", 1732, "SysListView32 WS_BORDER |

WS_TABSTOP x00008001 | 0, 216, 28, 147, 149
DEFPUSHBUTTON "start download", 1, 269, 225, 45, 15
PUSHBUTTON "shut down", 2, 323, 225, 45, 15
LTEXT "", 1224, 5, 212, 362, 10
CONTROL "Progress1", 501, "msctls_progress32,"

WS_BORDER, 5, 229, 253, 9
"Add variety" PUSHBUTTON, 25, 217, 181, 41, 15
PUSHBUTTON "removed from the varieties, 35, 269, 181, 41, 15
PUSHBUTTON varieties of "empty", 3, 321, 181, 41, 15
LTEXT "download data covering the native data, all stock selection, statement analysis, date line

The above cycle accurate answer authority and offline browsing, and other functions need to use these data, if you do not use

These features, need not download, \ n if it is slow on the Internet, download can take longer, please

Take into consideration the download, select fewer varieties and short period of time, \ n day after made to

Data downloaded to the Shanghai and shenzhen, and other market data in the corresponding market closing, please download after

Above, \ n \ n day cycle data generated by downloading the daily data, multiples of 5 minutes lines

Data generated by downloading 5 minutes line, lines to other minute data download 1 minute life

, ", 1726, 12, 106, 182, 92
CONTROL "Tab2", 32582, "SysTabControl32", 0 x00008040,

4, 5, 366, 198,
}


//DIALOG and DIALOGEX resources
//
//Format:
//nameID DIALOG x, y, width, height
///
//nameID DIALOGEX x, y, width, height, helpID []
//nameID is the reference of the program to identify

This dialog. Don 't change it!
//x, y, width and height of define the dimension of the

The dialog box in dialog units.
//
//the Following are optional descriptions for -

Dialog:
//
//CAPTION "& lt; Text>"
//defines the caption in the dialog 's title bar, if

The present
//
//STYLE & lt; Style>
//Specifies the styles section of the dialog box. It is a set of

Of flags combined by
//the or operator '|'. The Flags are Window style and

Dialog style flags.
//Possible window style flags are:
//WS_OVERLAPPEDWINDOW WS_POPUPWINDOW WS_OVERLAPPED,

WS_POPUP, WS_CHILD,
//WS_MINIMIZE WS_VISIBLE, WS_DISABLED,

WS_CLIPSIBLINGS WS_CLIPCHILDREN,
//WS_MAXIMIZE WS_CAPTION, WS_BORDER, WS_DLGFRAME,

WS_VSCROLL WS_HSCROLL,
//WS_SYSMENU WS_THICKFRAME, WS_GROUP, WS_TABSTOP,

WS_MINIMIZEBOX,
//WS_MAXIMIZEBOX WS_TILED, WS_ICONIC WS_MINIMIZE,

WS_SIZEBOX WS_TILEDWINDOW,
//WS_CHILDWINDOW
//Possible dialog style flags are:
//DS_ABSALIGN DS_SYSMODAL, DS_LOCALEDIT DS_SETFONT,

DS_MODALFRAME,
//DS_NOIDLEMSG DS_SETFOREGROUND DS_3DLOOK,

DS_FIXEDSYS DS_NOFAILCREATE,
//DS_CONTROL DS_CENTER DS_CENTERMOUSE,

DS_CONTEXTHELP, DS_SHELLFONT
//In general you shouldn 't change too much the styles section.

Restorator is not meant
//to be a fully fledged dialog editor.
//
//EXSTYLE=& lt; Extended - styles>
//Followed by an equal sign, or - combined flags of

These:
//WS_EX_OVERLAPPEDWINDOW WS_EX_PALETTEWINDOW,

WS_EX_DLGMODALFRAME,
//WS_EX_NOPARENTNOTIFY WS_EX_TOPMOST,

WS_EX_ACCEPTFILES WS_EX_TRANSPARENT,
//WS_EX_MDICHILD WS_EX_TOOLWINDOW WS_EX_WINDOWEDGE,

WS_EX_CLIENTEDGE,
//WS_EX_CONTEXTHELP WS_EX_RIGHT WS_EX_LEFT,

WS_EX_RTLREADING,
//WS_EX_LTRREADING WS_EX_LEFTSCROLLBAR,

WS_EX_RIGHTSCROLLBAR,
//WS_EX_CONTROLPARENT WS_EX_STATICEDGE,

WS_EX_APPWINDOW
//
//the FONT & lt; Pointsize> , & lt; Typeface>
//the or for DIALOGEX resources:
//the FONT pointsize, fontname, weight, italic
//
//the MENU & lt; Menuname>
//Includes a menu in the dialog box - it has to be

Defined in the menu
//resource.
//
//CLASS CLASS
//
//These general statements follow the controls in the

The dialog box.
//The style parameter may always contain an Ed The WS_

Flags given above.
nullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnullnull