MessageDlg.dfm 319 B

12345678910111213
  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. Position = poOwnerFormCenter
  12. TextHeight = 13
  13. end