home *** CD-ROM | disk | FTP | other *** search
- object Opener: TOpener
- Left = 259
- Top = 199
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 159
- ClientWidth = 191
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 191
- Height = 159
- Align = alClient
- BevelInner = bvLowered
- BevelWidth = 2
- TabOrder = 0
- object Label2: TLabel
- Left = 24
- Top = 57
- Width = 54
- Height = 13
- Caption = 'Scan drive:'
- end
- object Panel2: TPanel
- Left = 4
- Top = 4
- Width = 183
- Height = 41
- Align = alTop
- BevelInner = bvLowered
- BevelOuter = bvLowered
- Color = clSilver
- TabOrder = 0
- object Image1: TImage
- Left = 2
- Top = 4
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object Label1: TLabel
- Left = 34
- Top = 8
- Width = 143
- Height = 24
- Caption = 'Space Daemon'
- Font.Color = clRed
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 33
- Top = 7
- Width = 144
- Height = 24
- Caption = 'Space Daemon'
- Color = clSilver
- Font.Color = clMaroon
- Font.Height = -19
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentColor = False
- ParentFont = False
- Transparent = True
- end
- end
- object drivestart: TDriveComboBox
- Left = 24
- Top = 74
- Width = 145
- Height = 19
- TabOrder = 1
- OnChange = drivestartChange
- end
- object Button1: TButton
- Left = 14
- Top = 117
- Width = 75
- Height = 25
- Caption = 'Begin'
- Default = True
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 99
- Top = 117
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = Button2Click
- end
- end
- end
-