home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / PV31-4.ZIP / DESK.PVT < prev    next >
Encoding:
Text File  |  1991-02-01  |  2.5 KB  |  58 lines

  1.  
  2. DESK DIALOG LOADONCALL MOVEABLE DISCARDABLE 11, 22, 292, 181
  3. STYLE WS_OVERLAPPEDWINDOW | DS_ABSALIGN | WS_VISIBLE | WS_VSCROLL | WS_HSCROLL
  4. BEGIN
  5.  /* MainWndProc, , , @M@V,  */
  6.      CONTROL "", 1, "Bitmap", WS_CHILD, 78, 62, 11, 48  /*PenBitmap,  */
  7.      CONTROL "", 2, "Bitmap", WS_CHILD, 231, 0, 35, 50  /*CalcBitmap,  */
  8.      CONTROL "", 3, "Bitmap", WS_CHILD, 62, 62, 13, 47  /*PencilBitmap,  */
  9.      CONTROL "", 4, "Bitmap", WS_CHILD, 3, 6, 49, 51  /*PhoneBitmap,PhoneProc*/
  10.      CONTROL "", 5, "ListBox", WS_CHILD | WS_BORDER | WS_VSCROLL | LBS_STANDARD, 96, 43, 58, 48  /*ListBoxVar,  */
  11.      CONTROL "calc.bmp", 6, "String", WS_CHILD | WS_BORDER, 92, 97, 69, 19  /*szStringVar,  */
  12.      CONTROL "Help", 7, "Icon", WS_CHILD | WS_BORDER, 248, 132, 34, 35  /*IconVar,  */
  13.      CONTROL "", 8, "Bitmap", WS_CHILD | WS_BORDER, 4, 59, 48, 99  /*PartBitmap,  */
  14.      CONTROL "sdfgdf", 9, "String", WS_CHILD | WS_BORDER, 62, 144, 66, 21  /*szStringVarTwo,  */
  15.      CONTROL "$34,345.00", 10, "Money", WS_CHILD | WS_BORDER, 148, 144, 64, 20  /*lMoneyVar,MoneyProc*/
  16.      CONTROL "", 11, "ComboBox", WS_CHILD | CBS_DROPDOWNLIST, 219, 74, 56, 44  /*cbVar,  */
  17.      CONTROL "Exclude macro example", 0, "text", WS_CHILD, 62, 134, 0, 0
  18.      CONTROL "Money control", 0, "text", WS_CHILD, 148, 134, 0, 0
  19.      CONTROL "All bitmaps execute @PROG macros in test mode", 11, "text", WS_CHILD, 58, 124, 0, 0
  20.      CONTROL "DDE macros implemented", 0, "text", WS_CHILD, 85, 29, 0, 0
  21.      CONTROL "Icon control", 0, "text", WS_CHILD, 246, 120, 0, 0
  22.      CONTROL "Combobox with ", 0, "text", WS_CHILD, 218, 56, 0, 0
  23.      CONTROL "@DIRLST macro", 0, "text", WS_CHILD, 219, 64, 0, 0
  24. END
  25.  
  26. /* Color Values and Validation strings */
  27. DESK RCDATA LOADONCALL MOVEABLE DISCARDABLE
  28. BEGIN
  29. 4,
  30. 0, 0,255, -1,255, -256,0, 0,
  31. 1, "@BITMAP(sheet)",0,
  32. 10,
  33. 1, "@BITMAP(pen.bmp)\n@PROG(write)", 0,
  34. 2, "@BITMAP(calc.bmp)\n@PROG(calc)", 0,
  35. 3, "@BITMAP(pencil)\n@PROG(notepad)", 0,
  36. 4, "@BITMAP(phone)\n@PROG(terminal)", 0,
  37. 5, "@DIRLST(*.*)\n@SERVER(App,Topic)", 0,
  38. 6, "@CLIENT(App,Topic)", 0,
  39. 7, "@ICON(question)\n@PROG(control)", 0,
  40. 8, "@BITMAP(party)\n@PROG(pbrush)", 0,
  41. 9, "@EXCLUDE(aeiou)\n@ALPHA()", 0,
  42. 11, "@DIRLST(*.bmp)\n", 0
  43. 3, /* Field Fonts */
  44. 6, 24, "Helv", 0,
  45. 9, 24, "Helv", 0,
  46. 10, 24, "Helv", 0,
  47. 0, /* Textfield Fonts */
  48. 5, /* Field Colors */
  49. 1, 0, 0,17, -1,255, -256,0, 0,
  50. 6, 0, 0,0, -1,255, -256,0, 0,
  51. 7, 0, 0,255, -256,255, -256,0, 0,
  52. 9, 0, 0,0, -1,255, -256,0, 0,
  53. 10, 0, 0,0, -1,255, -256,0, 0,
  54. 0, /* Text Field Colors */
  55. END
  56.  
  57.  
  58.