home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / SpeedFan / installspeedfan444.exe / speedfan.exe / 0 / RCDATA / TFRMDICTIONARYPROMPT / TFRMDICTIONARYPROMPT.txt
Text File  |  2011-07-13  |  8KB  |  295 lines

  1. object frmDictionaryPrompt: TfrmDictionaryPrompt
  2.   Left = 195
  3.   Top = 116
  4.   Width = 524
  5.   Height = 373
  6.   BorderIcons = [biSystemMenu]
  7.   BorderWidth = 4
  8.   Caption = 'Dictionary'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pnBottom: TPanel
  21.     Left = 0
  22.     Top = 294
  23.     Width = 508
  24.     Height = 37
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     object btOK: TButton
  29.       Left = 353
  30.       Top = 10
  31.       Width = 75
  32.       Height = 23
  33.       Anchors = [akRight, akBottom]
  34.       Caption = 'OK'
  35.       Default = True
  36.       ModalResult = 1
  37.       TabOrder = 0
  38.     end
  39.     object btCancel: TButton
  40.       Left = 433
  41.       Top = 10
  42.       Width = 75
  43.       Height = 23
  44.       Anchors = [akRight, akBottom]
  45.       Cancel = True
  46.       Caption = 'Cancel'
  47.       ModalResult = 2
  48.       TabOrder = 1
  49.     end
  50.     object ckbDontAsk: TCheckBox
  51.       Left = 4
  52.       Top = 8
  53.       Width = 225
  54.       Height = 17
  55.       Caption = '&Remember for this session'
  56.       TabOrder = 2
  57.     end
  58.   end
  59.   object pnDictionary: TPanel
  60.     Left = 0
  61.     Top = 269
  62.     Width = 508
  63.     Height = 25
  64.     Align = alBottom
  65.     Alignment = taLeftJustify
  66.     BevelOuter = bvLowered
  67.     TabOrder = 1
  68.     object btDictionary: TButton
  69.       Left = 487
  70.       Top = 0
  71.       Width = 21
  72.       Height = 21
  73.       Anchors = [akTop, akRight]
  74.       Caption = '...'
  75.       TabOrder = 0
  76.       OnClick = btDictionaryClick
  77.     end
  78.   end
  79.   object pnCenter: TPanel
  80.     Left = 0
  81.     Top = 0
  82.     Width = 311
  83.     Height = 269
  84.     Align = alClient
  85.     BevelOuter = bvNone
  86.     TabOrder = 2
  87.     object pnUserLanguages: TPanel
  88.       Left = 0
  89.       Top = 0
  90.       Width = 153
  91.       Height = 269
  92.       Align = alLeft
  93.       BevelOuter = bvNone
  94.       ParentColor = True
  95.       TabOrder = 0
  96.       object Label1: TLabel
  97.         Left = 0
  98.         Top = 0
  99.         Width = 153
  100.         Height = 17
  101.         Align = alTop
  102.         AutoSize = False
  103.         Caption = 'Select base language:'
  104.         Font.Charset = DEFAULT_CHARSET
  105.         Font.Color = clWindowText
  106.         Font.Height = -11
  107.         Font.Name = 'Tahoma'
  108.         Font.Style = [fsBold]
  109.         ParentFont = False
  110.         Layout = tlCenter
  111.       end
  112.       object lbxBase: TListBox
  113.         Left = 0
  114.         Top = 17
  115.         Width = 153
  116.         Height = 252
  117.         Align = alClient
  118.         ItemHeight = 16
  119.         Style = lbOwnerDrawFixed
  120.         TabOrder = 0
  121.         OnClick = lbxBaseClick
  122.         OnDrawItem = lbxDictionaryDrawItem
  123.       end
  124.     end
  125.     object pnDicLanguages: TPanel
  126.       Left = 153
  127.       Top = 0
  128.       Width = 158
  129.       Height = 269
  130.       Align = alClient
  131.       BevelOuter = bvNone
  132.       ParentColor = True
  133.       TabOrder = 1
  134.       object Label2: TLabel
  135.         Left = 0
  136.         Top = 0
  137.         Width = 158
  138.         Height = 17
  139.         Align = alTop
  140.         AutoSize = False
  141.         Caption = 'Languages in Dictionary:'
  142.         Font.Charset = DEFAULT_CHARSET
  143.         Font.Color = clWindowText
  144.         Font.Height = -11
  145.         Font.Name = 'Tahoma'
  146.         Font.Style = [fsBold]
  147.         ParentFont = False
  148.         Layout = tlCenter
  149.       end
  150.       object lbxDictionary: TListBox
  151.         Left = 0
  152.         Top = 17
  153.         Width = 158
  154.         Height = 252
  155.         Align = alClient
  156.         Color = clBtnFace
  157.         ItemHeight = 13
  158.         TabOrder = 0
  159.       end
  160.     end
  161.   end
  162.   object pnRight: TPanel
  163.     Left = 311
  164.     Top = 0
  165.     Width = 197
  166.     Height = 269
  167.     Align = alRight
  168.     BevelOuter = bvNone
  169.     TabOrder = 3
  170.     object Label3: TLabel
  171.       Left = 4
  172.       Top = 2
  173.       Width = 46
  174.       Height = 13
  175.       Caption = 'Options:'
  176.       Font.Charset = DEFAULT_CHARSET
  177.       Font.Color = clWindowText
  178.       Font.Height = -11
  179.       Font.Name = 'Tahoma'
  180.       Font.Style = [fsBold]
  181.       ParentFont = False
  182.     end
  183.     object Bevel1: TBevel
  184.       Left = 68
  185.       Top = 8
  186.       Width = 121
  187.       Height = 3
  188.       Shape = bsBottomLine
  189.     end
  190.     object ckbOverwriteExisting: TCheckBox
  191.       Left = 16
  192.       Top = 22
  193.       Width = 173
  194.       Height = 17
  195.       Caption = '&Overwrite existing items'
  196.       TabOrder = 0
  197.     end
  198.     object ckbCaseSensitive: TCheckBox
  199.       Left = 16
  200.       Top = 46
  201.       Width = 173
  202.       Height = 17
  203.       Caption = '&Case sensitive search'
  204.       Checked = True
  205.       State = cbChecked
  206.       TabOrder = 1
  207.     end
  208.     object ckbSkipAmpersand: TCheckBox
  209.       Left = 16
  210.       Top = 70
  211.       Width = 173
  212.       Height = 17
  213.       Caption = '&Skip && when searching'
  214.       Checked = True
  215.       State = cbChecked
  216.       TabOrder = 2
  217.     end
  218.   end
  219.   object siLangLinked1: TsiLangLinked
  220.     Version = '6.1'
  221.     StringsTypes.Strings = (
  222.       'TIB_STRINGLIST'
  223.       'TSTRINGLIST')
  224.     SmartExcludeProps.Strings = (
  225.       'btDictionary.Caption')
  226.     AutoSkipEmpties = True
  227.     NumOfLanguages = 3
  228.     LangDelim = 1
  229.     LangNames.Strings = (
  230.       'English'
  231.       'German'
  232.       'Russian')
  233.     Language = 'English'
  234.     ExcludedProperties.Strings = (
  235.       'Category'
  236.       'SecondaryShortCuts'
  237.       'HelpKeyword'
  238.       'InitialDir'
  239.       'HelpKeyword'
  240.       'ActivePage'
  241.       'ImeName'
  242.       'DefaultExt'
  243.       'FileName'
  244.       'FieldName'
  245.       'PickList'
  246.       'DisplayFormat'
  247.       'EditMask'
  248.       'KeyList'
  249.       'LookupDisplayFields'
  250.       'DropDownSpecRow'
  251.       'TableName'
  252.       'DatabaseName'
  253.       'IndexName'
  254.       'MasterFields')
  255.     Left = 252
  256.     Top = 172
  257.     TranslationData = {
  258.       737443617074696F6E730D0A5466726D44696374696F6E61727950726F6D7074
  259.       0144696374696F6E617279014461732057E4727465726275636801D1EBEEE2E0
  260.       F0FC010D0A62744F4B014F4B014F4B014F4B010D0A627443616E63656C014361
  261.       6E63656C0141626272656368656E01CEF2ECE5EDE0010D0A636B62446F6E7441
  262.       736B012652656D656D62657220666F7220746869732073657373696F6E0101C7
  263.       E0EFEEECEDE8F2FC20E4EBFF20FDF2EEE3EE20F1E5E0EDF1E0010D0A4C616265
  264.       6C310153656C6563742062617365206C616E67756167653A0101C2FBE1E5F0E8
  265.       F2E520E1E0E7EEE2FBE920FFE7FBEA3A010D0A4C6162656C32014C616E677561
  266.       67657320696E2044696374696F6E6172793A0101DFE7FBEAE820E220F1EBEEE2
  267.       E0F0E53A010D0A4C6162656C33014F7074696F6E733A0145696E7374656C6C75
  268.       6E67656E3A01CDE0F1F2F0EEE9EAE83A010D0A636B624F766572777269746545
  269.       78697374696E6701264F7665727772697465206578697374696E67206974656D
  270.       730101CFE5F0E5EFE8F1E0F2FC20E8ECE5FEF9E8E5F1FF010D0A636B62436173
  271.       6553656E7369746976650126436173652073656E736974697665207365617263
  272.       68010126D0E0E7EBE8F7E0F2FC20F0E5E3E8F1F2F020EFF0E820EFEEE8F1EAE5
  273.       010D0A636B62536B6970416D70657273616E640126536B697020262620776865
  274.       6E20736561726368696E670101CFF0EEEFF3F1EAE0F2FC20E0ECEFE5F0F1E0ED
  275.       E4FB2028262629010D0A737448696E74730D0A7374446973706C61794C616265
  276.       6C730D0A7374466F6E74730D0A5466726D44696374696F6E61727950726F6D70
  277.       74015461686F6D61015461686F6D61015461686F6D61010D0A4C6162656C3101
  278.       5461686F6D61015461686F6D61015461686F6D61010D0A4C6162656C32015461
  279.       686F6D61015461686F6D61015461686F6D61010D0A4C6162656C33015461686F
  280.       6D61015461686F6D61015461686F6D61010D0A73744D756C74694C696E65730D
  281.       0A7374537472696E67730D0A4944535F30012044696374696F6E6172793A2001
  282.       204461732057E472746572627563683A200120D1EBEEE2E0F0FC3A010D0A4944
  283.       535F310153656C6563742044696374696F6E6172790101C2FBE1E5F0E8F2E520
  284.       F1EBEEE2E0F0FC010D0A73744F74686572537472696E67730D0A7374436F6C6C
  285.       656374696F6E730D0A737443686172536574730D0A5466726D44696374696F6E
  286.       61727950726F6D70740144454641554C545F4348415253455401414E53495F43
  287.       484152534554015255535349414E5F43484152534554010D0A4C6162656C3101
  288.       44454641554C545F4348415253455401414E53495F4348415253455401525553
  289.       5349414E5F43484152534554010D0A4C6162656C320144454641554C545F4348
  290.       415253455401414E53495F43484152534554015255535349414E5F4348415253
  291.       4554010D0A4C6162656C330144454641554C545F4348415253455401414E5349
  292.       5F43484152534554015255535349414E5F43484152534554010D0A}
  293.   end
  294. end
  295.