home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / AstroMart / _SETUP.1 / Astro5.exe / 0 / RCDATA / TTRANSCHOOSEDLG / TTRANSCHOOSEDLG.txt
Encoding:
Text File  |  1998-05-13  |  1.0 KB  |  58 lines

  1. object TransChooseDlg: TTransChooseDlg
  2.   Left = 118
  3.   Top = 96
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Info'
  7.   ClientHeight = 276
  8.   ClientWidth = 417
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object OkBtn: TButton
  18.     Left = 328
  19.     Top = 172
  20.     Width = 81
  21.     Height = 41
  22.     Caption = 'Ok'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object CancelBtn: TButton
  28.     Left = 349
  29.     Top = 103
  30.     Width = 60
  31.     Height = 30
  32.     Cancel = True
  33.     Caption = 'Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.   end
  37.   object HelpBtn: TButton
  38.     Left = 349
  39.     Top = 63
  40.     Width = 60
  41.     Height = 30
  42.     Caption = 'Help'
  43.     TabOrder = 2
  44.     OnClick = HelpBtnClick
  45.   end
  46.   object ListBox1: TListBox
  47.     Left = 8
  48.     Top = 8
  49.     Width = 313
  50.     Height = 257
  51.     TabStop = False
  52.     ItemHeight = 13
  53.     TabOrder = 3
  54.     TabWidth = 50
  55.     OnDblClick = ListBox1DblClick
  56.   end
  57. end
  58.