object InstallDlg: TInstallDlg Left = 171 Top = 200 Width = 266 Height = 150 Caption = 'Install PDA' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 16 Width = 58 Height = 13 Caption = 'Select User:' end object ComboBox1: TComboBox Left = 24 Top = 32 Width = 209 Height = 24 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 16 ParentFont = False TabOrder = 0 Text = 'ComboBox1' end object Button1: TButton Left = 24 Top = 80 Width = 81 Height = 25 Caption = 'Ok' ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 152 Top = 80 Width = 81 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end