home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / tools / bigdoc / bigdoc.exe / BigDoc.exe / 0 / RCDATA / TINSTALLDLG / TINSTALLDLG.txt
Text File  |  2000-04-17  |  1KB  |  57 lines

  1. object InstallDlg: TInstallDlg
  2.   Left = 171
  3.   Top = 200
  4.   Width = 266
  5.   Height = 150
  6.   Caption = 'Install PDA'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 24
  18.     Top = 16
  19.     Width = 58
  20.     Height = 13
  21.     Caption = 'Select User:'
  22.   end
  23.   object ComboBox1: TComboBox
  24.     Left = 24
  25.     Top = 32
  26.     Width = 209
  27.     Height = 24
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ItemHeight = 16
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     Text = 'ComboBox1'
  37.   end
  38.   object Button1: TButton
  39.     Left = 24
  40.     Top = 80
  41.     Width = 81
  42.     Height = 25
  43.     Caption = 'Ok'
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.   end
  47.   object Button2: TButton
  48.     Left = 152
  49.     Top = 80
  50.     Width = 81
  51.     Height = 25
  52.     Caption = 'Cancel'
  53.     ModalResult = 2
  54.     TabOrder = 2
  55.   end
  56. end
  57.