home *** CD-ROM | disk | FTP | other *** search
- object frmSysOptDetails: TfrmSysOptDetails
- Left = 771
- Top = 142
- BorderStyle = bsDialog
- Caption = 'System Configuration: Effects'
- ClientHeight = 400
- ClientWidth = 465
- 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
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 12
- Top = 72
- Width = 63
- Height = 13
- Caption = '&Changes:'
- FocusControl = lbDetails
- end
- object btnOK: TButton
- Left = 298
- Top = 367
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- TabOrder = 1
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 378
- Top = 367
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = btnCancelClick
- end
- object lbDetails: TBigCheckListBox
- Left = 12
- Top = 89
- Width = 441
- Height = 269
- NoMouseScrolling = False
- SelColor = clHighlight
- TabOrder = 0
- end
- object WizardHeader: TWizardHeader
- Left = 0
- Top = 0
- Width = 465
- Height = 62
- Align = alTop
- BackColor = clWhite
- BorderStyle = bstNone
- TabOrder = 3
- end
- end
-