object NetworkBB: TNetworkBB Left = 399 Top = 176 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsToolWindow Caption = 'Network Memo' ClientHeight = 258 ClientWidth = 338 Color = 14547961 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Label3: TLabel Left = 32 Top = 16 Width = 121 Height = 17 Alignment = taCenter AutoSize = False Caption = 'Refresh memo every ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label4: TLabel Left = 248 Top = 16 Width = 65 Height = 17 Alignment = taCenter AutoSize = False Caption = 'seconds' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Bevel2: TBevel Left = 8 Top = 8 Width = 321 Height = 33 end object Bevel3: TBevel Left = 8 Top = 200 Width = 321 Height = 33 end object Label1: TLabel Left = 40 Top = 232 Width = 257 Height = 15 Alignment = taCenter AutoSize = False Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Memo1: TMemo Left = 8 Top = 40 Width = 322 Height = 137 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] HideSelection = False ImeMode = imAlpha ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 WantTabs = True end object CheckBox1: TCheckBox Left = 408 Top = 80 Width = 25 Height = 17 TabOrder = 1 end object ListBox1: TListBox Left = 392 Top = 48 Width = 49 Height = 9 ItemHeight = 13 TabOrder = 2 end object ListBox2: TListBox Left = 408 Top = 176 Width = 33 Height = 1 ItemHeight = 13 TabOrder = 3 end object Edit2: TEdit Left = 16 Top = 208 Width = 305 Height = 21 TabOrder = 4 OnKeyPress = Edit2KeyPress end object Button4: TButton Left = 112 Top = 176 Width = 113 Height = 17 Caption = 'Clear Network Memo' TabOrder = 5 OnClick = Button4Click end object ListBox3: TListBox Left = 384 Top = 176 Width = 41 Height = 9 ItemHeight = 13 TabOrder = 6 end object ListBox4: TListBox Left = 392 Top = 64 Width = 49 Height = 9 ItemHeight = 13 TabOrder = 7 end object Memo2: TMemo Left = 424 Top = 192 Width = 49 Height = 57 TabOrder = 8 WordWrap = False end object Edit3: TEdit Left = 168 Top = 16 Width = 73 Height = 21 TabOrder = 9 Text = '3' OnChange = Edit3Change end object Memo3: TMemo Left = 416 Top = 16 Width = 17 Height = 9 TabOrder = 10 WordWrap = False end object Edit1: TEdit Left = 40 Top = 288 Width = 73 Height = 21 TabOrder = 11 end object ListBox5: TListBox Left = 448 Top = 96 Width = 17 Height = 9 ItemHeight = 13 TabOrder = 12 end object Memo4: TMemo Left = 448 Top = 152 Width = 9 Height = 17 TabOrder = 13 WordWrap = False end object Memo5: TMemo Left = 432 Top = 160 Width = 17 Height = 17 TabOrder = 14 WordWrap = False end object Button1: TButton Left = 232 Top = 176 Width = 89 Height = 17 Caption = 'Button1' TabOrder = 15 OnClick = Button1Click end object Timer1: TTimer Enabled = False Interval = 3000 OnTimer = Timer1Timer Left = 408 Top = 120 end object MainMenu1: TMainMenu Left = 368 Top = 16 object Clearnetworkmemo1: TMenuItem Caption = 'Options' object Sethostdirectory1: TMenuItem Caption = 'Set host directory' OnClick = Sethostdirectory1Click end object Clearmemo1: TMenuItem Caption = 'Clear memo' OnClick = Clearmemo1Click end end end end