home *** CD-ROM | disk | FTP | other *** search
- object TransChooseDlg: TTransChooseDlg
- Left = 118
- Top = 96
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Info'
- ClientHeight = 276
- ClientWidth = 417
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object OkBtn: TButton
- Left = 328
- Top = 172
- Width = 81
- Height = 41
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 349
- Top = 103
- Width = 60
- Height = 30
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object HelpBtn: TButton
- Left = 349
- Top = 63
- Width = 60
- Height = 30
- Caption = 'Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- object ListBox1: TListBox
- Left = 8
- Top = 8
- Width = 313
- Height = 257
- TabStop = False
- ItemHeight = 13
- TabOrder = 3
- TabWidth = 50
- OnDblClick = ListBox1DblClick
- end
- end
-