home *** CD-ROM | disk | FTP | other *** search
- object TranslationExportDlg: TTranslationExportDlg
- Left = 388
- Top = 173
- ActiveControl = OK
- BorderStyle = bsDialog
- Caption = 'Translation export options'
- ClientHeight = 358
- ClientWidth = 358
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- OldCreateOrder = True
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object SubsetFileLabel: TLabel
- Left = 8
- Top = 224
- Width = 78
- Height = 16
- Hint =
- 'Determine the name of the subset file with elements whose transl' +
- 'ation will be exported'
- Caption = 'Subset &file:'
- Enabled = False
- FocusControl = SubsetFileEdit
- end
- object RangeEditLabel: TLabel
- Left = 8
- Top = 280
- Width = 51
- Height = 16
- Hint = 'Select the range of element numbers to output'
- Caption = 'Rang&e:'
- Enabled = False
- end
- object OK: TBitBtn
- Left = 233
- Top = 10
- Width = 120
- Height = 33
- Hint = 'Start exporting the translation file'
- Caption = '&OK'
- TabOrder = 3
- OnClick = OKClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 233
- Top = 46
- Width = 120
- Height = 33
- Hint = 'Do not export the translation'
- Caption = '&Cancel'
- TabOrder = 4
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 233
- Top = 81
- Width = 120
- Height = 33
- TabOrder = 5
- Visible = False
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object SubsetFileEdit: TEdit
- Left = 8
- Top = 248
- Width = 345
- Height = 23
- Hint =
- 'Determine the name of the subset file with elements whose transl' +
- 'ation will be exported'
- CharCase = ecUpperCase
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- OnChange = SubsetFileEditChange
- end
- object BrowseButton: TButton
- Left = 256
- Top = 220
- Width = 97
- Height = 25
- Hint = 'Browse for a subset file'
- Caption = '&Browse'
- Enabled = False
- TabOrder = 6
- OnClick = BrowseButtonClick
- end
- object NotDuplicated: TCheckBox
- Left = 8
- Top = 304
- Width = 249
- Height = 17
- Hint =
- 'Determine if the duplicated texts and their translations should ' +
- 'appear more than once in the translation file'
- Caption = 'Do not output &duplicated entries'
- Checked = True
- Enabled = False
- State = cbChecked
- TabOrder = 8
- OnClick = NotDuplicatedClick
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 0
- Width = 177
- Height = 113
- Caption = 'Sorting'
- TabOrder = 0
- object ByOriginal: TRadioButton
- Left = 16
- Top = 24
- Width = 140
- Height = 17
- Hint = 'Sort the translation file by original texts'
- Caption = 'By &original text'
- TabOrder = 0
- OnClick = ByOriginalClick
- end
- object ByTranslation: TRadioButton
- Left = 16
- Top = 48
- Width = 140
- Height = 17
- Hint = 'Sort the translation file by translation texts'
- Caption = 'By &translation'
- Checked = True
- TabOrder = 1
- TabStop = True
- OnClick = ByOriginalClick
- end
- object ByOccurrence: TRadioButton
- Left = 16
- Top = 72
- Width = 140
- Height = 17
- Hint =
- 'Sort the translation file by the sequence in which texts occur i' +
- 'n the collection'
- Caption = 'By o&ccurrence'
- TabOrder = 2
- OnClick = ByOriginalClick
- end
- end
- object GroupBox2: TGroupBox
- Left = 192
- Top = 120
- Width = 161
- Height = 97
- Caption = 'Output elements'
- TabOrder = 2
- object WholeSystem: TRadioButton
- Left = 16
- Top = 24
- Width = 130
- Height = 17
- Hint = 'Export the translation of the entire knowledge sytem'
- Caption = '&Whole system'
- Checked = True
- Enabled = False
- TabOrder = 0
- TabStop = True
- OnClick = WholeSystemClick
- end
- object Subset: TRadioButton
- Left = 16
- Top = 48
- Width = 130
- Height = 17
- Hint = 'Export only translations of the subset of elements'
- Caption = '&Subset'
- Enabled = False
- TabOrder = 1
- OnClick = SubsetClick
- end
- object Range: TRadioButton
- Left = 16
- Top = 72
- Width = 113
- Height = 17
- Hint = 'Export only translations of a range of element numbers'
- Caption = 'Ran&ge'
- Enabled = False
- TabOrder = 2
- OnClick = SubsetClick
- end
- end
- object GroupBox3: TGroupBox
- Left = 8
- Top = 120
- Width = 177
- Height = 97
- Caption = 'Output texts'
- TabOrder = 1
- object Translated: TRadioButton
- Left = 16
- Top = 24
- Width = 157
- Height = 17
- Hint =
- 'Output only texts that have been translated with their translati' +
- 'ons'
- Caption = 'Only t&ranslated'
- Checked = True
- Enabled = False
- TabOrder = 0
- TabStop = True
- OnClick = TranslatedClick
- end
- object Untranslated: TRadioButton
- Left = 16
- Top = 48
- Width = 157
- Height = 17
- Hint = 'Output only texts whose translations are missing'
- Caption = '&Not translated'
- Enabled = False
- TabOrder = 1
- OnClick = TranslatedClick
- end
- object All: TRadioButton
- Left = 16
- Top = 72
- Width = 157
- Height = 17
- Hint = 'Export both translated and untranslated texts'
- Caption = '&All texts'
- Enabled = False
- TabOrder = 2
- OnClick = TranslatedClick
- end
- end
- object RangeEdit: TEdit
- Left = 72
- Top = 276
- Width = 281
- Height = 23
- Hint = 'Select the range of element numbers to output'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 9
- OnChange = RangeEditChange
- end
- object Context: TCheckBox
- Left = 8
- Top = 328
- Width = 257
- Height = 17
- Hint =
- 'Determine if the full context of untranslated items should be ex' +
- 'ported'
- Caption = 'Output conte&xt'
- Enabled = False
- TabOrder = 10
- OnClick = ContextClick
- end
- end
-