-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit with date and time out of DISK_055 backup
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
IDD_CONNDLG DIALOG 15, 35, 218, 127 | ||
STYLE WS_CAPTION | WS_CHILD | WS_VISIBLE | ||
CAPTION "Verbindungsarten" | ||
FONT 8, "Helv" | ||
BEGIN | ||
CONTROL "", ID_CLIENTCBOX, "COMBOBOX", CBS_DROPDOWN | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 5, 30, 62, 58 | ||
CONTROL "", ID_SERVERCBOX, "COMBOBOX", CBS_DROPDOWN | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 151, 30, 63, 58 | ||
CONTROL "Server", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE, 160, 5, 40, 11 | ||
CONTROL "Client", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE, 5, 5, 64, 11 | ||
CONTROL "Frame", -1, "STATIC", SS_BLACKFRAME | WS_CHILD | WS_VISIBLE, 4, 19, 209, 1 | ||
CONTROL "Verschiebungsarten", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE, 75, 30, 62, 10 | ||
CONTROL "Ein Client Objekt ist ein angeh�ngtes Objekt", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE, 5, 90, 63, 30 | ||
CONTROL "Ein Server Objekt kann andere Objekte aufnehmen", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE, 150, 90, 63, 30 | ||
END | ||
|