home *** CD-ROM | disk | FTP | other *** search
- object FormAutoPlay: TFormAutoPlay
- Left = 414
- Top = 167
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'AutoPlay '
- ClientHeight = 144
- ClientWidth = 185
- Color = clGray
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object LblDelay: TLabel
- Left = 4
- Top = 25
- Width = 180
- Height = 16
- Caption = 'Time delay between pictures:'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 5
- Top = 41
- Width = 64
- Height = 16
- Caption = '5 Seconds'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LblSettings: TLabel
- Left = 4
- Top = 9
- Width = 50
- Height = 16
- Caption = 'Settings'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object TrackBar1: TTrackBar
- Left = 15
- Top = 64
- Width = 145
- Height = 45
- Min = 1
- Orientation = trHorizontal
- Frequency = 1
- Position = 5
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBar1Change
- end
- object Button1: TButton
- Left = 101
- Top = 114
- Width = 75
- Height = 25
- Caption = 'Okay'
- TabOrder = 1
- OnClick = Button1Click
- end
- end
-