mathtest.ini 1021 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. [Settings]
  2. NumFields=10
  3. NextButtonText=Execute
  4. CancelButtonText=Quit
  5. BackButtonText=Readme
  6. [Field 1]
  7. Type=label
  8. Text=Enter your script here:
  9. Left=0
  10. Right=-1
  11. Top=0
  12. Bottom=8
  13. [Field 2]
  14. Type=text
  15. Left=0
  16. Right=-1
  17. Top=9
  18. Bottom=55
  19. flags=MULTILINE|WANTRETURN|HSCROLL
  20. State=""
  21. [Field 3]
  22. Type=text
  23. Left=53
  24. Right=175
  25. Top=56
  26. Bottom=140
  27. flags=MULTILINE|READONLY
  28. State=""
  29. [Field 4]
  30. Type=text
  31. Left=175
  32. Right=-1
  33. Top=56
  34. Bottom=140
  35. flags=MULTILINE|READONLY
  36. State=""
  37. [Field 5]
  38. Type=RadioButton
  39. Left=0
  40. Right=-1
  41. Top=70
  42. Bottom=80
  43. flags=GROUP
  44. Text="Your script"
  45. State=1
  46. [Field 6]
  47. Type=RadioButton
  48. Left=0
  49. Right=-1
  50. Top=80
  51. Bottom=90
  52. flags=
  53. Text="Sample 1"
  54. State=0
  55. [Field 7]
  56. Type=RadioButton
  57. Left=0
  58. Right=-1
  59. Top=90
  60. Bottom=100
  61. flags=
  62. Text="Sample 2"
  63. State=0
  64. [Field 8]
  65. Type=RadioButton
  66. Left=0
  67. Right=-1
  68. Top=100
  69. Bottom=110
  70. flags=
  71. Text="Sample 3"
  72. State=0
  73. [Field 9]
  74. Type=RadioButton
  75. Left=0
  76. Right=-1
  77. Top=110
  78. Bottom=120
  79. flags=
  80. Text="Sample 4"
  81. State=0
  82. [Field 10]
  83. Type=RadioButton
  84. Left=0
  85. Right=-1
  86. Top=120
  87. Bottom=130
  88. flags=
  89. Text="Sample 5"
  90. State=0