Unit1.dfm 780 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 lbl1: TLabel
  17. Left = 32
  18. Top = 48
  19. Width = 223
  20. Height = 13
  21. Caption = #191'Est'#225's de acuerdo con las normas del servicio?'
  22. end
  23. object chk1: TCheckBox
  24. Left = 32
  25. Top = 80
  26. Width = 97
  27. Height = 17
  28. Caption = 'Acepto'
  29. TabOrder = 0
  30. OnClick = chk1Click
  31. end
  32. object btn1: TButton
  33. Left = 32
  34. Top = 120
  35. Width = 75
  36. Height = 25
  37. Caption = 'Continuar'
  38. Enabled = False
  39. TabOrder = 1
  40. end
  41. end