home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / tipwin / winnc / setup.exe / 0 / RCDATA / TFORM5 / TFORM5.txt < prev   
Text File  |  1997-04-30  |  1KB  |  67 lines

  1. object Form5: TForm5
  2.   Left = 283
  3.   Top = 152
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Form5'
  7.   ClientHeight = 107
  8.   ClientWidth = 366
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 15
  19.     Top = 18
  20.     Width = 32
  21.     Height = 32
  22.     AutoSize = True
  23.     Picture.Data = {<image000.ico>}
  24.   end
  25.   object Label1: TLabel
  26.     Left = 60
  27.     Top = 20
  28.     Width = 201
  29.     Height = 13
  30.     Caption = 'Label1'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 60
  34.     Top = 35
  35.     Width = 32
  36.     Height = 13
  37.     Caption = 'Label2'
  38.   end
  39.   object Bevel1: TBevel
  40.     Left = 15
  41.     Top = 60
  42.     Width = 341
  43.     Height = 5
  44.     Shape = bsBottomLine
  45.   end
  46.   object Button1: TButton
  47.     Left = 282
  48.     Top = 75
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Exit Setup'
  52.     ModalResult = 1
  53.     TabOrder = 1
  54.   end
  55.   object Button2: TButton
  56.     Left = 197
  57.     Top = 75
  58.     Width = 75
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = 'Continue'
  62.     Default = True
  63.     ModalResult = 2
  64.     TabOrder = 0
  65.   end
  66. end
  67.