Unit1.dfm 837 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Formulario'
  5. ClientHeight = 300
  6. ClientWidth = 400
  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 = 59
  18. Top = 96
  19. Width = 80
  20. Height = 13
  21. Caption = 'Ingresa la clave:'
  22. end
  23. object lbl2: TLabel
  24. Left = 170
  25. Top = 165
  26. Width = 48
  27. Height = 13
  28. Caption = 'Estatus: ?'
  29. end
  30. object edt1: TEdit
  31. Left = 170
  32. Top = 93
  33. Width = 159
  34. Height = 21
  35. PasswordChar = '*'
  36. TabOrder = 0
  37. end
  38. object btn1: TButton
  39. Left = 170
  40. Top = 128
  41. Width = 159
  42. Height = 25
  43. Caption = 'Verificar'
  44. TabOrder = 1
  45. OnClick = btn1Click
  46. end
  47. end