GUIDesigner.dfm 772 B

123456789101112131415161718192021222324252627282930
  1. object GUIForm1: TGUIForm1
  2. Left = 669
  3. Top = 277
  4. Width = 250
  5. Height = 250
  6. Caption = 'Form1'
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. FormStyle = fsStayOnTop
  14. OldCreateOrder = False
  15. Position = poScreenCenter
  16. Visible = True
  17. OnCloseQuery = FormCloseQuery
  18. OnShow = FormShow
  19. PixelsPerInch = 96
  20. TextHeight = 13
  21. object ELGUIDesigner: TELDesigner
  22. ClipboardFormat = 'Extension Library designer components'
  23. OnModified = ELGUIDesignerModified
  24. OnControlInserting = ELGUIDesignerControlInserting
  25. OnControlInserted = ELGUIDesignerControlInserted
  26. OnChangeSelection = ELGUIDesignerChangeSelection
  27. Left = 16
  28. Top = 16
  29. end
  30. end