home *** CD-ROM | disk | FTP | other *** search
/ Constituciones de América Latina / Constituciones.iso / Constituciones.exe / 0 / RCDATA / TFORMAPREFERENCIAS / TFORMAPREFERENCIAS.txt < prev   
Text File  |  2006-04-20  |  2KB  |  78 lines

  1. object formaPreferencias: TformaPreferencias
  2.   Left = 286
  3.   Top = 191
  4.   BorderStyle = bsDialog
  5.   Caption = 'Preferencias'
  6.   ClientHeight = 98
  7.   ClientWidth = 260
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 32
  22.     Top = 16
  23.     Width = 137
  24.     Height = 33
  25.     AutoSize = False
  26.     Caption = 'Aumenta porcentualmente el tama∩┐╜o del texto. '
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     WordWrap = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 224
  37.     Top = 16
  38.     Width = 16
  39.     Height = 20
  40.     Caption = '%'
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -16
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.   end
  48.   object Button1: TButton
  49.     Left = 40
  50.     Top = 64
  51.     Width = 81
  52.     Height = 25
  53.     Caption = '&Aceptar'
  54.     TabOrder = 0
  55.     OnClick = Button1Click
  56.   end
  57.   object Button2: TButton
  58.     Left = 152
  59.     Top = 64
  60.     Width = 81
  61.     Height = 25
  62.     Caption = '&Cancelar'
  63.     TabOrder = 1
  64.     OnClick = Button2Click
  65.   end
  66.   object SpinEdit1: TSpinEdit
  67.     Left = 176
  68.     Top = 16
  69.     Width = 41
  70.     Height = 22
  71.     Increment = 10
  72.     MaxValue = 300
  73.     MinValue = 50
  74.     TabOrder = 2
  75.     Value = 50
  76.   end
  77. end
  78.