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

  1. object Form1: TForm1
  2.   Left = 207
  3.   Top = 93
  4.   Width = 549
  5.   Height = 424
  6.   Caption = 'NNTP 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 = 541
  20.     Height = 374
  21.     ActivePage = TabSheet2
  22.     Align = alClient
  23.     TabOrder = 0
  24.     object TabSheet3: TTabSheet
  25.       Caption = 'Connection/Account'
  26.       object Label1: TLabel
  27.         Left = 48
  28.         Top = 26
  29.         Width = 34
  30.         Height = 16
  31.         Caption = 'Host: '
  32.       end
  33.       object Label2: TLabel
  34.         Left = 52
  35.         Top = 55
  36.         Width = 30
  37.         Height = 16
  38.         Caption = 'Port: '
  39.       end
  40.       object Label3: TLabel
  41.         Left = 290
  42.         Top = 26
  43.         Width = 48
  44.         Height = 16
  45.         Caption = 'UserID: '
  46.       end
  47.       object Label4: TLabel
  48.         Left = 274
  49.         Top = 55
  50.         Width = 66
  51.         Height = 16
  52.         Caption = 'Password: '
  53.       end
  54.       object Label5: TLabel
  55.         Left = 0
  56.         Top = 232
  57.         Width = 506
  58.         Height = 17
  59.         Align = alBottom
  60.         Alignment = taCenter
  61.         AutoSize = False
  62.         Caption = 'Newsgroup List (Double Click to Select)'
  63.       end
  64.       object Label6: TLabel
  65.         Left = 41
  66.         Top = 94
  67.         Width = 102
  68.         Height = 16
  69.         Caption = 'Cache Directory: '
  70.       end
  71.       object Label7: TLabel
  72.         Left = 14
  73.         Top = 130
  74.         Width = 127
  75.         Height = 16
  76.         Caption = 'Attachment File Path: '
  77.       end
  78.       object Edit1: TEdit
  79.         Left = 85
  80.         Top = 21
  81.         Width = 149
  82.         Height = 24
  83.         TabOrder = 0
  84.         Text = 'forums.borland.com'
  85.       end
  86.       object Edit2: TEdit
  87.         Left = 85
  88.         Top = 50
  89.         Width = 44
  90.         Height = 24
  91.         TabOrder = 1
  92.         Text = '119'
  93.       end
  94.       object Edit3: TEdit
  95.         Left = 341
  96.         Top = 21
  97.         Width = 149
  98.         Height = 24
  99.         TabOrder = 2
  100.       end
  101.       object Edit4: TEdit
  102.         Left = 341
  103.         Top = 50
  104.         Width = 149
  105.         Height = 24
  106.         TabOrder = 3
  107.       end
  108.       object Button1: TButton
  109.         Left = 133
  110.         Top = 185
  111.         Width = 92
  112.         Height = 30
  113.         Caption = 'Connect'
  114.         TabOrder = 4
  115.         OnClick = Button1Click
  116.       end
  117.       object Button2: TButton
  118.         Left = 224
  119.         Top = 185
  120.         Width = 92
  121.         Height = 30
  122.         Caption = 'Disconnect'
  123.         TabOrder = 5
  124.         OnClick = Button2Click
  125.       end
  126.       object Edit5: TEdit
  127.         Left = 144
  128.         Top = 90
  129.         Width = 149
  130.         Height = 24
  131.         TabOrder = 6
  132.         Text = 'C:'
  133.       end
  134.       object Edit6: TEdit
  135.         Left = 144
  136.         Top = 126
  137.         Width = 149
  138.         Height = 24
  139.         TabOrder = 7
  140.         Text = 'C:'
  141.       end
  142.       object GroupBox1: TGroupBox
  143.         Left = 361
  144.         Top = 82
  145.         Width = 103
  146.         Height = 87
  147.         Caption = 'Cache Mode'
  148.         TabOrder = 8
  149.         object RadioButton1: TRadioButton
  150.           Left = 12
  151.           Top = 18
  152.           Width = 68
  153.           Height = 21
  154.           Caption = 'Local'
  155.           TabOrder = 0
  156.         end
  157.         object RadioButton2: TRadioButton
  158.           Left = 12
  159.           Top = 38
  160.           Width = 68
  161.           Height = 21
  162.           Caption = 'Mixed'
  163.           Checked = True
  164.           TabOrder = 1
  165.           TabStop = True
  166.         end
  167.         object RadioButton3: TRadioButton
  168.           Left = 12
  169.           Top = 59
  170.           Width = 78
  171.           Height = 21
  172.           Caption = 'Remote'
  173.           TabOrder = 2
  174.         end
  175.       end
  176.       object CheckBox1: TCheckBox
  177.         Left = 148
  178.         Top = 158
  179.         Width = 139
  180.         Height = 20
  181.         Caption = 'Parse Attachments'
  182.         TabOrder = 9
  183.         OnClick = CheckBox1Click
  184.       end
  185.       object ListBox1: TListBox
  186.         Left = 0
  187.         Top = 249
  188.         Width = 506
  189.         Height = 93
  190.         Align = alBottom
  191.         ItemHeight = 16
  192.         TabOrder = 10
  193.         OnDblClick = ListBox1DblClick
  194.       end
  195.     end
  196.     object TabSheet4: TTabSheet
  197.       Caption = 'Article List Summary'
  198.       object Panel1: TPanel
  199.         Left = 0
  200.         Top = 0
  201.         Width = 506
  202.         Height = 50
  203.         Align = alTop
  204.         TabOrder = 0
  205.         object Button3: TButton
  206.           Left = 5
  207.           Top = 10
  208.           Width = 223
  209.           Height = 31
  210.           Caption = 'List Articles in [Newsgroup]'
  211.           TabOrder = 0
  212.           OnClick = Button3Click
  213.         end
  214.         object Button8: TButton
  215.           Left = 409
  216.           Top = 10
  217.           Width = 92
  218.           Height = 31
  219.           Caption = 'Abort'
  220.           TabOrder = 1
  221.           OnClick = Button8Click
  222.         end
  223.       end
  224.       object Memo4: TMemo
  225.         Left = 0
  226.         Top = 50
  227.         Width = 506
  228.         Height = 292
  229.         Align = alClient
  230.         ScrollBars = ssVertical
  231.         TabOrder = 1
  232.       end
  233.     end
  234.     object TabSheet1: TTabSheet
  235.       Caption = 'Reading Articles'
  236.       object Label8: TLabel
  237.         Left = 0
  238.         Top = 274
  239.         Width = 506
  240.         Height = 16
  241.         Align = alBottom
  242.         Alignment = taCenter
  243.         AutoSize = False
  244.         Caption = 'Attachments'
  245.       end
  246.       object Label9: TLabel
  247.         Left = 0
  248.         Top = 120
  249.         Width = 506
  250.         Height = 22
  251.         Align = alBottom
  252.         Alignment = taCenter
  253.         AutoSize = False
  254.         Caption = 'Article Body'
  255.       end
  256.       object Label10: TLabel
  257.         Left = 0
  258.         Top = 18
  259.         Width = 506
  260.         Height = 20
  261.         Align = alBottom
  262.         Alignment = taCenter
  263.         AutoSize = False
  264.         Caption = 'Article Header'
  265.       end
  266.       object Memo1: TMemo
  267.         Left = 0
  268.         Top = 290
  269.         Width = 506
  270.         Height = 52
  271.         Align = alBottom
  272.         ScrollBars = ssVertical
  273.         TabOrder = 0
  274.       end
  275.       object Memo2: TMemo
  276.         Left = 0
  277.         Top = 142
  278.         Width = 506
  279.         Height = 132
  280.         Align = alBottom
  281.         ScrollBars = ssVertical
  282.         TabOrder = 1
  283.       end
  284.       object Memo3: TMemo
  285.         Left = 0
  286.         Top = 38
  287.         Width = 506
  288.         Height = 82
  289.         Align = alBottom
  290.         ScrollBars = ssVertical
  291.         TabOrder = 2
  292.       end
  293.       object Button4: TButton
  294.         Left = 20
  295.         Top = 0
  296.         Width = 92
  297.         Height = 31
  298.         Caption = 'Get Article #'
  299.         TabOrder = 3
  300.         OnClick = Button4Click
  301.       end
  302.       object Edit7: TEdit
  303.         Left = 117
  304.         Top = 1
  305.         Width = 50
  306.         Height = 24
  307.         TabOrder = 4
  308.       end
  309.     end
  310.     object TabSheet2: TTabSheet
  311.       Caption = 'Posting Articles'
  312.       object Label11: TLabel
  313.         Left = 0
  314.         Top = 249
  315.         Width = 533
  316.         Height = 21
  317.         Align = alBottom
  318.         Alignment = taCenter
  319.         AutoSize = False
  320.         Caption = 'Attachments'
  321.       end
  322.       object Label12: TLabel
  323.         Left = 0
  324.         Top = 124
  325.         Width = 533
  326.         Height = 16
  327.         Align = alBottom
  328.         Alignment = taCenter
  329.         AutoSize = False
  330.         Caption = 'Article Body'
  331.       end
  332.       object Panel2: TPanel
  333.         Left = 0
  334.         Top = 270
  335.         Width = 533
  336.         Height = 73
  337.         Align = alBottom
  338.         TabOrder = 0
  339.         object ListBox2: TListBox
  340.           Left = 1
  341.           Top = 1
  342.           Width = 424
  343.           Height = 71
  344.           Align = alLeft
  345.           ItemHeight = 16
  346.           TabOrder = 0
  347.         end
  348.         object Button5: TButton
  349.           Left = 433
  350.           Top = 7
  351.           Width = 83
  352.           Height = 31
  353.           Caption = 'Add'
  354.           TabOrder = 1
  355.           OnClick = Button5Click
  356.         end
  357.         object Button6: TButton
  358.           Left = 433
  359.           Top = 37
  360.           Width = 83
  361.           Height = 31
  362.           Caption = 'Remove'
  363.           TabOrder = 2
  364.           OnClick = Button6Click
  365.         end
  366.       end
  367.       object Memo5: TMemo
  368.         Left = 0
  369.         Top = 140
  370.         Width = 533
  371.         Height = 109
  372.         Align = alBottom
  373.         TabOrder = 1
  374.       end
  375.       object Panel3: TPanel
  376.         Left = 0
  377.         Top = 0
  378.         Width = 533
  379.         Height = 124
  380.         Align = alClient
  381.         BevelInner = bvLowered
  382.         BevelWidth = 2
  383.         TabOrder = 2
  384.         object Label14: TLabel
  385.           Left = 5
  386.           Top = 15
  387.           Width = 91
  388.           Height = 16
  389.           Caption = 'From Address: '
  390.         end
  391.         object Label15: TLabel
  392.           Left = 246
  393.           Top = 14
  394.           Width = 117
  395.           Height = 16
  396.           Caption = 'Reply-To Address: '
  397.         end
  398.         object Label16: TLabel
  399.           Left = 20
  400.           Top = 53
  401.           Width = 45
  402.           Height = 16
  403.           Caption = 'Subject'
  404.         end
  405.         object Edit9: TEdit
  406.           Left = 96
  407.           Top = 10
  408.           Width = 149
  409.           Height = 24
  410.           TabOrder = 0
  411.         end
  412.         object Edit10: TEdit
  413.           Left = 361
  414.           Top = 9
  415.           Width = 149
  416.           Height = 24
  417.           TabOrder = 1
  418.         end
  419.         object Edit11: TEdit
  420.           Left = 75
  421.           Top = 48
  422.           Width = 399
  423.           Height = 24
  424.           Ctl3D = True
  425.           ParentCtl3D = False
  426.           TabOrder = 2
  427.         end
  428.         object Button7: TButton
  429.           Left = 202
  430.           Top = 80
  431.           Width = 92
  432.           Height = 31
  433.           Caption = 'Send'
  434.           TabOrder = 3
  435.           OnClick = Button7Click
  436.         end
  437.       end
  438.     end
  439.   end
  440.   object StatusBar1: TStatusBar
  441.     Left = 0
  442.     Top = 374
  443.     Width = 541
  444.     Height = 23
  445.     Panels = <>
  446.     SimplePanel = True
  447.   end
  448.   object NMNNTP1: TNMNNTP
  449.     Port = 119
  450.     ReportLevel = 0
  451.     OnDisconnect = NMNNTP1Disconnect
  452.     OnConnect = NMNNTP1Connect
  453.     OnInvalidHost = NMNNTP1InvalidHost
  454.     OnHostResolved = NMNNTP1HostResolved
  455.     OnStatus = NMNNTP1Status
  456.     OnConnectionFailed = NMNNTP1ConnectionFailed
  457.     CacheMode = cmMixed
  458.     ParseAttachments = False
  459.     NewsDir = 'c:\'
  460.     PostHeader.Strings = (
  461.       'X-Newsreader:      NetMasters NNTP Demo')
  462.     PostRecord.PrAppName = '     NetMasters NNTP Demo'
  463.     OnConnectionRequired = NMNNTP1ConnectionRequired
  464.     OnGroupSelect = NMNNTP1GroupSelect
  465.     OnGroupListUpdate = NMNNTP1GroupListUpdate
  466.     OnGroupListCacheUpdate = NMNNTP1GroupListCacheUpdate
  467.     OnGroupSelectRequired = NMNNTP1GroupSelectRequired
  468.     OnHeaderList = NMNNTP1HeaderList
  469.     OnHeaderListCacheUpdate = NMNNTP1HeaderListCacheUpdate
  470.     OnHeader = NMNNTP1Header
  471.     OnHeaderCacheUpdate = NMNNTP1HeaderCacheUpdate
  472.     OnArticle = NMNNTP1Article
  473.     OnArticleCacheUpdate = NMNNTP1ArticleCacheUpdate
  474.     OnBody = NMNNTP1Body
  475.     OnBodyCacheUpdate = NMNNTP1BodyCacheUpdate
  476.     OnAbort = NMNNTP1Abort
  477.     OnPosted = NMNNTP1Posted
  478.     OnPostFailed = NMNNTP1PostFailed
  479.     OnInvalidArticle = NMNNTP1InvalidArticle
  480.     Left = 391
  481.     Top = 240
  482.   end
  483.   object OpenDialog1: TOpenDialog
  484.     InitialDir = '.'
  485.     Title = 'Add Attachment'
  486.     Left = 362
  487.     Top = 240
  488.   end
  489. end
  490.