home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 September / PCWorld_2008-09_cd.bin / system / processmeter / procmeter.exe / processmeter.exe / 0 / RCDATA / TBRUSHDIALOG / TBRUSHDIALOG.txt < prev   
Text File  |  2008-03-26  |  3KB  |  176 lines

  1. object BrushDialog: TBrushDialog
  2.   Left = 351
  3.   Top = 326
  4.   ActiveControl = LStyle
  5.   AutoScroll = False
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Pattern Color Editor'
  8.   ClientHeight = 158
  9.   ClientWidth = 325
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   OldCreateOrder = True
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ImageMetal: TImage
  20.     Left = 240
  21.     Top = 72
  22.     Width = 16
  23.     Height = 16
  24.     AutoSize = True
  25.     Picture.Data = {<image000.bmp>}
  26.     Visible = False
  27.   end
  28.   object ImageWood: TImage
  29.     Left = 240
  30.     Top = 88
  31.     Width = 16
  32.     Height = 16
  33.     AutoSize = True
  34.     Picture.Data = {<image001.bmp>}
  35.     Visible = False
  36.   end
  37.   object ImageStone: TImage
  38.     Left = 240
  39.     Top = 104
  40.     Width = 16
  41.     Height = 16
  42.     AutoSize = True
  43.     Picture.Data = {<image002.bmp>}
  44.     Visible = False
  45.   end
  46.   object ImageClouds: TImage
  47.     Left = 256
  48.     Top = 72
  49.     Width = 32
  50.     Height = 32
  51.     AutoSize = True
  52.     Picture.Data = {<image003.bmp>}
  53.     Visible = False
  54.   end
  55.   object ImageGrass: TImage
  56.     Left = 288
  57.     Top = 72
  58.     Width = 32
  59.     Height = 32
  60.     AutoSize = True
  61.     Picture.Data = {<image004.bmp>}
  62.     Visible = False
  63.   end
  64.   object ImageFire: TImage
  65.     Left = 256
  66.     Top = 104
  67.     Width = 32
  68.     Height = 32
  69.     AutoSize = True
  70.     Picture.Data = {<image005.bmp>}
  71.     Visible = False
  72.   end
  73.   object ImageSnow: TImage
  74.     Left = 288
  75.     Top = 104
  76.     Width = 32
  77.     Height = 32
  78.     AutoSize = True
  79.     Picture.Data = {<image006.bmp>}
  80.     Visible = False
  81.   end
  82.   object Button2: TButton
  83.     Left = 243
  84.     Top = 3
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'OK'
  88.     Default = True
  89.     ModalResult = 1
  90.     TabOrder = 1
  91.   end
  92.   object BColor: TButtonColor
  93.     Left = 148
  94.     Top = 3
  95.     HelpContext = 1490
  96.     Caption = '&Color...'
  97.     TabOrder = 0
  98.   end
  99.   object Button3: TButton
  100.     Left = 243
  101.     Top = 40
  102.     Width = 75
  103.     Height = 25
  104.     Cancel = True
  105.     Caption = 'Cancel'
  106.     ModalResult = 2
  107.     TabOrder = 2
  108.     OnClick = Button3Click
  109.   end
  110.   object GroupBox2: TGroupBox
  111.     Left = 139
  112.     Top = 40
  113.     Width = 92
  114.     Height = 113
  115.     Caption = 'Image:'
  116.     TabOrder = 3
  117.     object Image1: TImage
  118.       Left = 13
  119.       Top = 56
  120.       Width = 64
  121.       Height = 48
  122.       Stretch = True
  123.     end
  124.     object Button1: TButton
  125.       Left = 8
  126.       Top = 21
  127.       Width = 75
  128.       Height = 25
  129.       HelpContext = 1376
  130.       Caption = '&Image...'
  131.       TabOrder = 0
  132.       OnClick = Button1Click
  133.     end
  134.   end
  135.   object LStyle: TListBox
  136.     Left = 3
  137.     Top = 3
  138.     Width = 129
  139.     Height = 149
  140.     HelpContext = 1490
  141.     Style = lbOwnerDrawFixed
  142.     ItemHeight = 16
  143.     Items.Strings = (
  144.       'Solid'
  145.       'None'
  146.       'Horizontal'
  147.       'Vertical'
  148.       'Diagonal'
  149.       'Back Diagonal'
  150.       'Cross'
  151.       'Diagonal Cross'
  152.       'Fill 80%'
  153.       'Fill 60%'
  154.       'Fill 40%'
  155.       'Fill 20%'
  156.       'Fill 10%'
  157.       'Zig zag'
  158.       'Vertical small'
  159.       'Horiz. small'
  160.       'Diag. small'
  161.       'Back Diag. small'
  162.       'Cross small'
  163.       'Diag. Cross small'
  164.       'Metal'
  165.       'Wood'
  166.       'Stone'
  167.       'Clouds'
  168.       'Grass'
  169.       'Fire'
  170.       'Snow')
  171.     TabOrder = 4
  172.     OnClick = LStyleClick
  173.     OnDrawItem = LStyleDrawItem
  174.   end
  175. end
  176.