home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TTRANSLATIONEXPORTDLG / TTRANSLATIONEXPORTDLG.txt
Encoding:
Text File  |  1999-03-17  |  6.4 KB  |  286 lines

  1. object TranslationExportDlg: TTranslationExportDlg
  2.   Left = 388
  3.   Top = 173
  4.   ActiveControl = OK
  5.   BorderStyle = bsDialog
  6.   Caption = 'Translation export options'
  7.   ClientHeight = 358
  8.   ClientWidth = 358
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clBlack
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object SubsetFileLabel: TLabel
  22.     Left = 8
  23.     Top = 224
  24.     Width = 78
  25.     Height = 16
  26.     Hint = 
  27.       'Determine the name of the subset file with elements whose transl' +
  28.       'ation will be exported'
  29.     Caption = 'Subset &file:'
  30.     Enabled = False
  31.     FocusControl = SubsetFileEdit
  32.   end
  33.   object RangeEditLabel: TLabel
  34.     Left = 8
  35.     Top = 280
  36.     Width = 51
  37.     Height = 16
  38.     Hint = 'Select the range of element numbers to output'
  39.     Caption = 'Rang&e:'
  40.     Enabled = False
  41.   end
  42.   object OK: TBitBtn
  43.     Left = 233
  44.     Top = 10
  45.     Width = 120
  46.     Height = 33
  47.     Hint = 'Start exporting the translation file'
  48.     Caption = '&OK'
  49.     TabOrder = 3
  50.     OnClick = OKClick
  51.     Kind = bkOK
  52.     Margin = 2
  53.     Spacing = -1
  54.     IsControl = True
  55.   end
  56.   object CancelBtn: TBitBtn
  57.     Left = 233
  58.     Top = 46
  59.     Width = 120
  60.     Height = 33
  61.     Hint = 'Do not export the translation'
  62.     Caption = '&Cancel'
  63.     TabOrder = 4
  64.     Kind = bkCancel
  65.     Margin = 2
  66.     Spacing = -1
  67.     IsControl = True
  68.   end
  69.   object HelpBtn: TBitBtn
  70.     Left = 233
  71.     Top = 81
  72.     Width = 120
  73.     Height = 33
  74.     TabOrder = 5
  75.     Visible = False
  76.     Kind = bkHelp
  77.     Margin = 2
  78.     Spacing = -1
  79.     IsControl = True
  80.   end
  81.   object SubsetFileEdit: TEdit
  82.     Left = 8
  83.     Top = 248
  84.     Width = 345
  85.     Height = 23
  86.     Hint = 
  87.       'Determine the name of the subset file with elements whose transl' +
  88.       'ation will be exported'
  89.     CharCase = ecUpperCase
  90.     Enabled = False
  91.     Font.Charset = DEFAULT_CHARSET
  92.     Font.Color = clBlack
  93.     Font.Height = -12
  94.     Font.Name = 'Arial'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 7
  98.     OnChange = SubsetFileEditChange
  99.   end
  100.   object BrowseButton: TButton
  101.     Left = 256
  102.     Top = 220
  103.     Width = 97
  104.     Height = 25
  105.     Hint = 'Browse for a subset file'
  106.     Caption = '&Browse'
  107.     Enabled = False
  108.     TabOrder = 6
  109.     OnClick = BrowseButtonClick
  110.   end
  111.   object NotDuplicated: TCheckBox
  112.     Left = 8
  113.     Top = 304
  114.     Width = 249
  115.     Height = 17
  116.     Hint = 
  117.       'Determine if the duplicated texts and their translations should ' +
  118.       'appear more than once in the translation file'
  119.     Caption = 'Do not output &duplicated entries'
  120.     Checked = True
  121.     Enabled = False
  122.     State = cbChecked
  123.     TabOrder = 8
  124.     OnClick = NotDuplicatedClick
  125.   end
  126.   object GroupBox1: TGroupBox
  127.     Left = 8
  128.     Top = 0
  129.     Width = 177
  130.     Height = 113
  131.     Caption = 'Sorting'
  132.     TabOrder = 0
  133.     object ByOriginal: TRadioButton
  134.       Left = 16
  135.       Top = 24
  136.       Width = 140
  137.       Height = 17
  138.       Hint = 'Sort the translation file by original texts'
  139.       Caption = 'By &original text'
  140.       TabOrder = 0
  141.       OnClick = ByOriginalClick
  142.     end
  143.     object ByTranslation: TRadioButton
  144.       Left = 16
  145.       Top = 48
  146.       Width = 140
  147.       Height = 17
  148.       Hint = 'Sort the translation file by translation texts'
  149.       Caption = 'By &translation'
  150.       Checked = True
  151.       TabOrder = 1
  152.       TabStop = True
  153.       OnClick = ByOriginalClick
  154.     end
  155.     object ByOccurrence: TRadioButton
  156.       Left = 16
  157.       Top = 72
  158.       Width = 140
  159.       Height = 17
  160.       Hint = 
  161.         'Sort the translation file by the sequence in which texts occur i' +
  162.         'n the collection'
  163.       Caption = 'By o&ccurrence'
  164.       TabOrder = 2
  165.       OnClick = ByOriginalClick
  166.     end
  167.   end
  168.   object GroupBox2: TGroupBox
  169.     Left = 192
  170.     Top = 120
  171.     Width = 161
  172.     Height = 97
  173.     Caption = 'Output elements'
  174.     TabOrder = 2
  175.     object WholeSystem: TRadioButton
  176.       Left = 16
  177.       Top = 24
  178.       Width = 130
  179.       Height = 17
  180.       Hint = 'Export the translation of the entire knowledge sytem'
  181.       Caption = '&Whole system'
  182.       Checked = True
  183.       Enabled = False
  184.       TabOrder = 0
  185.       TabStop = True
  186.       OnClick = WholeSystemClick
  187.     end
  188.     object Subset: TRadioButton
  189.       Left = 16
  190.       Top = 48
  191.       Width = 130
  192.       Height = 17
  193.       Hint = 'Export only translations of the subset of elements'
  194.       Caption = '&Subset'
  195.       Enabled = False
  196.       TabOrder = 1
  197.       OnClick = SubsetClick
  198.     end
  199.     object Range: TRadioButton
  200.       Left = 16
  201.       Top = 72
  202.       Width = 113
  203.       Height = 17
  204.       Hint = 'Export only translations of a range of element numbers'
  205.       Caption = 'Ran&ge'
  206.       Enabled = False
  207.       TabOrder = 2
  208.       OnClick = SubsetClick
  209.     end
  210.   end
  211.   object GroupBox3: TGroupBox
  212.     Left = 8
  213.     Top = 120
  214.     Width = 177
  215.     Height = 97
  216.     Caption = 'Output texts'
  217.     TabOrder = 1
  218.     object Translated: TRadioButton
  219.       Left = 16
  220.       Top = 24
  221.       Width = 157
  222.       Height = 17
  223.       Hint = 
  224.         'Output only texts that have been translated with their translati' +
  225.         'ons'
  226.       Caption = 'Only t&ranslated'
  227.       Checked = True
  228.       Enabled = False
  229.       TabOrder = 0
  230.       TabStop = True
  231.       OnClick = TranslatedClick
  232.     end
  233.     object Untranslated: TRadioButton
  234.       Left = 16
  235.       Top = 48
  236.       Width = 157
  237.       Height = 17
  238.       Hint = 'Output only texts whose translations are missing'
  239.       Caption = '&Not translated'
  240.       Enabled = False
  241.       TabOrder = 1
  242.       OnClick = TranslatedClick
  243.     end
  244.     object All: TRadioButton
  245.       Left = 16
  246.       Top = 72
  247.       Width = 157
  248.       Height = 17
  249.       Hint = 'Export both translated and untranslated texts'
  250.       Caption = '&All texts'
  251.       Enabled = False
  252.       TabOrder = 2
  253.       OnClick = TranslatedClick
  254.     end
  255.   end
  256.   object RangeEdit: TEdit
  257.     Left = 72
  258.     Top = 276
  259.     Width = 281
  260.     Height = 23
  261.     Hint = 'Select the range of element numbers to output'
  262.     Enabled = False
  263.     Font.Charset = DEFAULT_CHARSET
  264.     Font.Color = clBlack
  265.     Font.Height = -12
  266.     Font.Name = 'Arial'
  267.     Font.Style = []
  268.     ParentFont = False
  269.     TabOrder = 9
  270.     OnChange = RangeEditChange
  271.   end
  272.   object Context: TCheckBox
  273.     Left = 8
  274.     Top = 328
  275.     Width = 257
  276.     Height = 17
  277.     Hint = 
  278.       'Determine if the full context of untranslated items should be ex' +
  279.       'ported'
  280.     Caption = 'Output conte&xt'
  281.     Enabled = False
  282.     TabOrder = 10
  283.     OnClick = ContextClick
  284.   end
  285. end
  286.