home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Demos / FastNet / Http / HTTPDEM.DFM / HTTPDEM.txt
Encoding:
Text File  |  1999-08-11  |  9.6 KB  |  448 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   Width = 500
  5.   Height = 360
  6.   Caption = 'HTTP Demo'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object PageControl1: TPageControl
  17.     Left = 0
  18.     Top = 0
  19.     Width = 492
  20.     Height = 310
  21.     ActivePage = TabSheet3
  22.     Align = alClient
  23.     TabOrder = 0
  24.     object TabSheet4: TTabSheet
  25.       Caption = 'Header Information'
  26.       object Label13: TLabel
  27.         Left = 54
  28.         Top = 38
  29.         Width = 49
  30.         Height = 16
  31.         Caption = 'Cookie: '
  32.       end
  33.       object Label14: TLabel
  34.         Left = 9
  35.         Top = 68
  36.         Width = 98
  37.         Height = 16
  38.         Caption = 'E-Mail Address: '
  39.       end
  40.       object Label15: TLabel
  41.         Left = 11
  42.         Top = 97
  43.         Width = 94
  44.         Height = 16
  45.         Caption = 'Local Program: '
  46.       end
  47.       object Label16: TLabel
  48.         Left = 50
  49.         Top = 127
  50.         Width = 51
  51.         Height = 16
  52.         Caption = 'Referer: '
  53.       end
  54.       object Label17: TLabel
  55.         Left = 53
  56.         Top = 156
  57.         Width = 48
  58.         Height = 16
  59.         Caption = 'UserID: '
  60.       end
  61.       object Label18: TLabel
  62.         Left = 38
  63.         Top = 186
  64.         Width = 66
  65.         Height = 16
  66.         Caption = 'Password: '
  67.       end
  68.       object Label19: TLabel
  69.         Left = 98
  70.         Top = 5
  71.         Width = 168
  72.         Height = 16
  73.         Caption = 'Request Header Information'
  74.       end
  75.       object Label20: TLabel
  76.         Left = 326
  77.         Top = 34
  78.         Width = 83
  79.         Height = 16
  80.         Caption = 'Proxy Server: '
  81.       end
  82.       object Label21: TLabel
  83.         Left = 326
  84.         Top = 84
  85.         Width = 67
  86.         Height = 16
  87.         Caption = 'Proxy Port: '
  88.       end
  89.       object Edit5: TEdit
  90.         Left = 105
  91.         Top = 33
  92.         Width = 149
  93.         Height = 24
  94.         TabOrder = 0
  95.       end
  96.       object Edit6: TEdit
  97.         Left = 105
  98.         Top = 63
  99.         Width = 149
  100.         Height = 24
  101.         TabOrder = 1
  102.       end
  103.       object Edit7: TEdit
  104.         Left = 105
  105.         Top = 92
  106.         Width = 149
  107.         Height = 24
  108.         TabOrder = 2
  109.       end
  110.       object Edit8: TEdit
  111.         Left = 105
  112.         Top = 122
  113.         Width = 149
  114.         Height = 24
  115.         TabOrder = 3
  116.       end
  117.       object Edit9: TEdit
  118.         Left = 105
  119.         Top = 151
  120.         Width = 149
  121.         Height = 24
  122.         TabOrder = 4
  123.       end
  124.       object Edit10: TEdit
  125.         Left = 105
  126.         Top = 181
  127.         Width = 149
  128.         Height = 24
  129.         TabOrder = 5
  130.       end
  131.       object CheckBox1: TCheckBox
  132.         Left = 335
  133.         Top = 10
  134.         Width = 129
  135.         Height = 21
  136.         Caption = 'Use Proxy Server'
  137.         TabOrder = 6
  138.       end
  139.       object Edit11: TEdit
  140.         Left = 325
  141.         Top = 53
  142.         Width = 149
  143.         Height = 24
  144.         TabOrder = 7
  145.       end
  146.       object Edit12: TEdit
  147.         Left = 325
  148.         Top = 101
  149.         Width = 31
  150.         Height = 24
  151.         TabOrder = 8
  152.       end
  153.     end
  154.     object TabSheet1: TTabSheet
  155.       Caption = 'Get Example'
  156.       object Label2: TLabel
  157.         Left = 0
  158.         Top = 135
  159.         Width = 484
  160.         Height = 16
  161.         Align = alBottom
  162.         Alignment = taCenter
  163.         Caption = 'Document Body'
  164.       end
  165.       object Label3: TLabel
  166.         Left = 0
  167.         Top = 119
  168.         Width = 484
  169.         Height = 16
  170.         Align = alBottom
  171.         Alignment = taCenter
  172.         Caption = 'Document Header'
  173.       end
  174.       object Panel1: TPanel
  175.         Left = 0
  176.         Top = 0
  177.         Width = 484
  178.         Height = 50
  179.         Align = alTop
  180.         ParentShowHint = False
  181.         ShowHint = True
  182.         TabOrder = 0
  183.         object Label1: TLabel
  184.           Left = 21
  185.           Top = 17
  186.           Width = 57
  187.           Height = 16
  188.           Caption = 'Location: '
  189.         end
  190.         object SpeedButton1: TSpeedButton
  191.           Left = 417
  192.           Top = 30
  193.           Width = 11
  194.           Height = 11
  195.           Hint = 'Clear Body & Header Fields'
  196.           Font.Charset = DEFAULT_CHARSET
  197.           Font.Color = clRed
  198.           Font.Height = -15
  199.           Font.Name = 'MS Sans Serif'
  200.           Font.Style = []
  201.           ParentFont = False
  202.           OnClick = SpeedButton1Click
  203.         end
  204.         object Label8: TLabel
  205.           Left = 385
  206.           Top = 10
  207.           Width = 80
  208.           Height = 16
  209.           Caption = 'Clear Memos'
  210.         end
  211.         object Edit1: TEdit
  212.           Left = 79
  213.           Top = 12
  214.           Width = 198
  215.           Height = 24
  216.           TabOrder = 0
  217.         end
  218.         object Button1: TButton
  219.           Left = 281
  220.           Top = 10
  221.           Width = 92
  222.           Height = 31
  223.           Caption = 'Get'
  224.           TabOrder = 1
  225.           OnClick = Button1Click
  226.         end
  227.       end
  228.       object Memo1: TMemo
  229.         Left = 0
  230.         Top = 151
  231.         Width = 484
  232.         Height = 128
  233.         Align = alBottom
  234.         TabOrder = 1
  235.       end
  236.       object Memo2: TMemo
  237.         Left = 0
  238.         Top = 48
  239.         Width = 484
  240.         Height = 71
  241.         Align = alBottom
  242.         TabOrder = 2
  243.       end
  244.     end
  245.     object TabSheet2: TTabSheet
  246.       Caption = 'Post Example'
  247.       object Label6: TLabel
  248.         Left = 0
  249.         Top = 263
  250.         Width = 484
  251.         Height = 16
  252.         Align = alBottom
  253.         Alignment = taCenter
  254.         Caption = 'Document Body'
  255.       end
  256.       object Label7: TLabel
  257.         Left = 0
  258.         Top = 157
  259.         Width = 484
  260.         Height = 16
  261.         Align = alBottom
  262.         Alignment = taCenter
  263.         Caption = 'Document Header'
  264.       end
  265.       object Panel2: TPanel
  266.         Left = 0
  267.         Top = 0
  268.         Width = 484
  269.         Height = 90
  270.         Align = alTop
  271.         TabOrder = 0
  272.         object Label4: TLabel
  273.           Left = 15
  274.           Top = 17
  275.           Width = 57
  276.           Height = 16
  277.           Caption = 'Location: '
  278.         end
  279.         object Label5: TLabel
  280.           Left = 7
  281.           Top = 48
  282.           Width = 65
  283.           Height = 16
  284.           Caption = 'Post Data: '
  285.         end
  286.         object SpeedButton2: TSpeedButton
  287.           Left = 416
  288.           Top = 69
  289.           Width = 11
  290.           Height = 11
  291.           Hint = 'Clear Body & Header Fields'
  292.           OnClick = SpeedButton2Click
  293.         end
  294.         object Label9: TLabel
  295.           Left = 385
  296.           Top = 49
  297.           Width = 80
  298.           Height = 16
  299.           Caption = 'Clear Memos'
  300.         end
  301.         object Edit2: TEdit
  302.           Left = 75
  303.           Top = 12
  304.           Width = 202
  305.           Height = 24
  306.           TabOrder = 0
  307.         end
  308.         object Edit3: TEdit
  309.           Left = 75
  310.           Top = 43
  311.           Width = 202
  312.           Height = 24
  313.           TabOrder = 1
  314.         end
  315.         object Button2: TButton
  316.           Left = 288
  317.           Top = 26
  318.           Width = 92
  319.           Height = 31
  320.           Caption = 'Post'
  321.           TabOrder = 2
  322.           OnClick = Button2Click
  323.         end
  324.       end
  325.       object Memo3: TMemo
  326.         Left = 0
  327.         Top = 173
  328.         Width = 484
  329.         Height = 90
  330.         Align = alBottom
  331.         TabOrder = 1
  332.       end
  333.       object Memo4: TMemo
  334.         Left = 0
  335.         Top = 88
  336.         Width = 484
  337.         Height = 69
  338.         Align = alBottom
  339.         TabOrder = 2
  340.       end
  341.     end
  342.     object TabSheet3: TTabSheet
  343.       Caption = 'Head Example'
  344.       object Label12: TLabel
  345.         Left = 0
  346.         Top = 50
  347.         Width = 484
  348.         Height = 16
  349.         Align = alTop
  350.         Alignment = taCenter
  351.         AutoSize = False
  352.         Caption = 'Header Retrieved'
  353.       end
  354.       object Panel3: TPanel
  355.         Left = 0
  356.         Top = 0
  357.         Width = 484
  358.         Height = 50
  359.         Align = alTop
  360.         ParentShowHint = False
  361.         ShowHint = True
  362.         TabOrder = 0
  363.         object Label10: TLabel
  364.           Left = 21
  365.           Top = 17
  366.           Width = 57
  367.           Height = 16
  368.           Caption = 'Location: '
  369.         end
  370.         object SpeedButton3: TSpeedButton
  371.           Left = 417
  372.           Top = 30
  373.           Width = 11
  374.           Height = 11
  375.           Hint = 'Clear Body & Header Fields'
  376.           Font.Charset = DEFAULT_CHARSET
  377.           Font.Color = clRed
  378.           Font.Height = -15
  379.           Font.Name = 'MS Sans Serif'
  380.           Font.Style = []
  381.           ParentFont = False
  382.           OnClick = SpeedButton3Click
  383.         end
  384.         object Label11: TLabel
  385.           Left = 385
  386.           Top = 10
  387.           Width = 73
  388.           Height = 16
  389.           Caption = 'Clear Memo'
  390.         end
  391.         object Edit4: TEdit
  392.           Left = 79
  393.           Top = 12
  394.           Width = 188
  395.           Height = 24
  396.           TabOrder = 0
  397.         end
  398.         object Button3: TButton
  399.           Left = 276
  400.           Top = 10
  401.           Width = 92
  402.           Height = 31
  403.           Caption = 'Get Header'
  404.           TabOrder = 1
  405.           OnClick = Button3Click
  406.         end
  407.       end
  408.       object Memo5: TMemo
  409.         Left = 0
  410.         Top = 66
  411.         Width = 484
  412.         Height = 213
  413.         Align = alClient
  414.         TabOrder = 1
  415.       end
  416.     end
  417.   end
  418.   object StatusBar1: TStatusBar
  419.     Left = 0
  420.     Top = 310
  421.     Width = 492
  422.     Height = 23
  423.     Panels = <>
  424.     SimplePanel = True
  425.   end
  426.   object NMHTTP1: TNMHTTP
  427.     Port = 0
  428.     ReportLevel = 0
  429.     OnDisconnect = NMHTTP1Disconnect
  430.     OnConnect = NMHTTP1Connect
  431.     OnInvalidHost = NMHTTP1InvalidHost
  432.     OnHostResolved = NMHTTP1HostResolved
  433.     OnStatus = NMHTTP1Status
  434.     OnConnectionFailed = NMHTTP1ConnectionFailed
  435.     OnPacketRecvd = NMHTTP1PacketRecvd
  436.     OnPacketSent = NMHTTP1PacketSent
  437.     Body = 'Default.htm'
  438.     Header = 'Head.txt'
  439.     InputFileMode = False
  440.     OutputFileMode = False
  441.     OnSuccess = NMHTTP1Success
  442.     OnFailure = NMHTTP1Failure
  443.     ProxyPort = 0
  444.     Left = 4
  445.     Top = 264
  446.   end
  447. end
  448.