2
0

Setup.TaskDialogForm.dfm 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. object TaskDialogForm: TTaskDialogForm
  2. Left = 0
  3. Top = 0
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsDialog
  6. Caption = 'TaskDialogForm'
  7. ClientHeight = 420
  8. ClientWidth = 383
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -12
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. KeyPreview = True
  16. PopupMode = pmAuto
  17. Scaled = False
  18. OnKeyDown = FormKeyDown
  19. TextHeight = 13
  20. object BottomPanel: TPanel
  21. Left = 0
  22. Top = 324
  23. Width = 383
  24. Height = 47
  25. Align = alBottom
  26. BevelOuter = bvNone
  27. TabOrder = 1
  28. object BottomStackPanel: TStackPanel
  29. Left = 0
  30. Top = 0
  31. Width = 383
  32. Height = 47
  33. Align = alRight
  34. AutoSize = True
  35. BevelOuter = bvNone
  36. ControlCollection = <
  37. item
  38. Control = OkButton
  39. end
  40. item
  41. Control = YesButton
  42. end
  43. item
  44. Control = NoButton
  45. end
  46. item
  47. Control = RetryButton
  48. end
  49. item
  50. Control = CancelButton
  51. end>
  52. Orientation = spoHorizontal
  53. TabOrder = 0
  54. object OkButton: TNewButton
  55. Left = 0
  56. Top = 12
  57. Width = 75
  58. Height = 23
  59. Caption = '*'
  60. ModalResult = 1
  61. TabOrder = 0
  62. end
  63. object YesButton: TNewButton
  64. Left = 77
  65. Top = 12
  66. Width = 75
  67. Height = 23
  68. Caption = '*'
  69. ModalResult = 6
  70. TabOrder = 1
  71. end
  72. object NoButton: TNewButton
  73. Left = 154
  74. Top = 12
  75. Width = 75
  76. Height = 23
  77. Caption = '*'
  78. ModalResult = 7
  79. TabOrder = 2
  80. end
  81. object RetryButton: TNewButton
  82. Left = 231
  83. Top = 12
  84. Width = 75
  85. Height = 23
  86. Caption = '*'
  87. ModalResult = 4
  88. TabOrder = 3
  89. end
  90. object CancelButton: TNewButton
  91. Left = 308
  92. Top = 12
  93. Width = 75
  94. Height = 23
  95. Cancel = True
  96. Caption = '*'
  97. ModalResult = 2
  98. TabOrder = 4
  99. end
  100. end
  101. end
  102. object MainPanel: TPanel
  103. Left = 0
  104. Top = 0
  105. Width = 383
  106. Height = 324
  107. Align = alClient
  108. BevelOuter = bvNone
  109. Color = clWindow
  110. ParentBackground = False
  111. TabOrder = 0
  112. object LeftPanel: TPanel
  113. Left = 0
  114. Top = 0
  115. Width = 32
  116. Height = 324
  117. Align = alLeft
  118. BevelOuter = bvNone
  119. ParentColor = True
  120. TabOrder = 0
  121. object BitmapImage: TBitmapImage
  122. Left = 0
  123. Top = 0
  124. Width = 32
  125. Height = 32
  126. BackColor = clNone
  127. end
  128. end
  129. object MainStackPanel: TStackPanel
  130. Left = 32
  131. Top = 0
  132. Width = 351
  133. Height = 324
  134. Align = alClient
  135. BevelOuter = bvNone
  136. ControlCollection = <
  137. item
  138. Control = InstructionText
  139. end
  140. item
  141. Control = TextText
  142. end
  143. item
  144. Control = MainButton1
  145. end
  146. item
  147. Control = MainButton2
  148. end
  149. item
  150. Control = MainButton3
  151. end>
  152. HorizontalPositioning = sphpFill
  153. ParentColor = True
  154. TabOrder = 1
  155. object InstructionText: TNewStaticText
  156. Left = 0
  157. Top = 0
  158. Width = 351
  159. Height = 14
  160. AutoSize = False
  161. Caption = '*'
  162. ShowAccelChar = False
  163. TabOrder = 0
  164. end
  165. object TextText: TNewStaticText
  166. Left = 0
  167. Top = 16
  168. Width = 351
  169. Height = 14
  170. AutoSize = False
  171. Caption = '*'
  172. ShowAccelChar = False
  173. TabOrder = 1
  174. WordWrap = True
  175. end
  176. object MainButton1: TNewButton
  177. Left = 0
  178. Top = 32
  179. Width = 351
  180. Height = 77
  181. Caption = '*'
  182. ElevationRequired = True
  183. Style = bsCommandLink
  184. TabOrder = 2
  185. end
  186. object MainButton2: TNewButton
  187. Left = 0
  188. Top = 111
  189. Width = 351
  190. Height = 77
  191. Caption = '*'
  192. Style = bsCommandLink
  193. TabOrder = 3
  194. end
  195. object MainButton3: TNewButton
  196. Left = 0
  197. Top = 190
  198. Width = 351
  199. Height = 77
  200. Caption = '*'
  201. Style = bsCommandLink
  202. TabOrder = 4
  203. end
  204. end
  205. end
  206. object BottomPanel2: TPanel
  207. Left = 0
  208. Top = 371
  209. Width = 383
  210. Height = 49
  211. Align = alBottom
  212. BevelOuter = bvNone
  213. TabOrder = 2
  214. object VerificationCheck: TNewCheckBox
  215. Left = 0
  216. Top = 17
  217. Width = 383
  218. Height = 17
  219. Anchors = [akLeft, akTop, akRight]
  220. Caption = '*'
  221. TabOrder = 0
  222. end
  223. end
  224. end