home *** CD-ROM | disk | FTP | other *** search
- object XTableEditor: TXTableEditor
- Left = 200
- Top = 117
- HelpContext = 14067
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Edit Translation Table'
- ClientHeight = 311
- ClientWidth = 367
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Book: TPageControl
- Left = 0
- Top = 0
- Width = 367
- Height = 273
- ActivePage = tsGeneral
- Align = alTop
- TabIndex = 0
- TabOrder = 0
- object tsGeneral: TTabSheet
- Caption = 'General'
- object Label1: TLabel
- Left = 16
- Top = 20
- Width = 66
- Height = 13
- Caption = '&Display name:'
- FocusControl = eName
- end
- object Label2: TLabel
- Left = 16
- Top = 52
- Width = 95
- Height = 13
- Caption = '&Character set name:'
- FocusControl = eCharSet
- end
- object Label3: TLabel
- Left = 16
- Top = 100
- Width = 52
- Height = 13
- Caption = '&Font script:'
- FocusControl = cbScript
- end
- object eName: TEdit
- Left = 160
- Top = 16
- Width = 185
- Height = 21
- TabOrder = 0
- end
- object eCharSet: TEdit
- Left = 160
- Top = 48
- Width = 185
- Height = 21
- TabOrder = 1
- end
- object cbScript: TComboBox
- Left = 160
- Top = 96
- Width = 185
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- OnChange = cbScriptChange
- Items.Strings = (
- '(Default)'
- 'Arabic'
- 'Baltic'
- 'Central European'
- 'Chinese BIG5'
- 'Chinese GB-2312'
- 'Cyrillic'
- 'Greek'
- 'Hangul'
- 'Hangul (Johab)'
- 'Hebrew'
- 'Japanese'
- 'Mac'
- 'OEM/DOS'
- 'Symbol'
- 'Thai'
- 'Turkish'
- 'Western')
- end
- end
- object tsTo: TTabSheet
- Caption = 'Translation INTO Windows'
- object gXLT: TStringGrid
- Left = 8
- Top = 16
- Width = 345
- Height = 193
- ColCount = 4
- FixedCols = 2
- RowCount = 224
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goThumbTracking]
- TabOrder = 0
- OnGetEditMask = gXLTGetEditMask
- OnKeyPress = gXLTKeyPress
- OnSetEditText = gXLTSetEditText
- ColWidths = (
- 79
- 57
- 107
- 76)
- RowHeights = (
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24
- 24)
- end
- object bLoadXLT: TButton
- Left = 8
- Top = 216
- Width = 81
- Height = 25
- Caption = '&Load...'
- TabOrder = 1
- OnClick = bLoadXLTClick
- end
- object dSaveXLT: TButton
- Left = 96
- Top = 216
- Width = 81
- Height = 25
- Caption = '&Save...'
- TabOrder = 2
- OnClick = dSaveXLTClick
- end
- object bResetXLT: TButton
- Left = 272
- Top = 216
- Width = 83
- Height = 25
- Caption = '&Reset'
- TabOrder = 3
- OnClick = bResetXLTClick
- end
- end
- object TabSheet1: TTabSheet
- Caption = 'Translation FROM Windows'
- object gBXT: TStringGrid
- Left = 8
- Top = 16
- Width = 345
- Height = 193
- ColCount = 4
- FixedCols = 2
- RowCount = 224
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goThumbTracking]
- TabOrder = 0
- OnGetEditMask = gXLTGetEditMask
- ColWidths = (
- 79
- 57
- 107
- 76)
- end
- object bLoadBXT: TButton
- Left = 8
- Top = 216
- Width = 81
- Height = 25
- Caption = '&Load...'
- TabOrder = 1
- OnClick = bLoadBXTClick
- end
- object bSaveBXT: TButton
- Left = 96
- Top = 216
- Width = 81
- Height = 25
- Caption = '&Save...'
- TabOrder = 2
- OnClick = bSaveBXTClick
- end
- object bConvert: TButton
- Left = 224
- Top = 216
- Width = 129
- Height = 25
- Caption = '&Convert XLAT'
- TabOrder = 3
- OnClick = bConvertClick
- end
- end
- end
- object bOK: TButton
- Left = 104
- Top = 280
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object bCancel: TButton
- Left = 192
- Top = 280
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object bHelp: TButton
- Left = 280
- Top = 280
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 3
- OnClick = bHelpClick
- end
- object dOpen: TOpenDialog
- DefaultExt = 'XLT'
- Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofShareAware, ofEnableSizing]
- Left = 32
- Top = 280
- end
- object dSave: TSaveDialog
- DefaultExt = 'XLT'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofEnableSizing]
- Left = 72
- Top = 280
- end
- end
-