MessageDlg.dfm 366 B

123456789101112131415
  1. object MessageForm: TMessageForm
  2. Left = 401
  3. Top = 228
  4. BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5. BorderStyle = bsDialog
  6. Caption = 'InformationX'
  7. ClientHeight = 41
  8. ClientWidth = 326
  9. Color = clBtnFace
  10. ParentFont = True
  11. OldCreateOrder = True
  12. Position = poOwnerFormCenter
  13. PixelsPerInch = 96
  14. TextHeight = 13
  15. end