IDE.MsgBoxDesignerForm.dfm 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. object MsgBoxDesignerForm: TMsgBoxDesignerForm
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsDialog
  5. Caption = 'MsgBox/TaskDialogMsgBox Call Designer'
  6. ClientHeight = 380
  7. ClientWidth = 562
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. Position = poScreenCenter
  15. OnCreate = FormCreate
  16. DesignSize = (
  17. 562
  18. 380)
  19. TextHeight = 13
  20. object TaskInstructionLabel: TNewStaticText
  21. Left = 18
  22. Top = 14
  23. Width = 50
  24. Height = 14
  25. Caption = 'Instruction'
  26. TabOrder = 12
  27. end
  28. object TaskInstructionText: TEdit
  29. Left = 89
  30. Top = 10
  31. Width = 463
  32. Height = 21
  33. Anchors = [akLeft, akTop, akRight]
  34. TabOrder = 1
  35. end
  36. object TaskMessageLabel: TNewStaticText
  37. Left = 18
  38. Top = 40
  39. Width = 44
  40. Height = 14
  41. Caption = 'Message'
  42. TabOrder = 13
  43. end
  44. object TaskMessageText: TEdit
  45. Left = 89
  46. Top = 36
  47. Width = 463
  48. Height = 21
  49. Anchors = [akLeft, akTop, akRight]
  50. TabOrder = 2
  51. end
  52. object Button1Label: TNewStaticText
  53. Left = 18
  54. Top = 66
  55. Width = 62
  56. Height = 14
  57. Caption = 'Text Button1'
  58. TabOrder = 14
  59. end
  60. object Button1Text: TEdit
  61. Left = 89
  62. Top = 62
  63. Width = 112
  64. Height = 21
  65. TabOrder = 3
  66. end
  67. object Button2Label: TNewStaticText
  68. Left = 208
  69. Top = 66
  70. Width = 38
  71. Height = 14
  72. Caption = 'Button2'
  73. TabOrder = 15
  74. end
  75. object Button2Text: TEdit
  76. Left = 259
  77. Top = 62
  78. Width = 112
  79. Height = 21
  80. Anchors = [akLeft, akTop, akRight]
  81. TabOrder = 4
  82. end
  83. object Button3Label: TNewStaticText
  84. Left = 373
  85. Top = 66
  86. Width = 38
  87. Height = 14
  88. Caption = 'Button3'
  89. TabOrder = 16
  90. end
  91. object Button3Text: TEdit
  92. Left = 424
  93. Top = 62
  94. Width = 126
  95. Height = 21
  96. Anchors = [akLeft, akTop, akRight]
  97. TabOrder = 5
  98. end
  99. object GroupBox1: TGroupBox
  100. Left = 8
  101. Top = 8
  102. Width = 546
  103. Height = 81
  104. Anchors = [akLeft, akTop, akRight]
  105. Caption = ' Message '
  106. TabOrder = 0
  107. DesignSize = (
  108. 546
  109. 81)
  110. object MSGText: TMemo
  111. Left = 7
  112. Top = 20
  113. Width = 533
  114. Height = 53
  115. Anchors = [akLeft, akTop, akRight, akBottom]
  116. ScrollBars = ssVertical
  117. TabOrder = 0
  118. OnKeyPress = MSGTextKeyPress
  119. end
  120. end
  121. object GroupBox6: TGroupBox
  122. Left = 8
  123. Top = 93
  124. Width = 240
  125. Height = 60
  126. Caption = ' Type'
  127. TabOrder = 6
  128. object cb_Suppressible: TCheckBox
  129. Left = 14
  130. Top = 24
  131. Width = 86
  132. Height = 17
  133. Caption = 'Suppressible'
  134. TabOrder = 0
  135. OnClick = cb_SuppressibleClick
  136. end
  137. object cb_MsgBox: TRadioButton
  138. Left = 115
  139. Top = 13
  140. Width = 115
  141. Height = 17
  142. Caption = 'MsgBox'
  143. Checked = True
  144. TabOrder = 1
  145. TabStop = True
  146. OnClick = cb_MsgBoxClick
  147. end
  148. object cb_TaskDialogMsgBox: TRadioButton
  149. Left = 115
  150. Top = 36
  151. Width = 122
  152. Height = 17
  153. Caption = 'TaskDialogMsgBox'
  154. TabOrder = 2
  155. TabStop = True
  156. OnClick = cb_TaskDialogMsgBoxClick
  157. end
  158. end
  159. object GroupBox5: TGroupBox
  160. Left = 254
  161. Top = 93
  162. Width = 300
  163. Height = 60
  164. Anchors = [akLeft, akTop, akRight]
  165. Caption = ' Flags '
  166. TabOrder = 7
  167. object NewStaticText1: TNewStaticText
  168. Left = 14
  169. Top = 26
  170. Width = 68
  171. Height = 14
  172. Caption = 'Default button'
  173. TabOrder = 3
  174. end
  175. object NewEdit1: TEdit
  176. Left = 97
  177. Top = 22
  178. Width = 21
  179. Height = 21
  180. Alignment = taRightJustify
  181. NumbersOnly = True
  182. ReadOnly = True
  183. TabOrder = 0
  184. Text = '1'
  185. end
  186. object UpDown1: TUpDown
  187. Left = 118
  188. Top = 22
  189. Width = 16
  190. Height = 21
  191. Associate = NewEdit1
  192. Min = 1
  193. Max = 3
  194. Position = 1
  195. TabOrder = 1
  196. OnChanging = UpDown1Changing
  197. end
  198. object cb_MB_SETFOREGROUND: TCheckBox
  199. Left = 140
  200. Top = 24
  201. Width = 157
  202. Height = 17
  203. Caption = 'MB_SETFOREGROUND'
  204. TabOrder = 2
  205. end
  206. end
  207. object GroupBox2: TGroupBox
  208. Left = 8
  209. Top = 157
  210. Width = 165
  211. Height = 174
  212. Anchors = [akLeft, akTop, akBottom]
  213. Caption = ' Icon '
  214. TabOrder = 8
  215. DesignSize = (
  216. 165
  217. 174)
  218. object IMGmbInformation: TBitmapImage
  219. Left = 10
  220. Top = 23
  221. Width = 32
  222. Height = 32
  223. end
  224. object IMGmbConfirmation: TBitmapImage
  225. Left = 10
  226. Top = 60
  227. Width = 32
  228. Height = 32
  229. end
  230. object IMGmbError: TBitmapImage
  231. Left = 10
  232. Top = 97
  233. Width = 32
  234. Height = 32
  235. end
  236. object IMGmbCriticalError: TBitmapImage
  237. Left = 10
  238. Top = 135
  239. Width = 32
  240. Height = 32
  241. end
  242. object rb_mbInformation: TRadioButton
  243. Left = 53
  244. Top = 31
  245. Width = 110
  246. Height = 17
  247. Anchors = [akLeft, akTop, akRight]
  248. Caption = 'mbInformation'
  249. Checked = True
  250. TabOrder = 0
  251. TabStop = True
  252. end
  253. object rb_mbConfirmation: TRadioButton
  254. Left = 53
  255. Top = 68
  256. Width = 110
  257. Height = 17
  258. Anchors = [akLeft, akTop, akRight]
  259. Caption = 'mbConfirmation'
  260. TabOrder = 1
  261. TabStop = True
  262. end
  263. object rb_mbError: TRadioButton
  264. Left = 53
  265. Top = 105
  266. Width = 110
  267. Height = 17
  268. Anchors = [akLeft, akTop, akRight]
  269. Caption = 'mbError'
  270. TabOrder = 2
  271. TabStop = True
  272. end
  273. object rb_mbCriticalError: TRadioButton
  274. Left = 53
  275. Top = 142
  276. Width = 110
  277. Height = 17
  278. Anchors = [akLeft, akTop, akRight]
  279. Caption = 'mbCriticalError'
  280. TabOrder = 3
  281. TabStop = True
  282. end
  283. end
  284. object GroupBox3: TGroupBox
  285. Left = 179
  286. Top = 157
  287. Width = 182
  288. Height = 174
  289. Anchors = [akLeft, akTop, akBottom]
  290. Caption = ' Buttons '
  291. TabOrder = 9
  292. DesignSize = (
  293. 182
  294. 174)
  295. object rbMB_OK: TRadioButton
  296. Left = 14
  297. Top = 23
  298. Width = 160
  299. Height = 17
  300. Anchors = [akLeft, akTop, akRight]
  301. Caption = 'MB_OK'
  302. Checked = True
  303. TabOrder = 0
  304. TabStop = True
  305. OnClick = rbMB_OKClick
  306. end
  307. object rbMB_OKCANCEL: TRadioButton
  308. Left = 14
  309. Top = 46
  310. Width = 160
  311. Height = 17
  312. Anchors = [akLeft, akTop, akRight]
  313. Caption = 'MB_OKCANCEL'
  314. TabOrder = 1
  315. TabStop = True
  316. OnClick = rbMB_OKCANCELClick
  317. end
  318. object rbMB_YESNO: TRadioButton
  319. Left = 14
  320. Top = 70
  321. Width = 160
  322. Height = 17
  323. Anchors = [akLeft, akTop, akRight]
  324. Caption = 'MB_YESNO'
  325. TabOrder = 2
  326. TabStop = True
  327. OnClick = rbMB_YESNOClick
  328. end
  329. object rbMB_YESNOCANCEL: TRadioButton
  330. Left = 14
  331. Top = 94
  332. Width = 160
  333. Height = 17
  334. Anchors = [akLeft, akTop, akRight]
  335. Caption = 'MB_YESNOCANCEL'
  336. TabOrder = 3
  337. TabStop = True
  338. OnClick = rbMB_YESNOCANCELClick
  339. end
  340. object rbMB_RETRYCANCEL: TRadioButton
  341. Left = 14
  342. Top = 118
  343. Width = 160
  344. Height = 17
  345. Anchors = [akLeft, akTop, akRight]
  346. Caption = 'MB_RETRYCANCEL'
  347. TabOrder = 4
  348. TabStop = True
  349. OnClick = rbMB_RETRYCANCELClick
  350. end
  351. object rbMB_ABORTRETRYIGNORE: TRadioButton
  352. Left = 14
  353. Top = 142
  354. Width = 160
  355. Height = 17
  356. Anchors = [akLeft, akTop, akRight]
  357. Caption = 'MB_ABORTRETRYIGNORE'
  358. TabOrder = 5
  359. TabStop = True
  360. OnClick = rbMB_ABORTRETRYIGNOREClick
  361. end
  362. end
  363. object GroupBox4: TGroupBox
  364. Left = 367
  365. Top = 158
  366. Width = 187
  367. Height = 174
  368. Anchors = [akLeft, akTop, akBottom]
  369. Caption = ' Return values '
  370. TabOrder = 10
  371. object cb_IDOK: TCheckBox
  372. Left = 16
  373. Top = 23
  374. Width = 80
  375. Height = 17
  376. Caption = 'IDOK'
  377. TabOrder = 0
  378. end
  379. object cb_IDCANCEL: TCheckBox
  380. Left = 16
  381. Top = 42
  382. Width = 80
  383. Height = 17
  384. Caption = 'IDCANCEL'
  385. TabOrder = 1
  386. end
  387. object cb_IDYES: TCheckBox
  388. Left = 16
  389. Top = 62
  390. Width = 80
  391. Height = 17
  392. Caption = 'IDYES'
  393. TabOrder = 2
  394. end
  395. object cb_IDNO: TCheckBox
  396. Left = 16
  397. Top = 82
  398. Width = 80
  399. Height = 17
  400. Caption = 'IDNO'
  401. TabOrder = 3
  402. end
  403. object cb_IDABORT: TCheckBox
  404. Left = 16
  405. Top = 102
  406. Width = 80
  407. Height = 17
  408. Caption = 'IDABORT'
  409. TabOrder = 4
  410. end
  411. object cb_IDRETRY: TCheckBox
  412. Left = 16
  413. Top = 122
  414. Width = 80
  415. Height = 17
  416. Caption = 'IDRETRY'
  417. TabOrder = 5
  418. end
  419. object cb_IDIGNORE: TCheckBox
  420. Left = 16
  421. Top = 142
  422. Width = 80
  423. Height = 17
  424. Caption = 'IDIGNORE'
  425. TabOrder = 6
  426. end
  427. object rb_IDOK: TCheckBox
  428. Left = 100
  429. Top = 23
  430. Width = 16
  431. Height = 17
  432. TabOrder = 7
  433. Visible = False
  434. OnClick = rb_IDOKClick
  435. end
  436. object rb_IDCANCEL: TCheckBox
  437. Left = 100
  438. Top = 42
  439. Width = 16
  440. Height = 17
  441. TabOrder = 8
  442. Visible = False
  443. OnClick = rb_IDCANCELClick
  444. end
  445. object rb_IDYES: TCheckBox
  446. Left = 100
  447. Top = 62
  448. Width = 16
  449. Height = 17
  450. TabOrder = 9
  451. Visible = False
  452. OnClick = rb_IDYESClick
  453. end
  454. object rb_IDNO: TCheckBox
  455. Left = 100
  456. Top = 82
  457. Width = 16
  458. Height = 17
  459. TabOrder = 10
  460. Visible = False
  461. OnClick = rb_IDNOClick
  462. end
  463. object rb_IDABORT: TCheckBox
  464. Left = 100
  465. Top = 102
  466. Width = 16
  467. Height = 17
  468. TabOrder = 11
  469. Visible = False
  470. OnClick = rb_IDABORTClick
  471. end
  472. object rb_IDRETRY: TCheckBox
  473. Left = 100
  474. Top = 122
  475. Width = 16
  476. Height = 17
  477. TabOrder = 12
  478. Visible = False
  479. OnClick = rb_IDRETRYClick
  480. end
  481. object rb_IDIGNORE: TCheckBox
  482. Left = 100
  483. Top = 142
  484. Width = 16
  485. Height = 17
  486. TabOrder = 13
  487. Visible = False
  488. OnClick = rb_IDIGNOREClick
  489. end
  490. object cb_DefIDOK: TRadioButton
  491. Left = 147
  492. Top = 23
  493. Width = 17
  494. Height = 17
  495. TabOrder = 14
  496. TabStop = True
  497. Visible = False
  498. end
  499. object cb_DefIDCANCEL: TRadioButton
  500. Left = 147
  501. Top = 42
  502. Width = 17
  503. Height = 17
  504. TabOrder = 15
  505. TabStop = True
  506. Visible = False
  507. end
  508. object cb_DefIDYES: TRadioButton
  509. Left = 147
  510. Top = 62
  511. Width = 17
  512. Height = 17
  513. TabOrder = 16
  514. TabStop = True
  515. Visible = False
  516. end
  517. object cb_DefIDNO: TRadioButton
  518. Left = 147
  519. Top = 82
  520. Width = 17
  521. Height = 17
  522. TabOrder = 17
  523. TabStop = True
  524. Visible = False
  525. end
  526. object cb_DefIDABORT: TRadioButton
  527. Left = 147
  528. Top = 102
  529. Width = 17
  530. Height = 17
  531. TabOrder = 18
  532. TabStop = True
  533. Visible = False
  534. end
  535. object cb_DefIDRETRY: TRadioButton
  536. Left = 147
  537. Top = 122
  538. Width = 17
  539. Height = 17
  540. TabOrder = 19
  541. TabStop = True
  542. Visible = False
  543. end
  544. object cb_DefIDIGNORE: TRadioButton
  545. Left = 147
  546. Top = 142
  547. Width = 17
  548. Height = 17
  549. TabOrder = 20
  550. TabStop = True
  551. Visible = False
  552. end
  553. end
  554. object Panel1: TPanel
  555. Left = 0
  556. Top = 338
  557. Width = 562
  558. Height = 42
  559. Align = alBottom
  560. BevelOuter = bvNone
  561. TabOrder = 11
  562. DesignSize = (
  563. 562
  564. 42)
  565. object Bevel1: TBevel
  566. Left = 0
  567. Top = 0
  568. Width = 562
  569. Height = 1
  570. Align = alTop
  571. Shape = bsTopLine
  572. ExplicitLeft = 168
  573. ExplicitWidth = 50
  574. end
  575. object MBDButtonPreview: TButton
  576. Left = 10
  577. Top = 11
  578. Width = 80
  579. Height = 25
  580. Anchors = [akLeft, akBottom]
  581. Caption = '&Preview'
  582. TabOrder = 0
  583. OnClick = MBDButtonPreviewClick
  584. end
  585. object MBDButtonOK: TButton
  586. Left = 393
  587. Top = 11
  588. Width = 75
  589. Height = 25
  590. Anchors = [akRight, akBottom]
  591. Caption = 'Insert'
  592. Default = True
  593. ModalResult = 1
  594. TabOrder = 1
  595. end
  596. object MBDButtonCancel: TButton
  597. Left = 477
  598. Top = 11
  599. Width = 75
  600. Height = 25
  601. Anchors = [akRight, akBottom]
  602. Cancel = True
  603. Caption = 'Cancel'
  604. ModalResult = 2
  605. TabOrder = 2
  606. end
  607. end
  608. end