home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / docreadr / docreadr.EXE / DocReader.exe / 0 / RCDATA / TFRMUSER / TFRMUSER.txt
Encoding:
Text File  |  2000-10-02  |  1.1 KB  |  59 lines

  1. object frmUser: TfrmUser
  2.   Left = 194
  3.   Top = 132
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Install Doc'
  7.   ClientHeight = 118
  8.   ClientWidth = 250
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object Label1: TLabel
  23.     Left = 24
  24.     Top = 16
  25.     Width = 70
  26.     Height = 16
  27.     Caption = 'Select user:'
  28.   end
  29.   object cbUsers: TComboBox
  30.     Left = 24
  31.     Top = 40
  32.     Width = 193
  33.     Height = 24
  34.     ItemHeight = 16
  35.     TabOrder = 0
  36.   end
  37.   object pbOK: TButton
  38.     Left = 40
  39.     Top = 80
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.     OnClick = pbOKClick
  47.   end
  48.   object pbCancel: TButton
  49.     Left = 128
  50.     Top = 80
  51.     Width = 75
  52.     Height = 25
  53.     Cancel = True
  54.     Caption = 'Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 2
  57.   end
  58. end
  59.