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

  1. object XTableEditor: TXTableEditor
  2.   Left = 200
  3.   Top = 117
  4.   HelpContext = 14067
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Edit translation table'
  8.   ClientHeight = 311
  9.   ClientWidth = 367
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Book: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 367
  24.     Height = 273
  25.     ActivePage = tsGeneral
  26.     Align = alTop
  27.     TabOrder = 0
  28.     object tsGeneral: TTabSheet
  29.       Caption = 'General'
  30.       object Label1: TLabel
  31.         Left = 16
  32.         Top = 20
  33.         Width = 66
  34.         Height = 13
  35.         Caption = '&Display name:'
  36.         FocusControl = eName
  37.       end
  38.       object Label2: TLabel
  39.         Left = 16
  40.         Top = 52
  41.         Width = 95
  42.         Height = 13
  43.         Caption = '&Character set name:'
  44.         FocusControl = eCharSet
  45.       end
  46.       object Label3: TLabel
  47.         Left = 16
  48.         Top = 100
  49.         Width = 52
  50.         Height = 13
  51.         Caption = '&Font script:'
  52.         FocusControl = cbScript
  53.       end
  54.       object eName: TEdit
  55.         Left = 160
  56.         Top = 16
  57.         Width = 185
  58.         Height = 21
  59.         TabOrder = 0
  60.       end
  61.       object eCharSet: TEdit
  62.         Left = 160
  63.         Top = 48
  64.         Width = 185
  65.         Height = 21
  66.         TabOrder = 1
  67.       end
  68.       object cbScript: TComboBox
  69.         Left = 160
  70.         Top = 96
  71.         Width = 185
  72.         Height = 21
  73.         Style = csDropDownList
  74.         ItemHeight = 13
  75.         Items.Strings = (
  76.           '(Default)'
  77.           'Arabic'
  78.           'Baltic'
  79.           'Central European'
  80.           'Chinese BIG5'
  81.           'Chinese GB-2312'
  82.           'Cyrillic'
  83.           'Greek'
  84.           'Hangul'
  85.           'Hangul (Johab)'
  86.           'Hebrew'
  87.           'Japanese'
  88.           'Mac'
  89.           'OEM/DOS'
  90.           'Symbol'
  91.           'Thai'
  92.           'Turkish'
  93.           'Western')
  94.         TabOrder = 2
  95.         OnChange = cbScriptChange
  96.       end
  97.     end
  98.     object tsTo: TTabSheet
  99.       Caption = 'Translation INTO Windows'
  100.       object gXLT: TStringGrid
  101.         Left = 8
  102.         Top = 16
  103.         Width = 345
  104.         Height = 193
  105.         ColCount = 4
  106.         FixedCols = 2
  107.         RowCount = 224
  108.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goThumbTracking]
  109.         TabOrder = 0
  110.         OnGetEditMask = gXLTGetEditMask
  111.         OnKeyPress = gXLTKeyPress
  112.         OnSetEditText = gXLTSetEditText
  113.         ColWidths = (
  114.           79
  115.           57
  116.           107
  117.           76)
  118.         RowHeights = (
  119.           24
  120.           24
  121.           24
  122.           24
  123.           24
  124.           24
  125.           24
  126.           24
  127.           24
  128.           24
  129.           24
  130.           24
  131.           24
  132.           24
  133.           24
  134.           24
  135.           24
  136.           24
  137.           24
  138.           24
  139.           24
  140.           24
  141.           24
  142.           24
  143.           24
  144.           24
  145.           24
  146.           24
  147.           24
  148.           24
  149.           24
  150.           24
  151.           24
  152.           24
  153.           24
  154.           24
  155.           24
  156.           24
  157.           24
  158.           24
  159.           24
  160.           24
  161.           24
  162.           24
  163.           24
  164.           24
  165.           24
  166.           24
  167.           24
  168.           24
  169.           24
  170.           24
  171.           24
  172.           24
  173.           24
  174.           24
  175.           24
  176.           24
  177.           24
  178.           24
  179.           24
  180.           24
  181.           24
  182.           24
  183.           24
  184.           24
  185.           24
  186.           24
  187.           24
  188.           24
  189.           24
  190.           24
  191.           24
  192.           24
  193.           24
  194.           24
  195.           24
  196.           24
  197.           24
  198.           24
  199.           24
  200.           24
  201.           24
  202.           24
  203.           24
  204.           24
  205.           24
  206.           24
  207.           24
  208.           24
  209.           24
  210.           24
  211.           24
  212.           24
  213.           24
  214.           24
  215.           24
  216.           24
  217.           24
  218.           24
  219.           24
  220.           24
  221.           24
  222.           24
  223.           24
  224.           24
  225.           24
  226.           24
  227.           24
  228.           24
  229.           24
  230.           24
  231.           24
  232.           24
  233.           24
  234.           24
  235.           24
  236.           24
  237.           24
  238.           24
  239.           24
  240.           24
  241.           24
  242.           24
  243.           24
  244.           24
  245.           24
  246.           24
  247.           24
  248.           24
  249.           24
  250.           24
  251.           24
  252.           24
  253.           24
  254.           24
  255.           24
  256.           24
  257.           24
  258.           24
  259.           24
  260.           24
  261.           24
  262.           24
  263.           24
  264.           24
  265.           24
  266.           24
  267.           24
  268.           24
  269.           24
  270.           24
  271.           24
  272.           24
  273.           24
  274.           24
  275.           24
  276.           24
  277.           24
  278.           24
  279.           24
  280.           24
  281.           24
  282.           24
  283.           24
  284.           24
  285.           24
  286.           24
  287.           24
  288.           24
  289.           24
  290.           24
  291.           24
  292.           24
  293.           24
  294.           24
  295.           24
  296.           24
  297.           24
  298.           24
  299.           24
  300.           24
  301.           24
  302.           24
  303.           24
  304.           24
  305.           24
  306.           24
  307.           24
  308.           24
  309.           24
  310.           24
  311.           24
  312.           24
  313.           24
  314.           24
  315.           24
  316.           24
  317.           24
  318.           24
  319.           24
  320.           24
  321.           24
  322.           24
  323.           24
  324.           24
  325.           24
  326.           24
  327.           24
  328.           24
  329.           24
  330.           24
  331.           24
  332.           24
  333.           24
  334.           24
  335.           24
  336.           24
  337.           24
  338.           24
  339.           24
  340.           24
  341.           24
  342.           24)
  343.       end
  344.       object bLoadXLT: TButton
  345.         Left = 8
  346.         Top = 216
  347.         Width = 81
  348.         Height = 25
  349.         Caption = '&Load...'
  350.         TabOrder = 1
  351.         OnClick = bLoadXLTClick
  352.       end
  353.       object dSaveXLT: TButton
  354.         Left = 96
  355.         Top = 216
  356.         Width = 81
  357.         Height = 25
  358.         Caption = '&Save...'
  359.         TabOrder = 2
  360.         OnClick = dSaveXLTClick
  361.       end
  362.       object bResetXLT: TButton
  363.         Left = 272
  364.         Top = 216
  365.         Width = 83
  366.         Height = 25
  367.         Caption = '&Reset'
  368.         TabOrder = 3
  369.         OnClick = bResetXLTClick
  370.       end
  371.     end
  372.     object TabSheet1: TTabSheet
  373.       Caption = 'Translation FROM Windows'
  374.       object gBXT: TStringGrid
  375.         Left = 8
  376.         Top = 16
  377.         Width = 345
  378.         Height = 193
  379.         ColCount = 4
  380.         FixedCols = 2
  381.         RowCount = 224
  382.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goThumbTracking]
  383.         TabOrder = 0
  384.         OnGetEditMask = gXLTGetEditMask
  385.         ColWidths = (
  386.           79
  387.           57
  388.           107
  389.           76)
  390.       end
  391.       object bLoadBXT: TButton
  392.         Left = 8
  393.         Top = 216
  394.         Width = 81
  395.         Height = 25
  396.         Caption = '&Load...'
  397.         TabOrder = 1
  398.         OnClick = bLoadBXTClick
  399.       end
  400.       object bSaveBXT: TButton
  401.         Left = 96
  402.         Top = 216
  403.         Width = 81
  404.         Height = 25
  405.         Caption = '&Save...'
  406.         TabOrder = 2
  407.         OnClick = bSaveBXTClick
  408.       end
  409.       object bConvert: TButton
  410.         Left = 224
  411.         Top = 216
  412.         Width = 129
  413.         Height = 25
  414.         Caption = '&Convert XLAT'
  415.         TabOrder = 3
  416.         OnClick = bConvertClick
  417.       end
  418.     end
  419.   end
  420.   object bOK: TButton
  421.     Left = 104
  422.     Top = 280
  423.     Width = 75
  424.     Height = 25
  425.     Caption = '&OK'
  426.     Default = True
  427.     ModalResult = 1
  428.     TabOrder = 1
  429.   end
  430.   object bCancel: TButton
  431.     Left = 192
  432.     Top = 280
  433.     Width = 75
  434.     Height = 25
  435.     Cancel = True
  436.     Caption = 'Cancel'
  437.     ModalResult = 2
  438.     TabOrder = 2
  439.   end
  440.   object bHelp: TButton
  441.     Left = 280
  442.     Top = 280
  443.     Width = 75
  444.     Height = 25
  445.     Caption = 'Help'
  446.     TabOrder = 3
  447.     OnClick = bHelpClick
  448.   end
  449.   object dOpen: TOpenDialog
  450.     DefaultExt = 'XLT'
  451.     FileEditStyle = fsEdit
  452.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofShareAware]
  453.     Left = 32
  454.     Top = 280
  455.   end
  456.   object dSave: TSaveDialog
  457.     DefaultExt = 'XLT'
  458.     FileEditStyle = fsEdit
  459.     Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir, ofPathMustExist]
  460.     Left = 72
  461.     Top = 280
  462.   end
  463. end
  464.