home *** CD-ROM | disk | FTP | other *** search
/ PC Expert 27 / Pce27cd2.iso / Utilitarios / Office / WinClin / szip3.exe / SolusZip.exe / 0 / RCDATA / TFRMSENHA / TFRMSENHA.txt < prev   
Text File  |  2000-02-21  |  2KB  |  90 lines

  1. object FrmSenha: TFrmSenha
  2.   Left = 156
  3.   Top = 172
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 110
  7.   ClientWidth = 411
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 21
  21.     Top = 16
  22.     Width = 32
  23.     Height = 32
  24.     AutoSize = True
  25.     Picture.Data = {<image000.ico>}
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 68
  29.     Top = 3
  30.     Width = 3
  31.     Height = 106
  32.   end
  33.   object Label1: TLabel
  34.     Tag = 424
  35.     Left = 88
  36.     Top = 10
  37.     Width = 202
  38.     Height = 13
  39.     Caption = 'Entre com a senha para o Arquivo: '
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = [fsBold]
  45.     ParentFont = False
  46.   end
  47.   object SenhaEdit: TEdit
  48.     Left = 88
  49.     Top = 33
  50.     Width = 313
  51.     Height = 21
  52.     PasswordChar = '*'
  53.     TabOrder = 0
  54.   end
  55.   object OkBtn: TBitBtn
  56.     Tag = 187
  57.     Left = 132
  58.     Top = 83
  59.     Width = 88
  60.     Height = 25
  61.     Cursor = crHandPoint
  62.     Caption = '&OK'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 1
  66.   end
  67.   object DescartarBtn: TBitBtn
  68.     Tag = 425
  69.     Left = 226
  70.     Top = 83
  71.     Width = 88
  72.     Height = 25
  73.     Cursor = crHandPoint
  74.     Caption = '&Descartar'
  75.     ModalResult = 5
  76.     TabOrder = 2
  77.   end
  78.   object CancelarBtn: TBitBtn
  79.     Tag = 121
  80.     Left = 319
  81.     Top = 83
  82.     Width = 88
  83.     Height = 25
  84.     Cursor = crHandPoint
  85.     Caption = '&Cancelar'
  86.     ModalResult = 2
  87.     TabOrder = 3
  88.   end
  89. end
  90.