demo01.dfm 672 B

1234567891011121314151617181920212223242526272829303132
  1. object Form1: TForm1
  2. Left = 192
  3. Top = 107
  4. Width = 808
  5. Height = 627
  6. Caption = '01 - Initialization VCL'
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. Position = poScreenCenter
  15. OnActivate = FormActivate
  16. OnClose = FormClose
  17. DesignSize = (
  18. 800
  19. 600)
  20. PixelsPerInch = 96
  21. TextHeight = 13
  22. object Panel1: TPanel
  23. Left = 5
  24. Top = 5
  25. Width = 790
  26. Height = 590
  27. Anchors = [akLeft, akTop, akRight, akBottom]
  28. Caption = 'Panel1'
  29. TabOrder = 0
  30. OnResize = Panel1Resize
  31. end
  32. end