home *** CD-ROM | disk | FTP | other *** search
- object XlatManager: TXlatManager
- Left = 179
- Top = 126
- HelpContext = 10037
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'XLat Manager'
- ClientHeight = 235
- ClientWidth = 374
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 32
- Height = 13
- Caption = '&Tables'
- end
- object lTables: TListBox
- Left = 8
- Top = 44
- Width = 249
- Height = 181
- ItemHeight = 16
- Style = lbOwnerDrawFixed
- TabOrder = 0
- OnDrawItem = lTablesDrawItem
- end
- object bOK: TButton
- Left = 272
- Top = 16
- Width = 89
- Height = 25
- Cancel = True
- Caption = '&Close'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object bAdd: TButton
- Left = 272
- Top = 64
- Width = 89
- Height = 25
- Caption = '&Add...'
- TabOrder = 2
- OnClick = bAddClick
- end
- object bDelete: TButton
- Left = 272
- Top = 96
- Width = 89
- Height = 25
- Caption = '&Delete'
- TabOrder = 3
- OnClick = bDeleteClick
- end
- object hTables: THeaderControl
- Left = 8
- Top = 24
- Width = 249
- Height = 21
- Align = alNone
- Sections = <
- item
- AllowClick = False
- MaxWidth = 200
- MinWidth = 150
- Text = 'Name'
- Width = 150
- end
- item
- AllowClick = False
- MaxWidth = 1000
- MinWidth = 100
- Text = 'Character Set'
- Width = 100
- end>
- OnSectionResize = hTablesSectionResize
- end
- object bReset: TButton
- Left = 272
- Top = 200
- Width = 89
- Height = 25
- Caption = '&Reset'
- TabOrder = 6
- OnClick = bResetClick
- end
- object bEdit: TButton
- Left = 272
- Top = 132
- Width = 89
- Height = 25
- Caption = '&Edit...'
- TabOrder = 5
- OnClick = bEditClick
- end
- object bHelp: TButton
- Left = 272
- Top = 164
- Width = 89
- Height = 25
- Caption = 'Help'
- TabOrder = 7
- OnClick = bHelpClick
- end
- end
-