home *** CD-ROM | disk | FTP | other *** search
- object frmInetOptDetails: TfrmInetOptDetails
- Left = 281
- Top = 141
- BorderStyle = bsDialog
- Caption = 'Details on Internet Optimization'
- ClientHeight = 340
- ClientWidth = 474
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- DesignSize = (
- 474
- 340)
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 12
- Top = 73
- Width = 63
- Height = 13
- Caption = '&Changes:'
- FocusControl = lbDetails
- end
- object lbDetails: TBigCheckListBox
- Left = 12
- Top = 90
- Width = 450
- Height = 208
- Anchors = [akLeft, akTop, akRight, akBottom]
- NoMouseScrolling = False
- SelColor = clHighlight
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 309
- Top = 307
- Width = 75
- Height = 23
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 389
- Top = 307
- Width = 75
- Height = 23
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = btnCancelClick
- end
- object WizardHeader1: TWizardHeader
- Left = 0
- Top = 0
- Width = 474
- Height = 62
- Align = alTop
- BackColor = clWhite
- BorderStyle = bstNone
- TabOrder = 3
- end
- end
-