home *** CD-ROM | disk | FTP | other *** search
- object frmSelectBitmap: TfrmSelectBitmap
- Left = 380
- Top = 118
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Select A Bitmap'
- ClientHeight = 273
- ClientWidth = 325
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 325
- Height = 235
- Align = alClient
- BevelWidth = 2
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 0
- object DrawGrid1: TDrawGrid
- Left = 6
- Top = 10
- Width = 311
- Height = 219
- Hint = 'Just pick any bitmap for your toolbar icon.'
- Color = clBtnFace
- ColCount = 8
- Ctl3D = True
- DefaultColWidth = 35
- DefaultRowHeight = 35
- FixedCols = 0
- RowCount = 66
- FixedRows = 0
- ParentCtl3D = False
- ScrollBars = ssVertical
- TabOrder = 0
- OnDrawCell = DrawGrid1DrawCell
- OnSelectCell = DrawGrid1SelectCell
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 235
- Width = 325
- Height = 38
- Align = alBottom
- BevelWidth = 2
- TabOrder = 1
- object txtFileName: TEdit
- Left = 4
- Top = 6
- Width = 137
- Height = 27
- Hint = 'Filename of Selected Bitmap'
- AutoSize = False
- TabOrder = 0
- end
- object cmdOk: TBitBtn
- Left = 164
- Top = 8
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 1
- OnClick = cmdOkClick
- Kind = bkOK
- end
- object BitBtn1: TBitBtn
- Left = 244
- Top = 8
- Width = 75
- Height = 25
- HelpContext = 49
- TabOrder = 2
- Kind = bkHelp
- end
- end
- end
-