Unit1.dfm 875 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Formulario'
  5. ClientHeight = 269
  6. ClientWidth = 317
  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. PixelsPerInch = 96
  15. TextHeight = 13
  16. object rb1: TRadioButton
  17. Left = 32
  18. Top = 48
  19. Width = 113
  20. Height = 17
  21. Caption = '640*480'
  22. TabOrder = 0
  23. end
  24. object rb2: TRadioButton
  25. Left = 32
  26. Top = 88
  27. Width = 113
  28. Height = 17
  29. Caption = '1024*768'
  30. TabOrder = 1
  31. end
  32. object rb3: TRadioButton
  33. Left = 32
  34. Top = 128
  35. Width = 113
  36. Height = 17
  37. Caption = '1366*768'
  38. TabOrder = 2
  39. end
  40. object btn1: TButton
  41. Left = 32
  42. Top = 168
  43. Width = 75
  44. Height = 25
  45. Caption = 'Confirmar'
  46. TabOrder = 3
  47. OnClick = btn1Click
  48. end
  49. end