home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 162
- Top = 165
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'Form1'
- ClientHeight = 332
- ClientWidth = 474
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = -2
- Top = 0
- Width = 479
- Height = 335
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- end
- object Label1: TLabel
- Left = 152
- Top = 264
- Width = 289
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Button1: TButton
- Left = 280
- Top = 301
- Width = 97
- Height = 25
- Caption = 'Begin Install'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 384
- Top = 301
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = Button2Click
- end
- object ProgressBar1: TProgressBar
- Left = 16
- Top = 304
- Width = 249
- Height = 18
- Min = 0
- Max = 100
- TabOrder = 2
- Visible = False
- end
- object CheckBox1: TCheckBox
- Left = 152
- Top = 264
- Width = 273
- Height = 17
- Caption = 'Ignore System Drver Signing detect.'
- Checked = True
- State = cbChecked
- TabOrder = 3
- end
- end
-