home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / pajaczek / _SETUP.1 / Pajaczek.exe / 0 / RCDATA / TOPENHTMLF / TOPENHTMLF.txt < prev   
Encoding:
Text File  |  1998-11-10  |  4.8 KB  |  237 lines

  1. object OpenHTMLF: TOpenHTMLF
  2.   Left = 250
  3.   Top = 193
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Otwarcie strony z sieci WWW'
  7.   ClientHeight = 202
  8.   ClientWidth = 379
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnKeyDown = FormKeyDown
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Przycisk_OK: TToolbarButton97
  21.     Left = 312
  22.     Top = 4
  23.     Width = 65
  24.     Height = 65
  25.     Cursor = crHandPoint
  26.     Caption = 'P&obierz'
  27.     Layout = blGlyphTop
  28.     ParentShowHint = False
  29.     ShowHint = False
  30.     Spacing = 5
  31.     OnClick = Przycisk_OKClick
  32.   end
  33.   object Przycisk_Anuluj: TToolbarButton97
  34.     Left = 312
  35.     Top = 69
  36.     Width = 65
  37.     Height = 65
  38.     Cursor = crHandPoint
  39.     Caption = 'Z&amknij'
  40.     Layout = blGlyphTop
  41.     ParentShowHint = False
  42.     ShowHint = False
  43.     Spacing = 5
  44.     OnClick = Przycisk_AnulujClick
  45.   end
  46.   object Przycisk_Pomoc: TToolbarButton97
  47.     Left = 312
  48.     Top = 134
  49.     Width = 65
  50.     Height = 65
  51.     Cursor = crHandPoint
  52.     Caption = '&Pomoc'
  53.     Layout = blGlyphTop
  54.     ParentShowHint = False
  55.     ShowHint = False
  56.     Spacing = 5
  57.     OnClick = Przycisk_PomocClick
  58.   end
  59.   object Image4: TImage
  60.     Left = 6
  61.     Top = 14
  62.     Width = 32
  63.     Height = 32
  64.     Hint = 
  65.       'To narz∩┐╜dzie s∩┐╜u∩┐╜y do otwierania w edytorze, tekstu '#13#10'∩┐╜r∩┐╜d∩┐╜owego' +
  66.       ' strony bezpo∩┐╜rednio z sieci Internet.'
  67.     AutoSize = True
  68.     ParentShowHint = False
  69.     Picture.Data = {<image000.ico>}
  70.     ShowHint = True
  71.   end
  72.   object LBL_Size: TLabel
  73.     Left = 45
  74.     Top = 184
  75.     Width = 66
  76.     Height = 13
  77.     Caption = 'Nie uda∩┐╜o si∩┐╜:'
  78.   end
  79.   object Panel1: TPanel
  80.     Left = 44
  81.     Top = 4
  82.     Width = 265
  83.     Height = 175
  84.     BevelInner = bvRaised
  85.     BevelOuter = bvLowered
  86.     TabOrder = 0
  87.     object Label1: TLabel
  88.       Left = 8
  89.       Top = 10
  90.       Width = 55
  91.       Height = 13
  92.       Caption = 'A&dres URL:'
  93.       FocusControl = Edit_URL
  94.     end
  95.     object Label2: TLabel
  96.       Left = 8
  97.       Top = 52
  98.       Width = 98
  99.       Height = 13
  100.       Caption = 'Adres serwera pro&xy:'
  101.       FocusControl = edi_proxy
  102.     end
  103.     object Label3: TLabel
  104.       Left = 38
  105.       Top = 94
  106.       Width = 58
  107.       Height = 13
  108.       Caption = '&U∩┐╜ytkownik:'
  109.       FocusControl = edt_user
  110.     end
  111.     object Label4: TLabel
  112.       Left = 178
  113.       Top = 94
  114.       Width = 32
  115.       Height = 13
  116.       Caption = '&Has∩┐╜o:'
  117.       FocusControl = edt_pass
  118.     end
  119.     object Bevel1: TBevel
  120.       Left = 4
  121.       Top = 136
  122.       Width = 253
  123.       Height = 10
  124.       Shape = bsBottomLine
  125.     end
  126.     object Label5: TLabel
  127.       Left = 224
  128.       Top = 52
  129.       Width = 19
  130.       Height = 13
  131.       Caption = '&Port'
  132.       FocusControl = EDT_Port
  133.     end
  134.     object chk_proxy: TCheckBox
  135.       Left = 148
  136.       Top = 151
  137.       Width = 110
  138.       Height = 17
  139.       HelpContext = 1303
  140.       Caption = 'U∩┐╜&yj serwera proxy'
  141.       State = cbChecked
  142.       TabOrder = 7
  143.     end
  144.     object chk_nocache: TCheckBox
  145.       Left = 8
  146.       Top = 151
  147.       Width = 135
  148.       Height = 16
  149.       HelpContext = 1304
  150.       Caption = 'Nie u∩┐╜ywaj proxy &cache'
  151.       TabOrder = 6
  152.     end
  153.     object edt_user: TEdit97
  154.       Left = 8
  155.       Top = 112
  156.       Width = 119
  157.       Height = 19
  158.       HelpContext = 1302
  159.       TabOrder = 4
  160.     end
  161.     object edt_pass: TEdit97
  162.       Left = 133
  163.       Top = 112
  164.       Width = 123
  165.       Height = 19
  166.       HelpContext = 1302
  167.       PasswordChar = '*'
  168.       TabOrder = 5
  169.     end
  170.     object edi_proxy: TEdit97
  171.       Left = 8
  172.       Top = 70
  173.       Width = 202
  174.       Height = 19
  175.       Hint = 'Proxy'
  176.       HelpContext = 1301
  177.       TabOrder = 1
  178.     end
  179.     object Edit_URL: TComboBox98
  180.       Left = 8
  181.       Top = 27
  182.       Width = 248
  183.       Height = 21
  184.       Hint = 'Adres URL strony, kt∩┐╜ra ma by∩┐╜ otwarta w edytorze'
  185.       HelpContext = 1300
  186.       ItemHeight = 13
  187.       TabOrder = 0
  188.       Complete = True
  189.       MinLengthComplete = 0
  190.     end
  191.     object EDT_Port: TEdit97
  192.       Left = 214
  193.       Top = 70
  194.       Width = 26
  195.       Height = 19
  196.       Hint = 'Proxy'
  197.       HelpContext = 1301
  198.       TabOrder = 2
  199.       Text = '80'
  200.     end
  201.     object SPN_Port: TUpDown
  202.       Left = 240
  203.       Top = 70
  204.       Width = 15
  205.       Height = 19
  206.       HelpContext = 1301
  207.       Associate = EDT_Port
  208.       Min = 0
  209.       Max = 9000
  210.       Increment = 10
  211.       Position = 80
  212.       TabOrder = 3
  213.       Wrap = False
  214.     end
  215.   end
  216.   object chk_basic: TCheckBox
  217.     Left = 164
  218.     Top = 182
  219.     Width = 143
  220.     Height = 17
  221.     HelpContext = 1305
  222.     Caption = 'U∩┐╜yj prostej aut&entyfikacji'
  223.     TabOrder = 1
  224.     Visible = False
  225.   end
  226.   object HTTP: THttpCli
  227.     ProxyPort = '80'
  228.     NoCache = False
  229.     ContentTypePost = 'application/x-www-form-urlencoded'
  230.     MultiThreaded = False
  231.     OnHeaderData = HTTPHeaderData
  232.     OnDocData = HTTPDocData
  233.     Left = 8
  234.     Top = 52
  235.   end
  236. end
  237.