FlatExcpt.dfm 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. object FieldForm: TFieldForm
  2. Left = 569
  3. Top = 529
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsSingle
  6. Caption = #23548#20986#23383#27573#36873#23450
  7. ClientHeight = 326
  8. ClientWidth = 216
  9. Color = clBtnFace
  10. Font.Charset = GB2312_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -12
  13. Font.Name = #23435#20307
  14. Font.Style = []
  15. FormStyle = fsStayOnTop
  16. OldCreateOrder = False
  17. Position = poMainFormCenter
  18. PixelsPerInch = 96
  19. TextHeight = 12
  20. object OutBtn: TFlatButton
  21. Left = 108
  22. Top = 304
  23. Width = 35
  24. Height = 18
  25. Cursor = crHandPoint
  26. Hint = #23548#20986#21040#24494#36719#30005#23376#34920#26684#25991#20214
  27. Version = '4.55.0.0'
  28. Caption = #23548#20986
  29. ParentShowHint = False
  30. ShowHint = True
  31. TabOrder = 0
  32. ModalResult = 1
  33. end
  34. object CloseBtn: TFlatButton
  35. Left = 160
  36. Top = 304
  37. Width = 52
  38. Height = 18
  39. Cursor = crHandPoint
  40. Hint = #20851#38381#31383#21475
  41. Version = '4.55.0.0'
  42. Caption = #20851#38381'(&X)'
  43. ParentShowHint = False
  44. ShowHint = True
  45. TabOrder = 1
  46. ModalResult = 2
  47. end
  48. object AllBtn: TFlatButton
  49. Left = 3
  50. Top = 304
  51. Width = 35
  52. Height = 18
  53. Cursor = crHandPoint
  54. Hint = #20840#37096#36873#23450#23548#20986#21015#34920
  55. Version = '4.55.0.0'
  56. Caption = #20840#36873
  57. ParentShowHint = False
  58. ShowHint = True
  59. TabOrder = 2
  60. OnClick = AllBtnClick
  61. end
  62. object FieldBox: TFlatCheckListExt
  63. Left = 3
  64. Top = 3
  65. Width = 209
  66. Height = 297
  67. Version = '4.55.0.0'
  68. ColorFlat = clBtnFace
  69. ParentColor = True
  70. ItemHeight = 12
  71. TabOrder = 3
  72. end
  73. object CancelBtn: TFlatButton
  74. Left = 49
  75. Top = 304
  76. Width = 35
  77. Height = 18
  78. Cursor = crHandPoint
  79. Hint = #20840#37096#21462#28040#36873#23450
  80. Version = '4.55.0.0'
  81. Caption = #21462#28040
  82. ParentShowHint = False
  83. ShowHint = True
  84. TabOrder = 4
  85. OnClick = CancelBtnClick
  86. end
  87. end