home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Windows / System32 / TEE50.BPL / 0 / RCDATA / TBRUSHDIALOG / TBRUSHDIALOG.txt
Encoding:
Text File  |  1999-08-11  |  1.5 KB  |  81 lines

  1. object BrushDialog: TBrushDialog
  2.   Left = 433
  3.   Top = 285
  4.   ActiveControl = RGStyle
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Pattern Color Editor'
  8.   ClientHeight = 175
  9.   ClientWidth = 243
  10.   ParentFont = True
  11.   Position = poScreenCenter
  12.   OnClose = FormClose
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object RGStyle: TRadioGroup
  17.     Left = 5
  18.     Top = 4
  19.     Width = 129
  20.     Height = 165
  21.     HelpContext = 444
  22.     Caption = 'Style:'
  23.     Items.Strings = (
  24.       '&Solid'
  25.       '&None'
  26.       '&Horizontal'
  27.       '&Vertical'
  28.       '&Diagonal'
  29.       '&Back.Diagonal'
  30.       'C&ross'
  31.       'D&iagonal Cross')
  32.     TabOrder = 0
  33.     OnClick = RGStyleClick
  34.   end
  35.   object Button2: TButton
  36.     Left = 152
  37.     Top = 112
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'OK'
  41.     Default = True
  42.     ModalResult = 1
  43.     TabOrder = 1
  44.   end
  45.   object GroupBox1: TGroupBox
  46.     Left = 143
  47.     Top = 4
  48.     Width = 93
  49.     Height = 85
  50.     TabOrder = 2
  51.     object SHColor: TShape
  52.       Left = 34
  53.       Top = 50
  54.       Width = 26
  55.       Height = 23
  56.       OnMouseUp = SHColorMouseUp
  57.     end
  58.     object BColor: TButton
  59.       Left = 9
  60.       Top = 16
  61.       Width = 75
  62.       Height = 25
  63.       HelpContext = 428
  64.       Caption = '&Color...'
  65.       TabOrder = 0
  66.       OnClick = BColorClick
  67.     end
  68.   end
  69.   object Button3: TButton
  70.     Left = 152
  71.     Top = 144
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 3
  78.     OnClick = Button3Click
  79.   end
  80. end
  81.