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

  1. object Form1: TForm1
  2.   Left = 268
  3.   Top = 260
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsNone
  6.   Caption = 'Picture Previewer'
  7.   ClientHeight = 73
  8.   ClientWidth = 457
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poMainFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 48
  23.     Width = 3
  24.     Height = 13
  25.     Alignment = taCenter
  26.   end
  27.   object Label2: TRxLabel
  28.     Left = 8
  29.     Top = 32
  30.     Width = 191
  31.     Height = 13
  32.     Caption = 'Po'#269'kajte pros'#237'm, k'#253'm sa na'#269#237'taj'#250' d'#225'ta...'
  33.   end
  34.   object NewProgressBar1: TNewProgressBar
  35.     Left = 8
  36.     Top = 48
  37.     Width = 441
  38.     Height = 16
  39.     Min = 0
  40.     Max = 100
  41.     Step = 2
  42.     TabOrder = 0
  43.     OnChange = NewProgressBar1Change
  44.     OnChanging = NewProgressBar1Changing
  45.   end
  46.   object Button2: TButton
  47.     Left = 288
  48.     Top = 24
  49.     Width = 75
  50.     Height = 25
  51.     Caption = 'Button2'
  52.     TabOrder = 1
  53.     Visible = False
  54.     OnClick = Button2Click
  55.   end
  56.   object FlatTitlebar1: TFlatTitlebar
  57.     Left = 0
  58.     Top = 0
  59.     Width = 457
  60.     Height = 19
  61.     ActiveTextColor = clWhite
  62.     InactiveTextColor = 8559266
  63.     TitlebarColor = 12615680
  64.     Align = alTop
  65.     Caption = 'Picture iT!'
  66.   end
  67.   object Timer1: TTimer
  68.     Enabled = False
  69.     Interval = 1
  70.     OnTimer = Timer1Timer
  71.     Left = 400
  72.     Top = 40
  73.   end
  74. end
  75.