home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / clipma / cm32.exe / CLIPMT42.EXE / 0 / RCDATA / TFRMSELECTBITMAP / TFRMSELECTBITMAP.txt
Encoding:
Text File  |  1997-02-01  |  1.7 KB  |  85 lines

  1. object frmSelectBitmap: TfrmSelectBitmap
  2.   Left = 380
  3.   Top = 118
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select A Bitmap'
  7.   ClientHeight = 273
  8.   ClientWidth = 325
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnClose = FormClose
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 325
  20.     Height = 235
  21.     Align = alClient
  22.     BevelWidth = 2
  23.     Ctl3D = True
  24.     ParentCtl3D = False
  25.     TabOrder = 0
  26.     object DrawGrid1: TDrawGrid
  27.       Left = 6
  28.       Top = 10
  29.       Width = 311
  30.       Height = 219
  31.       Hint = 'Just pick any bitmap for your toolbar icon.'
  32.       Color = clBtnFace
  33.       ColCount = 8
  34.       Ctl3D = True
  35.       DefaultColWidth = 35
  36.       DefaultRowHeight = 35
  37.       FixedCols = 0
  38.       RowCount = 66
  39.       FixedRows = 0
  40.       ParentCtl3D = False
  41.       ScrollBars = ssVertical
  42.       TabOrder = 0
  43.       OnDrawCell = DrawGrid1DrawCell
  44.       OnSelectCell = DrawGrid1SelectCell
  45.     end
  46.   end
  47.   object Panel2: TPanel
  48.     Left = 0
  49.     Top = 235
  50.     Width = 325
  51.     Height = 38
  52.     Align = alBottom
  53.     BevelWidth = 2
  54.     TabOrder = 1
  55.     object txtFileName: TEdit
  56.       Left = 4
  57.       Top = 6
  58.       Width = 137
  59.       Height = 27
  60.       Hint = 'Filename of Selected Bitmap'
  61.       AutoSize = False
  62.       TabOrder = 0
  63.     end
  64.     object cmdOk: TBitBtn
  65.       Left = 164
  66.       Top = 8
  67.       Width = 75
  68.       Height = 25
  69.       Caption = '&OK'
  70.       TabOrder = 1
  71.       OnClick = cmdOkClick
  72.       Kind = bkOK
  73.     end
  74.     object BitBtn1: TBitBtn
  75.       Left = 244
  76.       Top = 8
  77.       Width = 75
  78.       Height = 25
  79.       HelpContext = 49
  80.       TabOrder = 2
  81.       Kind = bkHelp
  82.     end
  83.   end
  84. end
  85.