home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / STYLE.ZIP / STY_DLG.IPF < prev    next >
Text File  |  1992-03-30  |  25KB  |  527 lines

  1. .**************************************************************************
  2. .*
  3. .*  File Name   : STY_DLG.IPF
  4. .*
  5. .*  Description : Information Tag Language file for help on the dialog boxes.
  6. .*
  7. .*  Copyright (C) 1992 IBM Corporation
  8. .*
  9. .*      DISCLAIMER OF WARRANTIES.  The following [enclosed] code is
  10. .*      sample code created by IBM Corporation. This sample code is not
  11. .*      part of any standard or IBM product and is provided to you solely
  12. .*      for  the purpose of assisting you in the development of your
  13. .*      applications.  The code is provided "AS IS", without
  14. .*      warranty of any kind.  IBM shall not be liable for any damages
  15. .*      arising out of your use of the sample code, even if they have been
  16. .*      advised of the possibility of such damages.                                                    *
  17. .*
  18. .**************************************************************************
  19.  
  20. .*--------------------------------------------------------------*\
  21. .*  Help for DEMOMSGBOX
  22. .*      res = PANEL_DEMOMSGBOX
  23. .*--------------------------------------------------------------*/
  24. :h1 res=3100 name=PANEL_DEMOMSGBOX.Demo Message Box
  25. :p.This dialog demonstrates the different attributes of a Message
  26. Box created with the WinMessageBox() function.
  27.  
  28. .*--------------------------------------------------------------*\
  29. .*  Demo Message Box Ok button
  30. .*      res = PANEL_DEMOMSGBOX_OK
  31. .*--------------------------------------------------------------*/
  32. :h1 res=3110 name=PANEL_DEMOMSGBOX_OK.OK
  33. :p.This button closes the dialog.
  34.  
  35. .*--------------------------------------------------------------*\
  36. .*  Demo Message Box Help button
  37. .*      res = PANEL_DEMOMSGBOX_HELP
  38. .*--------------------------------------------------------------*/
  39. :h1 res=3120 name=PANEL_DEMOMSGBOX_HELP.Help
  40. :p.This button calls the help screen for the selected item.
  41.  
  42. .*--------------------------------------------------------------*\
  43. .*  Help for BUTTONSDLG
  44. .*      res = PANEL_BUTTONSDLG
  45. .*--------------------------------------------------------------*/
  46. :h1 res=4100 name=PANEL_BUTTONSDLG.Button Demo Dialog
  47. :p.This dialog demonstrates the differnt styles of button controls.
  48.  
  49. .*--------------------------------------------------------------*\
  50. .*  Buttons Demo Dialog Radio buttons
  51. .*      res = PANEL_BUTTONSDLG_RADIO
  52. .*--------------------------------------------------------------*/
  53. :h1 res=4110 name=PANEL_BUTTONSDLG_RADIO.Radio
  54. :p.This button is an example of a radio button.  Only one radio
  55. button in a group of buttons can be selected at one time.  When
  56. this button is selected, all other radio buttons in the same
  57. group are automatically unselected.
  58.  
  59. .*--------------------------------------------------------------*\
  60. .*  Buttons Demo Dialog Check Box
  61. .*      res = PANEL_BUTTONSDLG_CHECKBOX
  62. .*--------------------------------------------------------------*/
  63. :h1 res=4120 name=PANEL_BUTTONSDLG_CHECKBOX.Check Box
  64. :p.A check box is a small square window that is empty when it is
  65. unselected, and contains an "x" when selected.  Check box text is
  66. displayed to the right of the check box.
  67.  
  68. .*--------------------------------------------------------------*\
  69. .*  Buttons Demo Dialog Three State
  70. .*      res = PANEL_BUTTONSDLG_THREESTATE
  71. .*--------------------------------------------------------------*/
  72. :h1 res=4130 name=PANEL_BUTTONSDLG_THREESTATE.Three State
  73. :p.Similar to a check box, except that it toggles between selected,
  74. unselected, and halftone states.
  75.  
  76. .*--------------------------------------------------------------*\
  77. .*  Buttons Demo Dialog Push button
  78. .*      res = PANEL_BUTTONSDLG_PUSHBUTTON
  79. .*--------------------------------------------------------------*/
  80. :h1 res=4140 name=PANEL_BUTTONSDLG_PUSHBUTTON.Push Button
  81. :p.A push button.  The button posts a WM_COMMAND message to its
  82. owner window when selected.
  83.  
  84. .*--------------------------------------------------------------*\
  85. .*  Buttons Demo Dialog Ok button
  86. .*      res = PANEL_BUTTONSDLG_OK
  87. .*--------------------------------------------------------------*/
  88. :h1 res=4150 name=PANEL_BUTTONSDLG_OK.OK
  89. :p.This button closes the dialog.
  90.  
  91. .*--------------------------------------------------------------*\
  92. .*  Buttons Demo Dialog Help button
  93. .*      res = PANEL_BUTTONSDLG_HELP
  94. .*--------------------------------------------------------------*/
  95. :h1 res=4160 name=PANEL_BUTTONSDLG_HELP.Help
  96. :p.This button calls the help screen for the selected item.
  97.  
  98. .*--------------------------------------------------------------*\
  99. .*  Help for LISTBOXDLG
  100. .*      res = PANEL_LISTBOXDLG
  101. .*--------------------------------------------------------------*/
  102. :h1 res=5100 name=PANEL_LISTBOXDLG.List Box Demo Dialog
  103. :p.This dialog demonstrates the different styles of list boxes.
  104.  
  105. .*--------------------------------------------------------------*\
  106. .*  LISTBOX Demo Dialog Radio Single
  107. .*      res = PANEL_LISTBOXDLG_SINGLE
  108. .*--------------------------------------------------------------*/
  109. :h1 res=5110 name=PANEL_LISTBOXDLG_SINGLE.Single Entry
  110. :p.This listbox is an example of a single entry list box.  Only
  111. one item at a time can be selected.
  112.  
  113. .*--------------------------------------------------------------*\
  114. .*  LISTBOX Demo Dialog Multiple
  115. .*      res = PANEL_LISTBOXDLG_MULTIPLE
  116. .*--------------------------------------------------------------*/
  117. :h1 res=5120 name=PANEL_LISTBOXDLG_MULTIPLE.Multiple Entry
  118. :p.This listbox is an example of a multiple entry list box.  More
  119. than one item can be selected at a time.
  120.  
  121. .*--------------------------------------------------------------*\
  122. .*  LISTBOX Demo Dialog Ok button
  123. .*      res = PANEL_LISTBOXDLG_OK
  124. .*--------------------------------------------------------------*/
  125. :h1 res=5130 name=PANEL_LISTBOXDLG_OK.OK
  126. :p.This button closes the dialog.
  127.  
  128. .*--------------------------------------------------------------*\
  129. .*  LISTBOX Demo Dialog Help button
  130. .*      res = PANEL_LISTBOXDLG_HELP
  131. .*--------------------------------------------------------------*/
  132. :h1 res=5140 name=PANEL_LISTBOXDLG_HELP.Help
  133. :p.This button calls the help scre`en for the selected item.
  134.  
  135. .*--------------------------------------------------------------*\
  136. .*  Help for COMBOBOXDLG
  137. .*      res = PANEL_COMBOBOXDLG
  138. .*--------------------------------------------------------------*/
  139. :h1 res=6100 name=PANEL_COMBOBOXDLG.ComboBox Demo Dialog
  140. :p.This dialog demonstrates the different styles of combo boxes.
  141.  
  142. .*--------------------------------------------------------------*\
  143. .*  Combo Box Demo Dialog Simple
  144. .*      res = PANEL_COMBOBOXDLG_SIMPLE
  145. .*--------------------------------------------------------------*/
  146. :h1 res=6110 name=PANEL_COMBOBOXDLG_SIMPLE.Simple Combo Box
  147. :p.This combo box is an example of a Simple combo box.  Simple
  148. combo boxes are made up of a listbox control and an entry field
  149. control that are visible at all times.
  150.  
  151. .*--------------------------------------------------------------*\
  152. .*  Combo Box Demo Dialog Drop-down
  153. .*      res = PANEL_COMBOBOXDLG_DROPDOWN
  154. .*--------------------------------------------------------------*/
  155. :h1 res=6120 name=PANEL_COMBOBOXDLG_DROPDOWN.Drop-down
  156. :p.This combo box is an example of a drop-down combo box.  A drop-down
  157. combo box is made up of an entry field control and a button.  When the
  158. user selects the button, a listbox control appears.
  159.  
  160. .*--------------------------------------------------------------*\
  161. .*  Combo Box Demo Dialog Drop-down List
  162. .*      res = PANEL_COMBOBOXDLG_DROPDOWNLIST
  163. .*--------------------------------------------------------------*/
  164. :h1 res=6130 name=PANEL_COMBOBOXDLG_DROPDOWNLIST.Drop-down List
  165. :p.This combo box is an example of a Drop-down List combo box.  A
  166. Drop-down List combo box is similar to a Drop-down combo box, but
  167. the user cannot enter or edit text in the entry field.
  168.  
  169. .*--------------------------------------------------------------*\
  170. .*  Combo Box Demo Dialog Ok button
  171. .*      res = PANEL_COMBOBOXDLG_OK
  172. .*--------------------------------------------------------------*/
  173. :h1 res=6140 name=PANEL_COMBOBOXDLG_OK.OK
  174. :p.This button closes the dialog.
  175.  
  176. .*--------------------------------------------------------------*\
  177. .*  Combo Box Demo Dialog Help button
  178. .*      res = PANEL_COMBOBOXDLG_HELP
  179. .*--------------------------------------------------------------*/
  180. :h1 res=6150 name=PANEL_COMBOBOXDLG_HELP.Help
  181. :p.This button calls the help screen for the selected item.
  182.  
  183. .*--------------------------------------------------------------*\
  184. .*  Help for ENTRYFIELDDLG
  185. .*      res = PANEL_ENTRYFIELDDLG
  186. .*--------------------------------------------------------------*/
  187. :h1 res=7100 name=PANEL_ENTRYFIELDDLG.Entry Field Demo Dialog
  188. :p.This dialog demonstrates the different styles of entry fields.
  189.  
  190. .*--------------------------------------------------------------*\
  191. .*  Entry Field Demo Dialog Single line
  192. .*      res = PANEL_ENTRYFIELDDLG_ENTRY
  193. .*--------------------------------------------------------------*/
  194. :h1 res=7110 name=PANEL_ENTRYFIELDDLG_SIMPLE.Entry Field
  195. :p.This entry field is an example of a Single line entry field.
  196. The entry field only accepts a single line of text but will scroll
  197. horizontally should the text length be longer than the visible
  198. area of the control.
  199.  
  200. .*--------------------------------------------------------------*\
  201. .*  Entry Field Demo Dialog MLE
  202. .*      res = PANEL_ENTRYFIELDDLG_MLE
  203. .*--------------------------------------------------------------*/
  204. :h1 res=7120 name=PANEL_ENTRYFIELDDLG_MLE.Multiple Line Entry Field
  205. :p.This entry field is an example of a multiple line entry field (MLE).
  206. An MLE is a very sophisticated control window that users use to view
  207. and edit multiple lines of text.  An MLE plrovides all the text-
  208. editing capability of a simple text editor, making these features
  209. readily available to applications.
  210.  
  211. .*--------------------------------------------------------------*\
  212. .*  Entry Field Demo Dialog Ok button
  213. .*      res = PANEL_ENTRYFIELDDLG_OK
  214. .*--------------------------------------------------------------*/
  215. :h1 res=7130 name=PANEL_ENTRYFIELDDLG_OK.OK
  216. :p.This button closes the dialog.
  217.  
  218. .*--------------------------------------------------------------*\
  219. .*  Entry Field Demo Dialog Help button
  220. .*      res = PANEL_ENTRYFIELDDLG_HELP
  221. .*--------------------------------------------------------------*/
  222. :h1 res=7140 name=PANEL_ENTRYFIELDDLG_HELP.Help
  223. :p.This button calls the help screen for the selected item.
  224.  
  225. .*--------------------------------------------------------------*\
  226. .*  Help for STATICDLG
  227. .*      res = PANEL_STATICDLG
  228. .*--------------------------------------------------------------*/
  229. :h1 res=8100 name=PANEL_STATICDLG.Static Demo Dialog
  230. :p.This dialog demonstrates the different styles of static controls.
  231.  
  232. .*--------------------------------------------------------------*\
  233. .*  Static Demo Dlg Ok button
  234. .*      res = PANEL_STATICDLG_OK
  235. .*--------------------------------------------------------------*/
  236. :h1 res=8110 name=PANEL_STATICDLG_OK.OK
  237. :p.This button closes the dialog.
  238.  
  239. .*--------------------------------------------------------------*\
  240. .*  Static Demo Dlg Help button
  241. .*      res = PANEL_STATICDLG_HELP
  242. .*--------------------------------------------------------------*/
  243. :h1 res=8120 name=PANEL_STATICDLG_HELP.Help
  244. :p.This button calls the help screen for the selected item.
  245.  
  246. .*--------------------------------------------------------------*\
  247. .*  Help Panels for PPDEMODLG
  248. .*      res = PANEL_PPDEMODLG
  249. .*--------------------------------------------------------------*/
  250. :h1 res=9100 name=PANEL_PPDEMODLG.Pres. Param. Demo Dialog
  251. :p.This dialog demonstrates how to use Presentation Parameters with
  252. control windows.  Presentation Parameters are used to set display
  253. attributes of a particular control window.  Such attributes include
  254. foreground and background color as well as the font the control
  255. uses to display its text.
  256. :p.This dialog allows you to set the foreground color, background
  257. color, and font for two controls.  The two controls used, a static
  258. text box and a check box button, are on the left side of the center
  259. dividing line of the dialog.  On the right side of the dialog are
  260. three combo boxes, which are used to set the three attributes.
  261. :p.To set an attribute for the controls, select the value desired
  262. from the appropriate combo box.  For example, to set the foreground
  263. color of the controls to blue, select blue from the Foreground
  264. combo box.  Select the Ok button when you have set all the attributes
  265. you want.  The foreground color, background color, and font
  266. presentation parameters of both controls will be set to the values
  267. you specified.
  268. :p.When finished with the dialog, select the Apply button.
  269.  
  270. .*--------------------------------------------------------------*\
  271. .*  Pres. Param Demo Dialog Foreground Color List
  272. .*      res = PANEL_PPDEMODLG_FORECOLORLIST
  273. .*--------------------------------------------------------------*/
  274. :h1 res=9110 name=PANEL_PPDEMODLG_FORECOLORLIST.Foreground Color List
  275. :p.This combo box allows you to set the foreground color of the
  276. controls.  Simply select the foreground color desired and select the
  277. Ok button.
  278.  
  279. .*--------------------------------------------------------------*\
  280. .*  Pres. Param Demo Dialog Background Color List
  281. .*      res = PANEL_PPDEMODLG_BACKCOLORLIST
  282. .*--------------------------------------------------------------*/
  283. :h1 res=9120 name=PANEL_PPDEMODLG_BACKCOLORLIST.Background Color List
  284. :p.This combo box allows you to set the background color of the
  285. controls.  Simply select the background color desired and select the
  286. Ok button.
  287.  
  288. .*--------------------------------------------------------------*\
  289. .*  Pres. Param Demo Dialog Font List
  290. .*      res = PANEL_PPDEMODLG_FONTLIST
  291. .*--------------------------------------------------------------*/
  292. :h1 res=9130 name=PANEL_PPDEMODLG_FONTLIST.Font List
  293. :p.This combo box allows you to set the font for the text of the
  294. controls.  Simply select the font desired and select the Ok button.
  295.  
  296. .*--------------------------------------------------------------*\
  297. .*  Pres. Param Demo Dialog Test button
  298. .*      res = PANEL_PPDEMODLG_FONTLIST
  299. .*--------------------------------------------------------------*/
  300. :h1 res=9140 name=PANEL_PPDEMODLG_TESTBUTTON.Test Button
  301. :p.This button is used to show the effect of changing the
  302. presentation parameters of a check box button.  The button's
  303. foreground color, background color, and font can be changed by
  304. selecting the appropriate attribute and selecting the Ok button.
  305.  
  306. .*--------------------------------------------------------------*\
  307. .*  Pres. Param Demo Dialog Apply button
  308. .*      res = PANEL_PPDEMODLG_APPLY
  309. .*--------------------------------------------------------------*/
  310. :h1 res=9150 name=PANEL_PPDEMODLG_APPLY.Apply
  311. :p.This button causes the presentation parameters of the two
  312. test controls to be set to the values selected.
  313.  
  314. .*--------------------------------------------------------------*\
  315. .*  Pres. Param Demo Dialog Cancel button
  316. .*      res = PANEL_PPDEMODLG_CANCEL
  317. .*--------------------------------------------------------------*/
  318. :h1 res=9160 name=PANEL_PPDEMODLG_CANCEL.Cancel
  319. :p.This button closes the dialog.
  320.  
  321. .*--------------------------------------------------------------*\
  322. .*  Pres. Param Demo Dialog Help button
  323. .*      res = PANEL_PPDEMODLG_HELP
  324. .*--------------------------------------------------------------*/
  325. :h1 res=9170 name=PANEL_PPDEMODLG_HELP.Help
  326. :p.This button calls the help screen for the selected item.
  327.  
  328. .*--------------------------------------------------------------*\
  329. .*  Help for ABOUTBOX
  330. .*      res = PANEL_ABOUTBOX
  331. .*--------------------------------------------------------------*/
  332. :h1 res=10100 name=PANEL_ABOUTBOX.About Box
  333. :p.This dialog displays the version number, copyright notice,
  334. and any other pertinent information for the application.
  335.  
  336. .*--------------------------------------------------------------*\
  337. .*  About Box Dlg Ok button
  338. .*      res = PANEL_ABOUTBOX_OK
  339. .*--------------------------------------------------------------*/
  340. :h1 res=10110 name=PANEL_ABOUTBOX_OK.OK
  341. :p.This button closes the dialog.
  342.  
  343. .*--------------------------------------------------------------*\
  344. .*  Help for CONTAINERDLG
  345. .*      res = PANEL_CONTAINERDLG_CONTAINER
  346. .*--------------------------------------------------------------*/
  347. :h1 res=11110 name=PANEL_CONTAINERDLG_CONTAINER.Container Demo Dialog
  348. :p.This dialog demonstrates the container control. To display other
  349. other views of the container, double click mouse button two and select
  350. the desired view.
  351. .*--------------------------------------------------------------*\
  352. .*  Container Demo Dlg Ok button
  353. .*      res = PANEL_CONTAINERDLG_OK
  354. .*--------------------------------------------------------------*/
  355. :h1 res=11120 name=PANEL_CONTAINERDLG_OK.OK
  356. :p.This button closes the dialog.
  357.  
  358. .*--------------------------------------------------------------*\
  359. .*  Container Demo Dlg Cancel button
  360. .*      res = PANEL_CONTAINERDLG_CANCEL
  361. .*--------------------------------------------------------------*/
  362. :h1 res=11130 name=PANEL_CONTAINERDLG_CANCEL.CANCEL
  363. :p.This button closes the dialog.
  364.  
  365. .*--------------------------------------------------------------*\
  366. .*  Container Demo Dlg Help button
  367. .*      res = PANEL_CONTAINERDLG_HELP
  368. .*--------------------------------------------------------------*/
  369. :h1 res=11140 name=PANEL_CONTAINERDLG_HELP.HELP
  370. :p.This button calls the help screen for the selected item.
  371.  
  372. .*--------------------------------------------------------------*\
  373. .*  Help for NOTEBOOKDLG
  374. .*      res = PANEL_NOTEBOOKDLG_NOTEBOOK
  375. .*--------------------------------------------------------------*/
  376. :h1 res=12110 name=PANEL_NOTEBOOKDLG_NOTEBOOK.Notebook Demo Dialog
  377. :p.This dialog demonstrates the notebook control. To change the page
  378. displayed in the control,  select the arrow in the corner of the
  379. notebook page.
  380.  
  381. .*--------------------------------------------------------------*\
  382. .*  Notebook Demo Dlg Ok button
  383. .*      res = PANEL_NOTEBOOKDLG_OK
  384. .*--------------------------------------------------------------*/
  385. :h1 res=12120 name=PANEL_NOTEBOOKDLG_OK.OK
  386. :p.This button closes the dialog.
  387.  
  388. .*--------------------------------------------------------------*\
  389. .*  Notebook Demo Dlg Cancel button
  390. .*      res = PANEL_NOTEBOOKDLG_CANCEL
  391. .*--------------------------------------------------------------*/
  392. :h1 res=12130 name=PANEL_NOTEBOOKDLG_CANCEL.CANCEL
  393. :p.This button closes the dialog.
  394.  
  395. .*--------------------------------------------------------------*\
  396. .*  Notebook Demo Dlg Help button
  397. .*      res = PANEL_NOTEBOOKDLG_HELP
  398. .*--------------------------------------------------------------*/
  399. :h1 res=12140 name=PANEL_NOTEBOOKDLG_HELP.HELP
  400. :p.This button calls the help screen for the selected item.
  401.  
  402. .*--------------------------------------------------------------*\
  403. .*  Help for Vertical Slider
  404. .*      res = PANEL_SLIDERDLG_VSLIDER
  405. .*--------------------------------------------------------------*/
  406. :h1 res=13110 name=PANEL_SLIDERDLG_VSLIDER.Vertical Slider
  407. :p.This is an example of a vertical slider control.
  408. Move the slider arm or click on the up or down arrows to change the
  409. output of the slider.
  410.  
  411. .*--------------------------------------------------------------*\
  412. .*  Help for Horizontal Slider
  413. .*      res = PANEL_SLIDERDLG_HSLIDER
  414. .*--------------------------------------------------------------*/
  415. :h1 res=13120 name=PANEL_SLIDERDLG_HSLIDER.Horizontal Slider
  416. :p.This is an example of a horizontal slider control.
  417. Move the slider arm or click on the up or down arrows to change the
  418. output of the slider.
  419.  
  420. .*--------------------------------------------------------------*\
  421. .*  Slider Demo Dlg Ok button
  422. .*      res = PANEL_SLIDERDLG_OK
  423. .*--------------------------------------------------------------*/
  424. :h1 res=13130 name=PANEL_SLIDERDLG_OK.OK
  425. :p.This button closes the dialog.
  426.  
  427. .*--------------------------------------------------------------*\
  428. .*  Slider Demo Dlg Cancel button
  429. .*      res = PANEL_SLIDERDLG_CANCEL
  430. .*--------------------------------------------------------------*/
  431. :h1 res=13140 name=PANEL_SLIDERDLG_CANCEL.CANCEL
  432. :p.This button closes the dialog.
  433.  
  434. .*--------------------------------------------------------------*\
  435. .*  Slider Demo Dlg Help button
  436. .*      res = PANEL_SLIDERDLG_HELP
  437. .*--------------------------------------------------------------*/
  438. :h1 res=13150 name=PANEL_SLIDERDLG_HELP.HELP
  439. :p.This button calls the help screen for the selected item.
  440.  
  441. .*--------------------------------------------------------------*\
  442. .*  Help for VALUESETDLG
  443. .*      res = PANEL_VALUESETDLG_VALUESET
  444. .*--------------------------------------------------------------*/
  445. :h1 res=14110 name=PANEL_VALUESETDLG_VALUESET.Valueset Demo Dialog
  446. :p.This dialog demonstrates a valueset control.
  447.  
  448. .*--------------------------------------------------------------*\
  449. .*  Valueset Demo Dlg Ok button
  450. .*      res = PANEL_VALUESETDLG_OK
  451. .*--------------------------------------------------------------*/
  452. :h1 res=14120 name=PANEL_VALUESETDLG_OK.OK
  453. :p.This button closes the dialog.
  454.  
  455. .*--------------------------------------------------------------*\
  456. .*  Valueset Demo Dlg Cancel button
  457. .*      res = PANEL_VALUESETDLG_CANCEL
  458. .*--------------------------------------------------------------*/
  459. :h1 res=14130 name=PANEL_VALUESETDLG_CANCEL.CANCEL
  460. :p.This button closes the dialog.
  461.  
  462. .*--------------------------------------------------------------*\
  463. .*  Valueset Demo Dlg Help button
  464. .*      res = PANEL_VALUESETDLG_HELP
  465. .*--------------------------------------------------------------*/
  466. :h1 res=14140 name=PANEL_VALUESETDLG_HELP.HELP
  467. :p.This button calls the help screen for the selected item.
  468.  
  469. .*--------------------------------------------------------------*\
  470. .*  Help for Master Spinbutton
  471. .*      res = PANEL_SPINBUTTONDLG_MASTER
  472. .*--------------------------------------------------------------*/
  473. :h1 res=15110 name=PANEL_SPINBUTTONDLG_MASTER.Master spinbutton
  474. :p.This is an example of a master spinbutton control.
  475. Values in the control may be changed by pressing the up or down
  476. arror keys or by mouse selecting the up or down arrow buttons of
  477. the spinbutton.
  478.  
  479. .*--------------------------------------------------------------*\
  480. .*  Help for Servant Spinbuttong
  481. .*      res = PANEL_SPINBUTTONDLG_SERVANT
  482. .*--------------------------------------------------------------*/
  483. :h1 res=15120 name=PANEL_SPINBUTTONDLG_SERVANT.Servant spinbutton
  484. :p.This is an example of a servant spinbutton control.
  485. Values in the servant control may be changed by pressing the up or down
  486. arror keys or by mouse selecting the up or down arrow buttons of
  487. the spinbutton
  488.  
  489. .*--------------------------------------------------------------*\
  490. .*  Spinbutton Demo Dlg Ok button
  491. .*      res = PANEL_SPINBUTTONDLG_OK
  492. .*--------------------------------------------------------------*/
  493. :h1 res=15130 name=PANEL_SPINBUTTONDLG_OK.OK
  494. :p.This button closes the dialog.
  495.  
  496. .*--------------------------------------------------------------*\
  497. .*  Spinbutton Demo Dlg Cancel button
  498. .*      res = PANEL_SPINBUTTONDLG_CANCEL
  499. .*--------------------------------------------------------------*/
  500. :h1 res=15140 name=PANEL_SPINBUTTONDLG_CANCEL.CANCEL
  501. :p.This button closes the dialog.
  502.  
  503. .*--------------------------------------------------------------*\
  504. .*  Spinbutton Demo Dlg Help button
  505. .*      res = PANEL_SPINBUTTONDLG_HELP
  506. .*--------------------------------------------------------------*/
  507. :h1 res=15150 name=PANEL_SPINBUTTONDLG_HELP.HELP
  508. :p.This button calls the help screen for the selected item.
  509.  
  510. .*--------------------------------------------------------------*\
  511. .*  Help for the unknown dialog
  512. .*      res = PANEL_UNKNOWNDLG
  513. .*--------------------------------------------------------------*/
  514. :h1 res=20100 name=PANEL_UNKNOWNDLG.Unknown Dialog Box
  515. :p.This panel is displayed for any dialog box that does not have
  516. a help panel created for it.  Make sure you have a help panel
  517. created for this dialog.
  518.  
  519. .*--------------------------------------------------------------*\
  520. .*  Help panel for an unknown dialog item
  521. .*      res = PANEL_UNKNOWN
  522. .*--------------------------------------------------------------*/
  523. :h1 res=20110 name=PANEL_UNKNOWN.Unknown Dialog Item
  524. :p.This panel is displayed for any dialog box item that does not
  525. have a help panel created for it.  Make sure that you have a help
  526. panel created for all dialog box items.
  527.