CnAAFontDialog.dfm 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. object CnAAFontDlg: TCnAAFontDlg
  2. Left = 172
  3. Top = 130
  4. BorderStyle = bsDialog
  5. Caption = '平滑特效字体'
  6. ClientHeight = 249
  7. ClientWidth = 518
  8. Color = clBtnFace
  9. Font.Charset = GB2312_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -12
  12. Font.Name = '宋体'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poDesktopCenter
  16. OnCreate = FormCreate
  17. PixelsPerInch = 96
  18. TextHeight = 12
  19. object Panel1: TPanel
  20. Left = 8
  21. Top = 200
  22. Width = 249
  23. Height = 43
  24. AutoSize = True
  25. BevelOuter = bvLowered
  26. FullRepaint = False
  27. TabOrder = 7
  28. end
  29. object gbShadow: TGroupBox
  30. Left = 8
  31. Top = 8
  32. Width = 129
  33. Height = 185
  34. Caption = '阴影(&S)'
  35. TabOrder = 0
  36. object Label1: TLabel
  37. Left = 8
  38. Top = 64
  39. Width = 42
  40. Height = 12
  41. Caption = '模糊度:'
  42. end
  43. object Label2: TLabel
  44. Left = 8
  45. Top = 96
  46. Width = 54
  47. Height = 12
  48. Caption = '不透明度:'
  49. end
  50. object Label3: TLabel
  51. Left = 8
  52. Top = 128
  53. Width = 54
  54. Height = 12
  55. Caption = '水平偏移:'
  56. end
  57. object Label4: TLabel
  58. Left = 8
  59. Top = 160
  60. Width = 54
  61. Height = 12
  62. Caption = '垂直偏移:'
  63. end
  64. object spShadow: TShape
  65. Left = 64
  66. Top = 37
  67. Width = 16
  68. Height = 16
  69. OnMouseDown = spShadowMouseDown
  70. end
  71. object Label5: TLabel
  72. Left = 8
  73. Top = 40
  74. Width = 54
  75. Height = 12
  76. Caption = '阴影颜色:'
  77. end
  78. object cbShadow: TCheckBox
  79. Left = 8
  80. Top = 16
  81. Width = 81
  82. Height = 17
  83. Caption = '显示阴影'
  84. TabOrder = 0
  85. OnClick = cbShadowClick
  86. end
  87. object seShadowBlur: TCnSpinEdit
  88. Left = 64
  89. Top = 60
  90. Width = 57
  91. Height = 21
  92. MaxLength = 3
  93. MaxValue = 100
  94. MinValue = 0
  95. TabOrder = 1
  96. Value = 0
  97. OnChange = seShadowBlurClick
  98. end
  99. object seShadowAlpha: TCnSpinEdit
  100. Left = 64
  101. Top = 92
  102. Width = 57
  103. Height = 21
  104. MaxLength = 3
  105. MaxValue = 100
  106. MinValue = 0
  107. TabOrder = 2
  108. Value = 0
  109. OnChange = seShadowBlurClick
  110. end
  111. object seOffsetX: TCnSpinEdit
  112. Left = 64
  113. Top = 124
  114. Width = 57
  115. Height = 21
  116. MaxLength = 2
  117. MaxValue = 20
  118. MinValue = -20
  119. TabOrder = 3
  120. Value = 0
  121. OnChange = seShadowBlurClick
  122. end
  123. object seOffsetY: TCnSpinEdit
  124. Left = 64
  125. Top = 156
  126. Width = 57
  127. Height = 21
  128. MaxLength = 2
  129. MaxValue = 20
  130. MinValue = -20
  131. TabOrder = 4
  132. Value = 0
  133. OnChange = seShadowBlurClick
  134. end
  135. end
  136. object gbGradual: TGroupBox
  137. Left = 144
  138. Top = 8
  139. Width = 113
  140. Height = 185
  141. Caption = '渐变(&G)'
  142. TabOrder = 1
  143. object spStartColor: TShape
  144. Left = 64
  145. Top = 33
  146. Width = 16
  147. Height = 16
  148. OnMouseDown = spShadowMouseDown
  149. end
  150. object Label10: TLabel
  151. Left = 8
  152. Top = 36
  153. Width = 54
  154. Height = 12
  155. Caption = '起始颜色:'
  156. end
  157. object spEndColor: TShape
  158. Left = 64
  159. Top = 54
  160. Width = 16
  161. Height = 16
  162. OnMouseDown = spShadowMouseDown
  163. end
  164. object Label6: TLabel
  165. Left = 8
  166. Top = 57
  167. Width = 54
  168. Height = 12
  169. Caption = '结束颜色:'
  170. end
  171. object cbGradual: TCheckBox
  172. Left = 8
  173. Top = 16
  174. Width = 100
  175. Height = 17
  176. Caption = '允许渐变绘制'
  177. TabOrder = 0
  178. OnClick = cbShadowClick
  179. end
  180. object rbLeftToRight: TRadioButton
  181. Left = 8
  182. Top = 75
  183. Width = 100
  184. Height = 17
  185. Caption = '从左到右渐变'
  186. Checked = True
  187. TabOrder = 1
  188. TabStop = True
  189. OnClick = seShadowBlurClick
  190. end
  191. object rbRightToLeft: TRadioButton
  192. Left = 8
  193. Top = 92
  194. Width = 100
  195. Height = 17
  196. Caption = '从右到左渐变'
  197. TabOrder = 2
  198. OnClick = seShadowBlurClick
  199. end
  200. object rbTopToBottom: TRadioButton
  201. Left = 8
  202. Top = 109
  203. Width = 100
  204. Height = 17
  205. Caption = '从上到下渐变'
  206. TabOrder = 3
  207. OnClick = seShadowBlurClick
  208. end
  209. object rbCenterToLR: TRadioButton
  210. Left = 8
  211. Top = 142
  212. Width = 100
  213. Height = 17
  214. Caption = '从中间到左右'
  215. TabOrder = 5
  216. OnClick = seShadowBlurClick
  217. end
  218. object rbBottomToTop: TRadioButton
  219. Left = 8
  220. Top = 125
  221. Width = 100
  222. Height = 17
  223. Caption = '从下到上渐变'
  224. TabOrder = 4
  225. OnClick = seShadowBlurClick
  226. end
  227. object rbCenterToTB: TRadioButton
  228. Left = 8
  229. Top = 159
  230. Width = 100
  231. Height = 17
  232. Caption = '从中间到上下'
  233. TabOrder = 6
  234. OnClick = seShadowBlurClick
  235. end
  236. end
  237. object gbTexture: TGroupBox
  238. Left = 264
  239. Top = 8
  240. Width = 113
  241. Height = 185
  242. Caption = '字体纹理(&T)'
  243. TabOrder = 2
  244. object cbTexture: TCheckBox
  245. Left = 8
  246. Top = 16
  247. Width = 100
  248. Height = 17
  249. Caption = '允许字体纹理'
  250. TabOrder = 0
  251. OnClick = cbShadowClick
  252. end
  253. object rbTile: TRadioButton
  254. Left = 8
  255. Top = 40
  256. Width = 50
  257. Height = 17
  258. Caption = '平铺'
  259. Checked = True
  260. TabOrder = 1
  261. TabStop = True
  262. OnClick = seShadowBlurClick
  263. end
  264. object rbStretched: TRadioButton
  265. Left = 56
  266. Top = 40
  267. Width = 50
  268. Height = 17
  269. Caption = '缩放'
  270. TabOrder = 2
  271. OnClick = seShadowBlurClick
  272. end
  273. object rbCenter: TRadioButton
  274. Left = 8
  275. Top = 61
  276. Width = 50
  277. Height = 17
  278. Caption = '中心'
  279. TabOrder = 3
  280. OnClick = seShadowBlurClick
  281. end
  282. object rbNormal: TRadioButton
  283. Left = 56
  284. Top = 61
  285. Width = 50
  286. Height = 17
  287. Caption = '默认'
  288. TabOrder = 4
  289. OnClick = seShadowBlurClick
  290. end
  291. object btnOpenPic: TButton
  292. Left = 8
  293. Top = 104
  294. Width = 97
  295. Height = 25
  296. Caption = '选择图片(&P)...'
  297. TabOrder = 5
  298. OnClick = btnOpenPicClick
  299. end
  300. object btnClearPic: TButton
  301. Left = 8
  302. Top = 144
  303. Width = 97
  304. Height = 25
  305. Caption = '清除图片(&L)'
  306. TabOrder = 6
  307. OnClick = btnClearPicClick
  308. end
  309. end
  310. object gbOther: TGroupBox
  311. Left = 384
  312. Top = 8
  313. Width = 129
  314. Height = 185
  315. Caption = '其它效果(&O)'
  316. TabOrder = 3
  317. object Label7: TLabel
  318. Left = 8
  319. Top = 20
  320. Width = 42
  321. Height = 12
  322. Caption = '模糊度:'
  323. end
  324. object Label8: TLabel
  325. Left = 8
  326. Top = 43
  327. Width = 54
  328. Height = 12
  329. Caption = '不透明度:'
  330. end
  331. object Label9: TLabel
  332. Left = 8
  333. Top = 89
  334. Width = 42
  335. Height = 12
  336. Caption = '噪声点:'
  337. end
  338. object Label11: TLabel
  339. Left = 8
  340. Top = 112
  341. Width = 54
  342. Height = 12
  343. Caption = '喷溅效果:'
  344. end
  345. object Label12: TLabel
  346. Left = 8
  347. Top = 66
  348. Width = 54
  349. Height = 12
  350. Caption = '旋转角度:'
  351. end
  352. object cbOutline: TCheckBox
  353. Left = 8
  354. Top = 131
  355. Width = 100
  356. Height = 17
  357. Caption = '轮廓效果'
  358. TabOrder = 5
  359. OnClick = seShadowBlurClick
  360. end
  361. object seBlur: TCnSpinEdit
  362. Left = 64
  363. Top = 16
  364. Width = 57
  365. Height = 21
  366. MaxLength = 3
  367. MaxValue = 100
  368. MinValue = 0
  369. TabOrder = 0
  370. Value = 0
  371. OnChange = seShadowBlurClick
  372. end
  373. object seAlpha: TCnSpinEdit
  374. Left = 64
  375. Top = 39
  376. Width = 57
  377. Height = 21
  378. MaxLength = 3
  379. MaxValue = 100
  380. MinValue = 0
  381. TabOrder = 1
  382. Value = 0
  383. OnChange = seShadowBlurClick
  384. end
  385. object seNoise: TCnSpinEdit
  386. Left = 64
  387. Top = 85
  388. Width = 57
  389. Height = 21
  390. MaxLength = 3
  391. MaxValue = 255
  392. MinValue = 0
  393. TabOrder = 3
  394. Value = 0
  395. OnChange = seShadowBlurClick
  396. end
  397. object seSpray: TCnSpinEdit
  398. Left = 64
  399. Top = 108
  400. Width = 57
  401. Height = 21
  402. MaxLength = 3
  403. MaxValue = 255
  404. MinValue = 0
  405. TabOrder = 4
  406. Value = 0
  407. OnChange = seShadowBlurClick
  408. end
  409. object seAngle: TCnSpinEdit
  410. Left = 64
  411. Top = 62
  412. Width = 57
  413. Height = 21
  414. MaxLength = 3
  415. MaxValue = 360
  416. MinValue = -360
  417. TabOrder = 2
  418. Value = 0
  419. OnChange = seShadowBlurClick
  420. end
  421. object cbHorzMirror: TCheckBox
  422. Left = 8
  423. Top = 147
  424. Width = 100
  425. Height = 17
  426. Caption = '水平镜象效果'
  427. TabOrder = 6
  428. OnClick = seShadowBlurClick
  429. end
  430. object cbVertMirror: TCheckBox
  431. Left = 8
  432. Top = 163
  433. Width = 100
  434. Height = 17
  435. Caption = '垂直镜象效果'
  436. TabOrder = 7
  437. OnClick = seShadowBlurClick
  438. end
  439. end
  440. object btnFont: TButton
  441. Left = 264
  442. Top = 216
  443. Width = 75
  444. Height = 25
  445. Caption = '字体(&F)...'
  446. TabOrder = 4
  447. OnClick = btnFontClick
  448. end
  449. object btnOK: TButton
  450. Left = 352
  451. Top = 216
  452. Width = 75
  453. Height = 25
  454. Caption = '确定(&O)'
  455. Default = True
  456. ModalResult = 1
  457. TabOrder = 5
  458. end
  459. object btnCancel: TButton
  460. Left = 432
  461. Top = 216
  462. Width = 75
  463. Height = 25
  464. Cancel = True
  465. Caption = '取消(&C)'
  466. ModalResult = 2
  467. TabOrder = 6
  468. end
  469. object OpenPictureDialog: TOpenPictureDialog
  470. Left = 24
  471. Top = 208
  472. end
  473. object FontDialog: TFontDialog
  474. Font.Charset = DEFAULT_CHARSET
  475. Font.Color = clWindowText
  476. Font.Height = -11
  477. Font.Name = 'MS Sans Serif'
  478. Font.Style = []
  479. Left = 56
  480. Top = 208
  481. end
  482. object ColorDialog: TColorDialog
  483. Left = 88
  484. Top = 208
  485. end
  486. end