home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / ctenari / Timko / Coolview.exe / 0 / RCDATA / TTITLE / TTITLE.txt < prev   
Encoding:
Text File  |  2002-01-01  |  1.2 KB  |  66 lines

  1. object title: Ttitle
  2.   Left = 274
  3.   Top = 159
  4.   BorderStyle = bsNone
  5.   Caption = 'title'
  6.   ClientHeight = 300
  7.   ClientWidth = 400
  8.   Color = clBtnFace
  9.   TransparentColor = True
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PrintScale = poPrintToFit
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 88
  23.     Top = 88
  24.     Width = 32
  25.     Height = 13
  26.     Caption = 'Label1'
  27.     Transparent = True
  28.   end
  29.   object Image1: TImage
  30.     Left = 0
  31.     Top = 0
  32.     Width = 400
  33.     Height = 300
  34.     AutoSize = True
  35.     Picture.Data = {<image000.bmp>}
  36.     Stretch = True
  37.   end
  38.   object Button1: TButton
  39.     Left = 208
  40.     Top = 360
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'Button1'
  44.     TabOrder = 1
  45.     OnClick = Button1Click
  46.   end
  47.   object NewProgressBar1: TNewProgressBar
  48.     Left = 168
  49.     Top = 400
  50.     Width = 150
  51.     Height = 16
  52.     Min = 0
  53.     Max = 99
  54.     Step = 33
  55.     TabOrder = 0
  56.     OnChange = NewProgressBar1Change
  57.     OnChanging = NewProgressBar1Changing
  58.   end
  59.   object Timer1: TTimer
  60.     Enabled = False
  61.     OnTimer = Timer1Timer
  62.     Left = 312
  63.     Top = 72
  64.   end
  65. end
  66.