home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / tema / thebat / download / update / thebat.exe / 0 / RCDATA / TNEWDICSETUP / TNEWDICSETUP.txt
Text File  |  2001-09-09  |  1KB  |  76 lines

  1. object NewDicSetup: TNewDicSetup
  2.   Left = 200
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'New dictionary'
  6.   ClientHeight = 111
  7.   ClientWidth = 305
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 52
  19.     Width = 51
  20.     Height = 13
  21.     Caption = '&Language:'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 8
  25.     Top = 20
  26.     Width = 19
  27.     Height = 13
  28.     Caption = '&File:'
  29.   end
  30.   object eFile: TEdit
  31.     Left = 64
  32.     Top = 16
  33.     Width = 145
  34.     Height = 21
  35.     TabOrder = 0
  36.   end
  37.   object bBrowse: TButton
  38.     Left = 224
  39.     Top = 14
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&Browse'
  43.     TabOrder = 1
  44.     OnClick = bBrowseClick
  45.   end
  46.   object bOK: TButton
  47.     Left = 136
  48.     Top = 80
  49.     Width = 75
  50.     Height = 25
  51.     Caption = '&OK'
  52.     Default = True
  53.     ModalResult = 1
  54.     TabOrder = 2
  55.   end
  56.   object bCancel: TButton
  57.     Left = 224
  58.     Top = 80
  59.     Width = 75
  60.     Height = 25
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 3
  65.   end
  66.   object cbLng: TComboBox
  67.     Left = 64
  68.     Top = 48
  69.     Width = 145
  70.     Height = 21
  71.     Style = csDropDownList
  72.     ItemHeight = 13
  73.     TabOrder = 4
  74.   end
  75. end
  76.