home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / TIMELI2.ZIP / TIMELINE.DLG < prev    next >
Text File  |  1989-04-16  |  4KB  |  57 lines

  1. DLGINCLUDE 1 "TIMELINE.H"
  2.  
  3. DLGTEMPLATE timeline_help LOADONCALL MOVEABLE DISCARDABLE 
  4. BEGIN
  5.     DIALOG "TIMELINE HELP", timeline_help, 8, 34, 321, 167, FS_NOBYTEALIGN | 
  6.                 FS_DLGBORDER | WS_VISIBLE | WS_CLIPSIBLINGS | WS_SAVEBITS, 
  7.                 FCF_TITLEBAR
  8.     BEGIN
  9.         CONTROL "Esc=Cancel", 2, 118, 9, 54, 12, WC_BUTTON, BS_PUSHBUTTON | 
  10.                 BS_DEFAULT | WS_TABSTOP | WS_VISIBLE
  11.         CONTROL "F1 displays this help message", timeline_f1, 13, 153, 136, 8, 
  12.                 WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
  13.         CONTROL "F3 terminates the display", timeline_f3, 13, 104, 122, 8, 
  14.                 WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
  15.         CONTROL "Alt+F4 terminates the display", timeline_altf4, 13, 95, 132, 8, 
  16.                 WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
  17.         CONTROL "Mouse Button 1 drags the display (ESC cancels)", timeline_mb1, 13, 145, 213, 8, 
  18.                 WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
  19.         CONTROL "Double clicking Mouse Button 1 terminates the display", 
  20.                 timeline_mb1double, 13, 112, 240, 8, WC_STATIC, SS_TEXT | 
  21.                 DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
  22.         CONTROL "Clicking Mouse Button 2 cycles the color of the display", 
  23.                 timeline_mb2, 13, 129, 243, 8, WC_STATIC, SS_TEXT | DT_LEFT | 
  24.                 DT_TOP | WS_GROUP | WS_VISIBLE
  25.         CONTROL "TIMELINE x y color     (e.g. TIMELINE 0 0 RED) or", timeline_cmd, 51, 76, 218, 8, 
  26.                 WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
  27.         CONTROL "x = x coordinate of lower left corner of display (0 to screen max)", 
  28.                 timeline_x, 19, 60, 274, 8, WC_STATIC, SS_TEXT | DT_LEFT | 
  29.                 DT_TOP | WS_GROUP | WS_VISIBLE
  30.         CONTROL "y =  y coordinate of lower left corner of display (0 to screen max)", 
  31.                 timeline_y, 19, 52, 278, 8, WC_STATIC, SS_TEXT | DT_LEFT | 
  32.                 DT_TOP | WS_GROUP | WS_VISIBLE
  33.         CONTROL "TIMELINE                   (uses previous position and color)", 
  34.                 timeline_cmd2, 51, 68, 240, 8, WC_STATIC, SS_TEXT | DT_LEFT | 
  35.                 DT_TOP | WS_GROUP | WS_VISIBLE
  36.         CONTROL "Start by:", timeline_start, 11, 76, 36, 8, WC_STATIC, 
  37.                 SS_TEXT | DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
  38.         CONTROL "background, blue, red, pink, green, cyan, yellow, neutral,", 
  39.                 timeline_colors, 52, 44, 244, 8, WC_STATIC, SS_TEXT | DT_LEFT | 
  40.                 DT_TOP | WS_GROUP | WS_VISIBLE
  41.         CONTROL "color =", timeline_color, 19, 44, 30, 8, WC_STATIC, SS_TEXT | 
  42.                 DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
  43.         CONTROL "darkgray, darkblue, darkred, darkpink, darkgreen,", timeline_colors2, 52, 36, 214, 8, 
  44.                 WC_STATIC, SS_TEXT | DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
  45.         CONTROL "darkcyan, brown, palegray (i.e. the default pallette)", 
  46.                 timeline_colors3, 52, 28, 220, 8, WC_STATIC, SS_TEXT | 
  47.                 DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
  48.         CONTROL "Alt+F7, then arrow keys, then Enter drags the display (ESC cancels)", 
  49.                 timeline_AltF7, 14, 137, 287, 8, WC_STATIC, SS_TEXT | DT_LEFT | 
  50.                 DT_TOP | WS_GROUP | WS_VISIBLE
  51.         CONTROL "Up and Down arrow keys cycle the color of the display", 
  52.                 timeline_arrows, 13, 121, 250, 8, WC_STATIC, SS_TEXT | 
  53.                 DT_LEFT | DT_TOP | WS_GROUP | WS_VISIBLE
  54.     END
  55. END
  56.  
  57.