unit1.lfm 703 B

1234567891011121314151617181920212223242526272829303132333435
  1. object Form1: TForm1
  2. Left = 470
  3. Height = 240
  4. Top = 181
  5. Width = 320
  6. Caption = 'Form1'
  7. ClientHeight = 240
  8. ClientWidth = 320
  9. OnCreate = FormCreate
  10. OnDestroy = FormDestroy
  11. LCLVersion = '1.6.0.4'
  12. object BGRAVirtualScreen1: TBGRAVirtualScreen
  13. Left = 0
  14. Height = 240
  15. Top = 0
  16. Width = 320
  17. OnRedraw = BGRAVirtualScreen1Redraw
  18. Align = alClient
  19. Alignment = taLeftJustify
  20. ClientHeight = 240
  21. ClientWidth = 320
  22. Color = clWhite
  23. ParentColor = False
  24. TabOrder = 0
  25. object ComboBox1: TComboBox
  26. Left = 8
  27. Height = 28
  28. Top = 8
  29. Width = 100
  30. ItemHeight = 20
  31. OnSelect = ComboBox1Select
  32. TabOrder = 0
  33. end
  34. end
  35. end