home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 27 / #27.iso / UTILS / ooc / Install.exe / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Encoding:
Text File  |  1998-05-21  |  1.1 KB  |  55 lines

  1. object Form3: TForm3
  2.   Left = 265
  3.   Top = 122
  4.   BorderStyle = bsDialog
  5.   Caption = 'Stop'
  6.   ClientHeight = 371
  7.   ClientWidth = 490
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 490
  22.     Height = 371
  23.     Align = alClient
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     BorderWidth = 3
  27.     Caption = 'Panel1'
  28.     TabOrder = 0
  29.     object Image2: TImage
  30.       Left = 5
  31.       Top = 5
  32.       Width = 480
  33.       Height = 361
  34.       Align = alClient
  35.       Center = True
  36.       Picture.Data = {<image000.bmp>}
  37.     end
  38.     object Label1: TLabel
  39.       Left = 96
  40.       Top = 340
  41.       Width = 353
  42.       Height = 14
  43.       Alignment = taCenter
  44.       AutoSize = False
  45.       Caption = 'Label1'
  46.       Font.Color = clBlack
  47.       Font.Height = -12
  48.       Font.Name = 'Courier New'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       Transparent = True
  52.     end
  53.   end
  54. end
  55.