home *** CD-ROM | disk | FTP | other *** search
- object frmOpenMap: TfrmOpenMap
- Left = 416
- Top = 493
- BorderStyle = bsDialog
- Caption = 'Map Library'
- ClientHeight = 206
- ClientWidth = 282
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 4
- Top = 8
- Width = 273
- Height = 169
- Shape = bsFrame
- end
- object Button1: TButton
- Left = 148
- Top = 180
- Width = 61
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 0
- end
- object Button2: TButton
- Left = 212
- Top = 180
- Width = 61
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object ListBox1: TListBox
- Left = 12
- Top = 12
- Width = 153
- Height = 157
- ItemHeight = 13
- TabOrder = 2
- OnClick = ListBox1Click
- end
- object Button3: TButton
- Left = 172
- Top = 16
- Width = 93
- Height = 25
- Caption = '&Open Library'
- TabOrder = 3
- OnClick = Button3Click
- end
- object Button4: TButton
- Left = 172
- Top = 44
- Width = 93
- Height = 25
- Caption = '&Save Library'
- TabOrder = 4
- OnClick = Button4Click
- end
- object Panel1: TPanel
- Left = 172
- Top = 104
- Width = 93
- Height = 21
- Caption = 'Index'
- TabOrder = 5
- end
- object Panel2: TPanel
- Left = 172
- Top = 125
- Width = 93
- Height = 21
- Caption = 'W x H'
- TabOrder = 6
- end
- object Panel3: TPanel
- Left = 172
- Top = 146
- Width = 93
- Height = 21
- BevelOuter = bvLowered
- Caption = 'Count'
- TabOrder = 7
- end
- object OpenDialog: TOpenDialog
- FileEditStyle = fsEdit
- Left = 4
- Top = 176
- end
- object SaveDialog: TSaveDialog
- FileEditStyle = fsEdit
- Left = 32
- Top = 176
- end
- end
-