home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 September / PCWorld_2000-09_cd.bin / Software / TemaCD / currconv / currconv.exe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1999-07-12  |  1KB  |  64 lines

  1. object Form2: TForm2
  2.   Left = 369
  3.   Top = 128
  4.   AutoSize = True
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Internet Update'
  8.   ClientHeight = 105
  9.   ClientWidth = 265
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = False
  18.   Position = poDesktopCenter
  19.   OnClose = FormClose
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object GroupBox1: TGroupBox
  24.     Left = 0
  25.     Top = 0
  26.     Width = 265
  27.     Height = 105
  28.     Caption = ' Updating Currencies...'
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 16
  32.       Top = 24
  33.       Width = 36
  34.       Height = 13
  35.       Caption = 'Status: '
  36.     end
  37.     object Label2: TLabel
  38.       Left = 16
  39.       Top = 48
  40.       Width = 63
  41.       Height = 13
  42.       Caption = 'Please wait...'
  43.     end
  44.     object Button2: TButton
  45.       Left = 64
  46.       Top = 70
  47.       Width = 75
  48.       Height = 25
  49.       Caption = '&Cancel'
  50.       TabOrder = 1
  51.       OnClick = Button2Click
  52.     end
  53.     object Button1: TButton
  54.       Left = 138
  55.       Top = 70
  56.       Width = 75
  57.       Height = 25
  58.       Caption = '&OK'
  59.       TabOrder = 0
  60.       OnClick = Button1Click
  61.     end
  62.   end
  63. end
  64.