home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Comunicatii / thebat / the_bat2.04.07.exe / thebat.exe / 0 / RCDATA / TXTABLEEDITOR / TXTABLEEDITOR.txt
Encoding:
Text File  |  2004-02-23  |  8.1 KB  |  466 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.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Book: TPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 367
  27.     Height = 273
  28.     ActivePage = tsGeneral
  29.     Align = alTop
  30.     TabIndex = 0
  31.     TabOrder = 0
  32.     object tsGeneral: TTabSheet
  33.       Caption = 'General'
  34.       object Label1: TLabel
  35.         Left = 16
  36.         Top = 20
  37.         Width = 66
  38.         Height = 13
  39.         Caption = '&Display name:'
  40.         FocusControl = eName
  41.       end
  42.       object Label2: TLabel
  43.         Left = 16
  44.         Top = 52
  45.         Width = 95
  46.         Height = 13
  47.         Caption = '&Character set name:'
  48.         FocusControl = eCharSet
  49.       end
  50.       object Label3: TLabel
  51.         Left = 16
  52.         Top = 100
  53.         Width = 52
  54.         Height = 13
  55.         Caption = '&Font script:'
  56.         FocusControl = cbScript
  57.       end
  58.       object eName: TEdit
  59.         Left = 160
  60.         Top = 16
  61.         Width = 185
  62.         Height = 21
  63.         TabOrder = 0
  64.       end
  65.       object eCharSet: TEdit
  66.         Left = 160
  67.         Top = 48
  68.         Width = 185
  69.         Height = 21
  70.         TabOrder = 1
  71.       end
  72.       object cbScript: TComboBox
  73.         Left = 160
  74.         Top = 96
  75.         Width = 185
  76.         Height = 21
  77.         Style = csDropDownList
  78.         ItemHeight = 13
  79.         TabOrder = 2
  80.         OnChange = cbScriptChange
  81.         Items.Strings = (
  82.           '(Default)'
  83.           'Arabic'
  84.           'Baltic'
  85.           'Central European'
  86.           'Chinese BIG5'
  87.           'Chinese GB-2312'
  88.           'Cyrillic'
  89.           'Greek'
  90.           'Hangul'
  91.           'Hangul (Johab)'
  92.           'Hebrew'
  93.           'Japanese'
  94.           'Mac'
  95.           'OEM/DOS'
  96.           'Symbol'
  97.           'Thai'
  98.           'Turkish'
  99.           'Western')
  100.       end
  101.     end
  102.     object tsTo: TTabSheet
  103.       Caption = 'Translation INTO Windows'
  104.       object gXLT: TStringGrid
  105.         Left = 8
  106.         Top = 16
  107.         Width = 345
  108.         Height = 193
  109.         ColCount = 4
  110.         FixedCols = 2
  111.         RowCount = 224
  112.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goThumbTracking]
  113.         TabOrder = 0
  114.         OnGetEditMask = gXLTGetEditMask
  115.         OnKeyPress = gXLTKeyPress
  116.         OnSetEditText = gXLTSetEditText
  117.         ColWidths = (
  118.           79
  119.           57
  120.           107
  121.           76)
  122.         RowHeights = (
  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.           24
  344.           24
  345.           24
  346.           24)
  347.       end
  348.       object bLoadXLT: TButton
  349.         Left = 8
  350.         Top = 216
  351.         Width = 81
  352.         Height = 25
  353.         Caption = '&Load...'
  354.         TabOrder = 1
  355.         OnClick = bLoadXLTClick
  356.       end
  357.       object dSaveXLT: TButton
  358.         Left = 96
  359.         Top = 216
  360.         Width = 81
  361.         Height = 25
  362.         Caption = '&Save...'
  363.         TabOrder = 2
  364.         OnClick = dSaveXLTClick
  365.       end
  366.       object bResetXLT: TButton
  367.         Left = 272
  368.         Top = 216
  369.         Width = 83
  370.         Height = 25
  371.         Caption = '&Reset'
  372.         TabOrder = 3
  373.         OnClick = bResetXLTClick
  374.       end
  375.     end
  376.     object TabSheet1: TTabSheet
  377.       Caption = 'Translation FROM Windows'
  378.       object gBXT: TStringGrid
  379.         Left = 8
  380.         Top = 16
  381.         Width = 345
  382.         Height = 193
  383.         ColCount = 4
  384.         FixedCols = 2
  385.         RowCount = 224
  386.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goEditing, goThumbTracking]
  387.         TabOrder = 0
  388.         OnGetEditMask = gXLTGetEditMask
  389.         ColWidths = (
  390.           79
  391.           57
  392.           107
  393.           76)
  394.       end
  395.       object bLoadBXT: TButton
  396.         Left = 8
  397.         Top = 216
  398.         Width = 81
  399.         Height = 25
  400.         Caption = '&Load...'
  401.         TabOrder = 1
  402.         OnClick = bLoadBXTClick
  403.       end
  404.       object bSaveBXT: TButton
  405.         Left = 96
  406.         Top = 216
  407.         Width = 81
  408.         Height = 25
  409.         Caption = '&Save...'
  410.         TabOrder = 2
  411.         OnClick = bSaveBXTClick
  412.       end
  413.       object bConvert: TButton
  414.         Left = 224
  415.         Top = 216
  416.         Width = 129
  417.         Height = 25
  418.         Caption = '&Convert XLAT'
  419.         TabOrder = 3
  420.         OnClick = bConvertClick
  421.       end
  422.     end
  423.   end
  424.   object bOK: TButton
  425.     Left = 104
  426.     Top = 280
  427.     Width = 75
  428.     Height = 25
  429.     Caption = '&OK'
  430.     Default = True
  431.     ModalResult = 1
  432.     TabOrder = 1
  433.   end
  434.   object bCancel: TButton
  435.     Left = 192
  436.     Top = 280
  437.     Width = 75
  438.     Height = 25
  439.     Cancel = True
  440.     Caption = 'Cancel'
  441.     ModalResult = 2
  442.     TabOrder = 2
  443.   end
  444.   object bHelp: TButton
  445.     Left = 280
  446.     Top = 280
  447.     Width = 75
  448.     Height = 25
  449.     Caption = 'Help'
  450.     TabOrder = 3
  451.     OnClick = bHelpClick
  452.   end
  453.   object dOpen: TOpenDialog
  454.     DefaultExt = 'XLT'
  455.     Options = [ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofFileMustExist, ofShareAware, ofEnableSizing]
  456.     Left = 32
  457.     Top = 280
  458.   end
  459.   object dSave: TSaveDialog
  460.     DefaultExt = 'XLT'
  461.     Options = [ofOverwritePrompt, ofHideReadOnly, ofNoChangeDir, ofPathMustExist, ofEnableSizing]
  462.     Left = 72
  463.     Top = 280
  464.   end
  465. end
  466.