FlatFormCase.dfm 612 B

12345678910111213141516171819202122232425262728293031
  1. object FlatFormTestCase: TFlatFormTestCase
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsNone
  5. Caption = 'FlatFormTestCase'
  6. ClientHeight = 403
  7. ClientWidth = 510
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'Tahoma'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object pnl1: TPanel
  18. Left = 0
  19. Top = 0
  20. Width = 510
  21. Height = 403
  22. Align = alClient
  23. BevelOuter = bvNone
  24. Caption = 'pnl1'
  25. Color = clYellow
  26. ParentBackground = False
  27. TabOrder = 0
  28. OnClick = pnl1Click
  29. end
  30. end