home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFGOOGLESEARCH / TFGOOGLESEARCH.txt < prev   
Encoding:
Text File  |  2004-06-06  |  8.6 KB  |  370 lines

  1. object fGoogleSearch: TfGoogleSearch
  2.   Left = 316
  3.   Top = 110
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Google search'
  7.   ClientHeight = 377
  8.   ClientWidth = 416
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object imGoogle: TImage
  22.     Left = 13
  23.     Top = 344
  24.     Width = 60
  25.     Height = 25
  26.     Cursor = crHandPoint
  27.     Hint = 'www.google.com'
  28.     AutoSize = True
  29.     Picture.Data = {<image000.bmp>}
  30.     Transparent = True
  31.     OnClick = imGoogleClick
  32.   end
  33.   object bOK: TButton
  34.     Left = 248
  35.     Top = 344
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&OK'
  39.     Default = True
  40.     Enabled = False
  41.     ModalResult = 1
  42.     TabOrder = 2
  43.     OnClick = bOKClick
  44.   end
  45.   object bCancel: TButton
  46.     Left = 328
  47.     Top = 344
  48.     Width = 75
  49.     Height = 25
  50.     Cancel = True
  51.     Caption = '&Storno'
  52.     ModalResult = 2
  53.     TabOrder = 3
  54.   end
  55.   object gbSimple: TGroupBox
  56.     Left = 8
  57.     Top = 120
  58.     Width = 401
  59.     Height = 57
  60.     Caption = 'Jednoduch'#233' hled'#225'n'#237
  61.     TabOrder = 0
  62.     object lExpression: TLabel
  63.       Left = 16
  64.       Top = 28
  65.       Width = 70
  66.       Height = 13
  67.       Caption = '&Hledan'#253' v'#253'raz:'
  68.     end
  69.     object eExpression: TComboBox
  70.       Left = 136
  71.       Top = 24
  72.       Width = 249
  73.       Height = 21
  74.       CharCase = ecLowerCase
  75.       Font.Charset = EASTEUROPE_CHARSET
  76.       Font.Color = clWindowText
  77.       Font.Height = -11
  78.       Font.Name = 'MS Sans Serif'
  79.       Font.Style = []
  80.       ItemHeight = 13
  81.       ParentFont = False
  82.       TabOrder = 0
  83.       OnChange = eExpressionChange
  84.     end
  85.   end
  86.   object gbAdvanced: TGroupBox
  87.     Left = 8
  88.     Top = 184
  89.     Width = 401
  90.     Height = 153
  91.     Caption = 'Pokro'#269'il'#233' hled'#225'n'#237
  92.     TabOrder = 1
  93.     object lAllWords: TLabel
  94.       Left = 16
  95.       Top = 28
  96.       Width = 73
  97.       Height = 13
  98.       Caption = '&V'#353'echna slova:'
  99.     end
  100.     object lExactPhrase: TLabel
  101.       Left = 16
  102.       Top = 52
  103.       Width = 63
  104.       Height = 13
  105.       Caption = '&P'#345'esn'#225' fr'#225'ze:'
  106.     end
  107.     object lAnyWords: TLabel
  108.       Left = 16
  109.       Top = 76
  110.       Width = 76
  111.       Height = 13
  112.       Caption = '&Jak'#233'koliv slovo:'
  113.     end
  114.     object lNoWords: TLabel
  115.       Left = 16
  116.       Top = 100
  117.       Width = 50
  118.       Height = 13
  119.       Caption = '&Mimo slov:'
  120.     end
  121.     object lServer: TLabel
  122.       Left = 16
  123.       Top = 124
  124.       Width = 73
  125.       Height = 13
  126.       Caption = 'J&en na serveru:'
  127.     end
  128.     object eServer: TComboBox
  129.       Left = 136
  130.       Top = 120
  131.       Width = 249
  132.       Height = 21
  133.       AutoDropDown = True
  134.       ItemHeight = 13
  135.       TabOrder = 4
  136.       OnChange = eExpressionChange
  137.       Items.Strings = (
  138.         'pspad.com'
  139.         'php.net'
  140.         'w3.org'
  141.         'w3schools.com'
  142.         'zvon.org'
  143.         'cppreference.com'
  144.         'mysql.com')
  145.     end
  146.     object eAllWords: TComboBox
  147.       Left = 136
  148.       Top = 24
  149.       Width = 249
  150.       Height = 21
  151.       CharCase = ecLowerCase
  152.       Font.Charset = EASTEUROPE_CHARSET
  153.       Font.Color = clWindowText
  154.       Font.Height = -11
  155.       Font.Name = 'MS Sans Serif'
  156.       Font.Style = []
  157.       ItemHeight = 13
  158.       ParentFont = False
  159.       TabOrder = 0
  160.       OnChange = eExpressionChange
  161.     end
  162.     object eExactPhrase: TComboBox
  163.       Left = 136
  164.       Top = 48
  165.       Width = 249
  166.       Height = 21
  167.       CharCase = ecLowerCase
  168.       Font.Charset = EASTEUROPE_CHARSET
  169.       Font.Color = clWindowText
  170.       Font.Height = -11
  171.       Font.Name = 'MS Sans Serif'
  172.       Font.Style = []
  173.       ItemHeight = 13
  174.       ParentFont = False
  175.       TabOrder = 1
  176.       OnChange = eExpressionChange
  177.     end
  178.     object eAnyWords: TComboBox
  179.       Left = 136
  180.       Top = 72
  181.       Width = 249
  182.       Height = 21
  183.       CharCase = ecLowerCase
  184.       Font.Charset = EASTEUROPE_CHARSET
  185.       Font.Color = clWindowText
  186.       Font.Height = -11
  187.       Font.Name = 'MS Sans Serif'
  188.       Font.Style = []
  189.       ItemHeight = 13
  190.       ParentFont = False
  191.       TabOrder = 2
  192.       OnChange = eExpressionChange
  193.     end
  194.     object eNoWords: TComboBox
  195.       Left = 136
  196.       Top = 96
  197.       Width = 249
  198.       Height = 21
  199.       CharCase = ecLowerCase
  200.       Font.Charset = EASTEUROPE_CHARSET
  201.       Font.Color = clWindowText
  202.       Font.Height = -11
  203.       Font.Name = 'MS Sans Serif'
  204.       Font.Style = []
  205.       ItemHeight = 13
  206.       ParentFont = False
  207.       TabOrder = 3
  208.       OnChange = eExpressionChange
  209.     end
  210.   end
  211.   object gbOption: TGroupBox
  212.     Left = 8
  213.     Top = 8
  214.     Width = 401
  215.     Height = 105
  216.     Caption = 'Nastaven'#237
  217.     TabOrder = 4
  218.     object lResultCount: TLabel
  219.       Left = 16
  220.       Top = 27
  221.       Width = 89
  222.       Height = 13
  223.       Caption = '&N'#225'lez'#367' na str'#225'nce:'
  224.       FocusControl = cbResultCount
  225.     end
  226.     object lLangResult: TLabel
  227.       Left = 16
  228.       Top = 51
  229.       Width = 101
  230.       Height = 13
  231.       Caption = 'Str'#225'nky jen v jazyce: '
  232.     end
  233.     object lEngine: TLabel
  234.       Left = 16
  235.       Top = 75
  236.       Width = 89
  237.       Height = 13
  238.       Caption = 'Pro hled'#225'n'#237' pou'#382#237't:'
  239.     end
  240.     object cbResultCount: TComboBox
  241.       Left = 136
  242.       Top = 24
  243.       Width = 73
  244.       Height = 21
  245.       Style = csDropDownList
  246.       Font.Charset = EASTEUROPE_CHARSET
  247.       Font.Color = clWindowText
  248.       Font.Height = -11
  249.       Font.Name = 'MS Sans Serif'
  250.       Font.Style = []
  251.       ItemHeight = 13
  252.       ItemIndex = 0
  253.       ParentFont = False
  254.       TabOrder = 0
  255.       Text = '10'
  256.       Items.Strings = (
  257.         '10'
  258.         '20'
  259.         '30'
  260.         '50'
  261.         '100')
  262.     end
  263.     object cbOnlyLang: TComboBox
  264.       Left = 136
  265.       Top = 48
  266.       Width = 249
  267.       Height = 22
  268.       AutoDropDown = True
  269.       Style = csOwnerDrawFixed
  270.       Font.Charset = DEFAULT_CHARSET
  271.       Font.Color = clWindowText
  272.       Font.Height = -11
  273.       Font.Name = 'MS Sans Serif'
  274.       Font.Style = []
  275.       ItemHeight = 16
  276.       ItemIndex = 0
  277.       ParentFont = False
  278.       TabOrder = 1
  279.       Text = '------------='
  280.       OnDrawItem = cbOnlyLangDrawItem
  281.       Items.Strings = (
  282.         '------------='
  283.         'Arabic=lang_ar'
  284.         'Bulgarian=lang_bg'
  285.         'Catalan=lang_ca'
  286.         'Chinese (Simplified)=lang_zh-CN'
  287.         'Chinese (Traditional)=lang_zh-TW'
  288.         'Croatian=lang_hr'
  289.         'Czech=lang_cs'
  290.         'Danish=lang_da'
  291.         'Dutch=lang_nl'
  292.         'English=lang_en'
  293.         'Estonian=lang_et'
  294.         'Finnish=lang_fi'
  295.         'French=lang_fr'
  296.         'German=lang_de'
  297.         'Greek=lang_el'
  298.         'Hebrew=lang_iw'
  299.         'Hungarian=lang_hu'
  300.         'Icelandic=lang_is'
  301.         'Indonesian=lang_id'
  302.         'Italian=lang_it'
  303.         'Japanese=lang_ja'
  304.         'Korean=lang_ko'
  305.         'Latvian=lang_lv'
  306.         'Lithuanian=lang_lt'
  307.         'Norwegian=lang_no'
  308.         'Polish=lang_pl'
  309.         'Portuguese=lang_pt'
  310.         'Romanian=lang_ro'
  311.         'Russian=lang_ru'
  312.         'Serbian=lang_sr'
  313.         'Slovak=lang_sk'
  314.         'Slovenian=lang_sl'
  315.         'Spanish=lang_es'
  316.         'Swedish=lang_sv'
  317.         'Turkish=lang_tr')
  318.     end
  319.     object cbEngine: TComboBox
  320.       Left = 136
  321.       Top = 72
  322.       Width = 249
  323.       Height = 22
  324.       AutoDropDown = True
  325.       Style = csOwnerDrawFixed
  326.       Font.Charset = DEFAULT_CHARSET
  327.       Font.Color = clWindowText
  328.       Font.Height = -11
  329.       Font.Name = 'MS Sans Serif'
  330.       Font.Style = []
  331.       ItemHeight = 16
  332.       ItemIndex = 0
  333.       ParentFont = False
  334.       TabOrder = 2
  335.       Text = 'google.com=www.google.com'
  336.       OnDrawItem = cbOnlyLangDrawItem
  337.       Items.Strings = (
  338.         'google.com=www.google.com'
  339.         'Argentina=www.google.com.ar'
  340.         'Australia=www.google.com.au'
  341.         'Belgium=www.google.be'
  342.         'Brasil=www.google.com.br'
  343.         'Canada=www.google.ca'
  344.         'Colombia=www.google.com.co'
  345.         'Danmark=www.google.dk'
  346.         'Deutschland=www.google.de'
  347.         'Espana=www.google.es'
  348.         'France=www.google.fr'
  349.         'India=www.google.co.in'
  350.         'Italia=www.google.it'
  351.         'Japan=www.google.co.jp'
  352.         'Korea=www.google.co.kr'
  353.         'Magyarorsz'#225'g=www.google.co.hu'
  354.         'Nederland=www.google.nl'
  355.         'New Zealand=www.google.co.nz'
  356.         #214'sterreich=www.google.at'
  357.         'Polska=www.google.pl'
  358.         'Portugal=www.google.pt'
  359.         'Rossia=www.google.com.ru'
  360.         'Schweiz=www.google.ch'
  361.         'Slovensk'#225' republika=www.google.sk'
  362.         'Sverige=www.google.se'
  363.         'Thailand=www.google.co.th'
  364.         'T'#252'rkiye=www.google.com.tr'
  365.         'UK=www.google.co.uk'
  366.         'VietNam=www.google.com.vn')
  367.     end
  368.   end
  369. end
  370.