home *** CD-ROM | disk | FTP | other *** search
- object OpenHTMLF: TOpenHTMLF
- Left = 250
- Top = 193
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsDialog
- Caption = 'Otwarcie strony z sieci WWW'
- ClientHeight = 202
- ClientWidth = 379
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- PixelsPerInch = 96
- TextHeight = 13
- object Przycisk_OK: TToolbarButton97
- Left = 312
- Top = 4
- Width = 65
- Height = 65
- Cursor = crHandPoint
- Caption = 'P&obierz'
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_OKClick
- end
- object Przycisk_Anuluj: TToolbarButton97
- Left = 312
- Top = 69
- Width = 65
- Height = 65
- Cursor = crHandPoint
- Caption = 'Z&amknij'
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_AnulujClick
- end
- object Przycisk_Pomoc: TToolbarButton97
- Left = 312
- Top = 134
- Width = 65
- Height = 65
- Cursor = crHandPoint
- Caption = '&Pomoc'
- Layout = blGlyphTop
- ParentShowHint = False
- ShowHint = False
- Spacing = 5
- OnClick = Przycisk_PomocClick
- end
- object Image4: TImage
- Left = 6
- Top = 14
- Width = 32
- Height = 32
- Hint =
- 'To narz�dzie s�u�y do otwierania w edytorze, tekstu '#13#10'�r�d�owego' +
- ' strony bezpo�rednio z sieci Internet.'
- AutoSize = True
- ParentShowHint = False
- Picture.Data = {<image000.ico>}
- ShowHint = True
- end
- object LBL_Size: TLabel
- Left = 45
- Top = 184
- Width = 66
- Height = 13
- Caption = 'Nie uda�o si�:'
- end
- object Panel1: TPanel
- Left = 44
- Top = 4
- Width = 265
- Height = 175
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 8
- Top = 10
- Width = 55
- Height = 13
- Caption = 'A&dres URL:'
- FocusControl = Edit_URL
- end
- object Label2: TLabel
- Left = 8
- Top = 52
- Width = 98
- Height = 13
- Caption = 'Adres serwera pro&xy:'
- FocusControl = edi_proxy
- end
- object Label3: TLabel
- Left = 38
- Top = 94
- Width = 58
- Height = 13
- Caption = '&U�ytkownik:'
- FocusControl = edt_user
- end
- object Label4: TLabel
- Left = 178
- Top = 94
- Width = 32
- Height = 13
- Caption = '&Has�o:'
- FocusControl = edt_pass
- end
- object Bevel1: TBevel
- Left = 4
- Top = 136
- Width = 253
- Height = 10
- Shape = bsBottomLine
- end
- object Label5: TLabel
- Left = 224
- Top = 52
- Width = 19
- Height = 13
- Caption = '&Port'
- FocusControl = EDT_Port
- end
- object chk_proxy: TCheckBox
- Left = 148
- Top = 151
- Width = 110
- Height = 17
- HelpContext = 1303
- Caption = 'U�&yj serwera proxy'
- State = cbChecked
- TabOrder = 7
- end
- object chk_nocache: TCheckBox
- Left = 8
- Top = 151
- Width = 135
- Height = 16
- HelpContext = 1304
- Caption = 'Nie u�ywaj proxy &cache'
- TabOrder = 6
- end
- object edt_user: TEdit97
- Left = 8
- Top = 112
- Width = 119
- Height = 19
- HelpContext = 1302
- TabOrder = 4
- end
- object edt_pass: TEdit97
- Left = 133
- Top = 112
- Width = 123
- Height = 19
- HelpContext = 1302
- PasswordChar = '*'
- TabOrder = 5
- end
- object edi_proxy: TEdit97
- Left = 8
- Top = 70
- Width = 202
- Height = 19
- Hint = 'Proxy'
- HelpContext = 1301
- TabOrder = 1
- end
- object Edit_URL: TComboBox98
- Left = 8
- Top = 27
- Width = 248
- Height = 21
- Hint = 'Adres URL strony, kt�ra ma by� otwarta w edytorze'
- HelpContext = 1300
- ItemHeight = 13
- TabOrder = 0
- Complete = True
- MinLengthComplete = 0
- end
- object EDT_Port: TEdit97
- Left = 214
- Top = 70
- Width = 26
- Height = 19
- Hint = 'Proxy'
- HelpContext = 1301
- TabOrder = 2
- Text = '80'
- end
- object SPN_Port: TUpDown
- Left = 240
- Top = 70
- Width = 15
- Height = 19
- HelpContext = 1301
- Associate = EDT_Port
- Min = 0
- Max = 9000
- Increment = 10
- Position = 80
- TabOrder = 3
- Wrap = False
- end
- end
- object chk_basic: TCheckBox
- Left = 164
- Top = 182
- Width = 143
- Height = 17
- HelpContext = 1305
- Caption = 'U�yj prostej aut&entyfikacji'
- TabOrder = 1
- Visible = False
- end
- object HTTP: THttpCli
- ProxyPort = '80'
- NoCache = False
- ContentTypePost = 'application/x-www-form-urlencoded'
- MultiThreaded = False
- OnHeaderData = HTTPHeaderData
- OnDocData = HTTPDocData
- Left = 8
- Top = 52
- end
- end
-