FlatAttrib.dfm 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. object MaskForm: TMaskForm
  2. Left = 600
  3. Top = 356
  4. BorderStyle = bsDialog
  5. Caption = #25513#30721#32534#36753#22120
  6. ClientHeight = 104
  7. ClientWidth = 325
  8. Color = clBtnFace
  9. Font.Charset = GB2312_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -12
  12. Font.Name = #23435#20307
  13. Font.Style = []
  14. OldCreateOrder = False
  15. PixelsPerInch = 96
  16. TextHeight = 12
  17. object EditText: TFlatMaskEdit
  18. Left = 96
  19. Top = 8
  20. Width = 218
  21. Height = 18
  22. Version = '4.55.0.0'
  23. Ticket.Width = 54
  24. Ticket.Height = 12
  25. Ticket.Caption = #25991#26412#20869#23481':'
  26. ColorFlat = clBtnFace
  27. ParentColor = True
  28. Color = clBtnFace
  29. TabOrder = 0
  30. end
  31. object EditMask: TFlatEdit
  32. Left = 96
  33. Top = 40
  34. Width = 218
  35. Height = 18
  36. Version = '4.55.0.0'
  37. ColorFocused = clBtnFace
  38. ColorBorder = clBtnFace
  39. ColorFlat = clBtnFace
  40. ParentColor = True
  41. ReadOnly = True
  42. TabOrder = 1
  43. Text = '(None)'
  44. Ticket.Width = 60
  45. Ticket.Height = 12
  46. Ticket.Caption = #25513#30721#26684#24335'::'
  47. end
  48. object OKButton: TFlatButton
  49. Left = 96
  50. Top = 72
  51. Width = 80
  52. Height = 25
  53. Version = '4.55.0.0'
  54. Caption = #30830#23450'(&O)'
  55. TabOrder = 2
  56. ModalResult = 1
  57. end
  58. object CancelButton: TFlatButton
  59. Left = 224
  60. Top = 72
  61. Width = 80
  62. Height = 25
  63. Version = '4.55.0.0'
  64. Caption = #21462#28040'(&C)'
  65. TabOrder = 3
  66. ModalResult = 2
  67. end
  68. end