home *** CD-ROM | disk | FTP | other *** search
- object BWCCControls: TBWCCControls
- Left = 445
- Top = 189
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'BWCC Controls'
- ClientHeight = 175
- ClientWidth = 218
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- ShowHint = True
- OnActivate = FormActivate
- TextHeight = 16
- object GroupBox1: TGroupBox
- Left = 6
- Top = 6
- Width = 203
- Height = 79
- Caption = 'Check Color'
- TabOrder = 0
- object rbBlack: TBWCCRadioButton
- Left = 14
- Top = 22
- Width = 71
- Height = 17
- Hint =
- 'Select the color that will be displayed for the check mark on th' +
- 'e radio button and check box.'
- Caption = 'Black'
- Checked = True
- Color = clBtnFace
- ParentColor = False
- TabOrder = 0
- OnClick = rbClick
- end
- object rbNavy: TBWCCRadioButton
- Left = 14
- Top = 46
- Width = 75
- Height = 17
- Hint =
- 'Select the color that will be displayed for the check mark on th' +
- 'e radio button and check box.'
- Caption = 'Navy'
- Checked = False
- Color = clBtnFace
- ParentColor = False
- TabOrder = 1
- OnClick = rbClick
- end
- object rbMaroon: TBWCCRadioButton
- Left = 114
- Top = 22
- Width = 71
- Height = 17
- Hint =
- 'Select the color that will be displayed for the check mark on th' +
- 'e radio button and check box.'
- Caption = 'Maroon'
- Checked = False
- Color = clBtnFace
- ParentColor = False
- TabOrder = 2
- OnClick = rbClick
- end
- object rbGreen: TBWCCRadioButton
- Left = 114
- Top = 46
- Width = 75
- Height = 17
- Hint =
- 'Select the color that will be displayed for the check mark on th' +
- 'e radio button and check box.'
- Caption = 'Green'
- Checked = False
- Color = clBtnFace
- ParentColor = False
- TabOrder = 3
- OnClick = rbClick
- end
- end
- object chkGross: TBWCCCheckBox
- Left = 8
- Top = 94
- Width = 201
- Height = 27
- Hint =
- 'This will toggle the display of some really bad background bitma' +
- 'ps for the main form shadow buttons.'
- Caption = 'Show gross button bitmaps'
- Checked = False
- Color = clBtnFace
- ParentColor = False
- State = cbUnchecked
- TabOrder = 1
- OnClick = chkGrossClick
- end
- object ShadowButton1: TShadowButton
- Left = 68
- Top = 134
- Width = 89
- Height = 33
- Hint = 'Click me to make this window go away!'
- Cancel = True
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- end
-