home *** CD-ROM | disk | FTP | other *** search
- object BrushDialog: TBrushDialog
- Left = 180
- Top = 34
- ActiveControl = RGStyle
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Pattern Color Editor'
- ClientHeight = 161
- ClientWidth = 243
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object RGStyle: TRadioGroup
- Left = 5
- Top = 4
- Width = 96
- Height = 153
- Caption = '&Style:'
- Items.Strings = (
- 'None'
- 'Horizontal'
- 'Vertical'
- 'FDiagonal'
- 'BDiagonal'
- 'Cross'
- 'DiagCross')
- TabOrder = 0
- OnClick = RGStyleClick
- end
- object Button2: TButton
- Left = 160
- Top = 96
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object GroupBox1: TGroupBox
- Left = 108
- Top = 4
- Width = 129
- Height = 57
- TabOrder = 2
- object SHColor: TShape
- Left = 89
- Top = 18
- Width = 28
- Height = 23
- OnMouseUp = SHColorMouseUp
- end
- object BColor: TButton
- Left = 9
- Top = 16
- Width = 72
- Height = 25
- Caption = '&Color...'
- TabOrder = 0
- OnClick = BColorClick
- end
- end
- object Button3: TButton
- Left = 160
- Top = 128
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- OnClick = Button3Click
- end
- end
-