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

  1. object XlatManager: TXlatManager
  2.   Left = 179
  3.   Top = 126
  4.   HelpContext = 10037
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'XLat Manager'
  8.   ClientHeight = 235
  9.   ClientWidth = 374
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 32
  24.     Height = 13
  25.     Caption = '&Tables'
  26.   end
  27.   object lTables: TListBox
  28.     Left = 8
  29.     Top = 44
  30.     Width = 249
  31.     Height = 181
  32.     ItemHeight = 16
  33.     Style = lbOwnerDrawFixed
  34.     TabOrder = 0
  35.     OnDrawItem = lTablesDrawItem
  36.   end
  37.   object bOK: TButton
  38.     Left = 272
  39.     Top = 16
  40.     Width = 89
  41.     Height = 25
  42.     Cancel = True
  43.     Caption = '&Close'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 1
  47.   end
  48.   object bAdd: TButton
  49.     Left = 272
  50.     Top = 64
  51.     Width = 89
  52.     Height = 25
  53.     Caption = '&Add...'
  54.     TabOrder = 2
  55.     OnClick = bAddClick
  56.   end
  57.   object bDelete: TButton
  58.     Left = 272
  59.     Top = 96
  60.     Width = 89
  61.     Height = 25
  62.     Caption = '&Delete'
  63.     TabOrder = 3
  64.     OnClick = bDeleteClick
  65.   end
  66.   object hTables: THeaderControl
  67.     Left = 8
  68.     Top = 24
  69.     Width = 249
  70.     Height = 21
  71.     Align = alNone
  72.     Sections = <
  73.       item
  74.         AllowClick = False
  75.         MaxWidth = 200
  76.         MinWidth = 150
  77.         Text = 'Name'
  78.         Width = 150
  79.       end
  80.       item
  81.         AllowClick = False
  82.         MaxWidth = 1000
  83.         MinWidth = 100
  84.         Text = 'Character Set'
  85.         Width = 100
  86.       end>
  87.     OnSectionResize = hTablesSectionResize
  88.   end
  89.   object bReset: TButton
  90.     Left = 272
  91.     Top = 200
  92.     Width = 89
  93.     Height = 25
  94.     Caption = '&Reset'
  95.     TabOrder = 6
  96.     OnClick = bResetClick
  97.   end
  98.   object bEdit: TButton
  99.     Left = 272
  100.     Top = 132
  101.     Width = 89
  102.     Height = 25
  103.     Caption = '&Edit...'
  104.     TabOrder = 5
  105.     OnClick = bEditClick
  106.   end
  107.   object bHelp: TButton
  108.     Left = 272
  109.     Top = 164
  110.     Width = 89
  111.     Height = 25
  112.     Caption = 'Help'
  113.     TabOrder = 7
  114.     OnClick = bHelpClick
  115.   end
  116. end
  117.