home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 mARCH / PCWK3A99.iso / Polskie / Malabibl / _SETUP.1 / teeui30.dpl / 0 / RCDATA / TBRUSHDIALOG / TBRUSHDIALOG.txt
Text File  |  1997-08-05  |  2KB  |  81 lines

  1. object BrushDialog: TBrushDialog
  2.   Left = 180
  3.   Top = 34
  4.   ActiveControl = RGStyle
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Pattern Color Editor'
  8.   ClientHeight = 161
  9.   ClientWidth = 243
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object RGStyle: TRadioGroup
  20.     Left = 5
  21.     Top = 4
  22.     Width = 96
  23.     Height = 153
  24.     Caption = '&Style:'
  25.     Items.Strings = (
  26.       'None'
  27.       'Horizontal'
  28.       'Vertical'
  29.       'FDiagonal'
  30.       'BDiagonal'
  31.       'Cross'
  32.       'DiagCross')
  33.     TabOrder = 0
  34.     OnClick = RGStyleClick
  35.   end
  36.   object Button2: TButton
  37.     Left = 160
  38.     Top = 96
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'OK'
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 1
  45.   end
  46.   object GroupBox1: TGroupBox
  47.     Left = 108
  48.     Top = 4
  49.     Width = 129
  50.     Height = 57
  51.     TabOrder = 2
  52.     object SHColor: TShape
  53.       Left = 89
  54.       Top = 18
  55.       Width = 28
  56.       Height = 23
  57.       OnMouseUp = SHColorMouseUp
  58.     end
  59.     object BColor: TButton
  60.       Left = 9
  61.       Top = 16
  62.       Width = 72
  63.       Height = 25
  64.       Caption = '&Color...'
  65.       TabOrder = 0
  66.       OnClick = BColorClick
  67.     end
  68.   end
  69.   object Button3: TButton
  70.     Left = 160
  71.     Top = 128
  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.