CheckerMemoFrm.dfm 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. object CheckerMemoForm: TCheckerMemoForm
  2. Left = 1121
  3. Top = 382
  4. ActiveControl = mmMemo
  5. BorderStyle = bsDialog
  6. Caption = #23457#25209#24847#35265
  7. ClientHeight = 272
  8. ClientWidth = 419
  9. Color = clBtnFace
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -13
  13. Font.Name = #24494#36719#38597#40657
  14. Font.Style = []
  15. FormStyle = fsStayOnTop
  16. OldCreateOrder = False
  17. Position = poScreenCenter
  18. PixelsPerInch = 96
  19. TextHeight = 19
  20. object lblMemo: TLabel
  21. Left = 9
  22. Top = 75
  23. Width = 104
  24. Height = 19
  25. Caption = #35831#36755#20837#23457#25209#24847#35265#65306
  26. Font.Charset = DEFAULT_CHARSET
  27. Font.Color = clWindowText
  28. Font.Height = -13
  29. Font.Name = #24494#36719#38597#40657
  30. Font.Style = [fsBold]
  31. ParentFont = False
  32. end
  33. object lblHint: TLabel
  34. Left = 8
  35. Top = 7
  36. Width = 404
  37. Height = 58
  38. AutoSize = False
  39. Caption =
  40. #12304#23457#25209#19981#36890#36807#12305#21518#65292#26412#27425#23457#25209#23558#32467#26463#65292#21518#32493#30340#23457#25209#20154#20063#23558#19981#20250#23457#25209#26412#27425#35745#37327#65292#26412#26399#25968#25454#20063#23558#30452#25509#25171#22238#32473#19978#25253#20154#36827#34892#37325#26032#35745#37327#25253#23457#12290#13#10#28857#20987#12304#30830#23450 +
  41. #12305#36827#20837#25805#20316#30830#35748#12290
  42. WordWrap = True
  43. end
  44. object mmMemo: TMemo
  45. Left = 8
  46. Top = 95
  47. Width = 403
  48. Height = 136
  49. ScrollBars = ssVertical
  50. TabOrder = 0
  51. end
  52. object btnPost: TButton
  53. Left = 248
  54. Top = 237
  55. Width = 75
  56. Height = 25
  57. Caption = #30830#23450
  58. ModalResult = 1
  59. TabOrder = 1
  60. end
  61. object btnCancel: TButton
  62. Left = 327
  63. Top = 237
  64. Width = 75
  65. Height = 25
  66. Caption = #21462#28040
  67. ModalResult = 2
  68. TabOrder = 2
  69. end
  70. end