home *** CD-ROM | disk | FTP | other *** search
- object fGoogleSearch: TfGoogleSearch
- Left = 316
- Top = 110
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Google search'
- ClientHeight = 377
- ClientWidth = 416
- Color = clBtnFace
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCloseQuery = FormCloseQuery
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object imGoogle: TImage
- Left = 13
- Top = 344
- Width = 60
- Height = 25
- Cursor = crHandPoint
- Hint = 'www.google.com'
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- OnClick = imGoogleClick
- end
- object bOK: TButton
- Left = 248
- Top = 344
- Width = 75
- Height = 25
- Caption = '&OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 2
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 328
- Top = 344
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Storno'
- ModalResult = 2
- TabOrder = 3
- end
- object gbSimple: TGroupBox
- Left = 8
- Top = 120
- Width = 401
- Height = 57
- Caption = 'Jednoduch'#233' hled'#225'n'#237
- TabOrder = 0
- object lExpression: TLabel
- Left = 16
- Top = 28
- Width = 70
- Height = 13
- Caption = '&Hledan'#253' v'#253'raz:'
- end
- object eExpression: TComboBox
- Left = 136
- Top = 24
- Width = 249
- Height = 21
- CharCase = ecLowerCase
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 0
- OnChange = eExpressionChange
- end
- end
- object gbAdvanced: TGroupBox
- Left = 8
- Top = 184
- Width = 401
- Height = 153
- Caption = 'Pokro'#269'il'#233' hled'#225'n'#237
- TabOrder = 1
- object lAllWords: TLabel
- Left = 16
- Top = 28
- Width = 73
- Height = 13
- Caption = '&V'#353'echna slova:'
- end
- object lExactPhrase: TLabel
- Left = 16
- Top = 52
- Width = 63
- Height = 13
- Caption = '&P'#345'esn'#225' fr'#225'ze:'
- end
- object lAnyWords: TLabel
- Left = 16
- Top = 76
- Width = 76
- Height = 13
- Caption = '&Jak'#233'koliv slovo:'
- end
- object lNoWords: TLabel
- Left = 16
- Top = 100
- Width = 50
- Height = 13
- Caption = '&Mimo slov:'
- end
- object lServer: TLabel
- Left = 16
- Top = 124
- Width = 73
- Height = 13
- Caption = 'J&en na serveru:'
- end
- object eServer: TComboBox
- Left = 136
- Top = 120
- Width = 249
- Height = 21
- AutoDropDown = True
- ItemHeight = 13
- TabOrder = 4
- OnChange = eExpressionChange
- Items.Strings = (
- 'pspad.com'
- 'php.net'
- 'w3.org'
- 'w3schools.com'
- 'zvon.org'
- 'cppreference.com'
- 'mysql.com')
- end
- object eAllWords: TComboBox
- Left = 136
- Top = 24
- Width = 249
- Height = 21
- CharCase = ecLowerCase
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 0
- OnChange = eExpressionChange
- end
- object eExactPhrase: TComboBox
- Left = 136
- Top = 48
- Width = 249
- Height = 21
- CharCase = ecLowerCase
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 1
- OnChange = eExpressionChange
- end
- object eAnyWords: TComboBox
- Left = 136
- Top = 72
- Width = 249
- Height = 21
- CharCase = ecLowerCase
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 2
- OnChange = eExpressionChange
- end
- object eNoWords: TComboBox
- Left = 136
- Top = 96
- Width = 249
- Height = 21
- CharCase = ecLowerCase
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 3
- OnChange = eExpressionChange
- end
- end
- object gbOption: TGroupBox
- Left = 8
- Top = 8
- Width = 401
- Height = 105
- Caption = 'Nastaven'#237
- TabOrder = 4
- object lResultCount: TLabel
- Left = 16
- Top = 27
- Width = 89
- Height = 13
- Caption = '&N'#225'lez'#367' na str'#225'nce:'
- FocusControl = cbResultCount
- end
- object lLangResult: TLabel
- Left = 16
- Top = 51
- Width = 101
- Height = 13
- Caption = 'Str'#225'nky jen v jazyce: '
- end
- object lEngine: TLabel
- Left = 16
- Top = 75
- Width = 89
- Height = 13
- Caption = 'Pro hled'#225'n'#237' pou'#382#237't:'
- end
- object cbResultCount: TComboBox
- Left = 136
- Top = 24
- Width = 73
- Height = 21
- Style = csDropDownList
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 13
- ItemIndex = 0
- ParentFont = False
- TabOrder = 0
- Text = '10'
- Items.Strings = (
- '10'
- '20'
- '30'
- '50'
- '100')
- end
- object cbOnlyLang: TComboBox
- Left = 136
- Top = 48
- Width = 249
- Height = 22
- AutoDropDown = True
- Style = csOwnerDrawFixed
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ItemIndex = 0
- ParentFont = False
- TabOrder = 1
- Text = '------------='
- OnDrawItem = cbOnlyLangDrawItem
- Items.Strings = (
- '------------='
- 'Arabic=lang_ar'
- 'Bulgarian=lang_bg'
- 'Catalan=lang_ca'
- 'Chinese (Simplified)=lang_zh-CN'
- 'Chinese (Traditional)=lang_zh-TW'
- 'Croatian=lang_hr'
- 'Czech=lang_cs'
- 'Danish=lang_da'
- 'Dutch=lang_nl'
- 'English=lang_en'
- 'Estonian=lang_et'
- 'Finnish=lang_fi'
- 'French=lang_fr'
- 'German=lang_de'
- 'Greek=lang_el'
- 'Hebrew=lang_iw'
- 'Hungarian=lang_hu'
- 'Icelandic=lang_is'
- 'Indonesian=lang_id'
- 'Italian=lang_it'
- 'Japanese=lang_ja'
- 'Korean=lang_ko'
- 'Latvian=lang_lv'
- 'Lithuanian=lang_lt'
- 'Norwegian=lang_no'
- 'Polish=lang_pl'
- 'Portuguese=lang_pt'
- 'Romanian=lang_ro'
- 'Russian=lang_ru'
- 'Serbian=lang_sr'
- 'Slovak=lang_sk'
- 'Slovenian=lang_sl'
- 'Spanish=lang_es'
- 'Swedish=lang_sv'
- 'Turkish=lang_tr')
- end
- object cbEngine: TComboBox
- Left = 136
- Top = 72
- Width = 249
- Height = 22
- AutoDropDown = True
- Style = csOwnerDrawFixed
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ItemHeight = 16
- ItemIndex = 0
- ParentFont = False
- TabOrder = 2
- Text = 'google.com=www.google.com'
- OnDrawItem = cbOnlyLangDrawItem
- Items.Strings = (
- 'google.com=www.google.com'
- 'Argentina=www.google.com.ar'
- 'Australia=www.google.com.au'
- 'Belgium=www.google.be'
- 'Brasil=www.google.com.br'
- 'Canada=www.google.ca'
- 'Colombia=www.google.com.co'
- 'Danmark=www.google.dk'
- 'Deutschland=www.google.de'
- 'Espana=www.google.es'
- 'France=www.google.fr'
- 'India=www.google.co.in'
- 'Italia=www.google.it'
- 'Japan=www.google.co.jp'
- 'Korea=www.google.co.kr'
- 'Magyarorsz'#225'g=www.google.co.hu'
- 'Nederland=www.google.nl'
- 'New Zealand=www.google.co.nz'
- #214'sterreich=www.google.at'
- 'Polska=www.google.pl'
- 'Portugal=www.google.pt'
- 'Rossia=www.google.com.ru'
- 'Schweiz=www.google.ch'
- 'Slovensk'#225' republika=www.google.sk'
- 'Sverige=www.google.se'
- 'Thailand=www.google.co.th'
- 'T'#252'rkiye=www.google.com.tr'
- 'UK=www.google.co.uk'
- 'VietNam=www.google.com.vn')
- end
- end
- end
-