home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd2.bin / Supreme / _SETUP.1 / Contact.exe / 0 / RCDATA / TFORMBROWSERDLG / TFORMBROWSERDLG.txt
Text File  |  1999-09-06  |  1KB  |  54 lines

  1. object FormBrowserDlg: TFormBrowserDlg
  2.   Left = 351
  3.   Top = 175
  4.   BorderStyle = bsDialog
  5.   Caption = 'Browser - Edita∩┐╜n∩┐╜ dialog'
  6.   ClientHeight = 194
  7.   ClientWidth = 322
  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.   KeyPreview = True
  15.   OldCreateOrder = True
  16.   OnClose = FormClose
  17.   OnKeyDown = FormKeyDown
  18.   OnKeyUp = FormKeyUp
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BtnOk: TButton
  23.     Left = 156
  24.     Top = 160
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     TabOrder = 0
  30.     OnClick = BtnOkClick
  31.   end
  32.   object BtnCancel: TButton
  33.     Left = 236
  34.     Top = 160
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Storno'
  39.     ModalResult = 2
  40.     TabOrder = 1
  41.   end
  42.   object FormPos: TFormPos
  43.     Activity = acNone
  44.     DefaultState = dsCentered
  45.     Left = 8
  46.     Top = 160
  47.   end
  48.   object Wallpaper: TWallpaper
  49.     ResourceName = 'WALLPAPER'
  50.     Left = 36
  51.     Top = 160
  52.   end
  53. end
  54.