home *** CD-ROM | disk | FTP | other *** search
- object title: Ttitle
- Left = 274
- Top = 159
- BorderStyle = bsNone
- Caption = 'title'
- ClientHeight = 300
- ClientWidth = 400
- Color = clBtnFace
- TransparentColor = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PrintScale = poPrintToFit
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 88
- Top = 88
- Width = 32
- Height = 13
- Caption = 'Label1'
- Transparent = True
- end
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 400
- Height = 300
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Stretch = True
- end
- object Button1: TButton
- Left = 208
- Top = 360
- Width = 75
- Height = 25
- Caption = 'Button1'
- TabOrder = 1
- OnClick = Button1Click
- end
- object NewProgressBar1: TNewProgressBar
- Left = 168
- Top = 400
- Width = 150
- Height = 16
- Min = 0
- Max = 99
- Step = 33
- TabOrder = 0
- OnChange = NewProgressBar1Change
- OnChanging = NewProgressBar1Changing
- end
- object Timer1: TTimer
- Enabled = False
- OnTimer = Timer1Timer
- Left = 312
- Top = 72
- end
- end
-