object FAQForm: TFAQForm Left = 200 Top = 117 Width = 492 Height = 441 Caption = 'FAQ Writer' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 484 Height = 25 Align = alTop TabOrder = 0 object Add: TButton Left = 0 Top = 0 Width = 57 Height = 25 Caption = '&Add' TabOrder = 0 OnClick = AddClick end object Remove: TButton Left = 56 Top = 0 Width = 57 Height = 25 Caption = '&Remove' TabOrder = 1 OnClick = RemoveClick end object EditBut: TButton Left = 112 Top = 0 Width = 57 Height = 25 Caption = '&Edit' TabOrder = 2 OnClick = EditButClick end object Memo1: TMemo Left = 248 Top = 24 Width = 185 Height = 89 Lines.Strings = ( 'Memo1') TabOrder = 3 end end object FaqList: TListBox Left = 0 Top = 25 Width = 484 Height = 120 Align = alTop ItemHeight = 13 TabOrder = 1 end object FAQtext: TMemo Left = 0 Top = 145 Width = 484 Height = 250 Align = alClient ScrollBars = ssVertical TabOrder = 2 OnChange = FAQtextChange end object MainMenu1: TMainMenu Left = 8 Top = 32 object File: TMenuItem Caption = '&File' ShortCut = 0 object New: TMenuItem Caption = '&New' ShortCut = 0 OnClick = NewClick end object Open: TMenuItem Caption = '&Open' ShortCut = 0 OnClick = OpenClick end object Save: TMenuItem Caption = '&Save' ShortCut = 0 OnClick = SaveClick end object SaveAs: TMenuItem Caption = 'Save &As' ShortCut = 0 OnClick = SaveAsClick end object N1: TMenuItem Caption = '-' ShortCut = 0 end object Exit: TMenuItem Caption = 'E&xit' ShortCut = 0 OnClick = ExitClick end end object Help: TMenuItem Caption = '&Help' ShortCut = 0 object Manual: TMenuItem Caption = '&Manual' ShortCut = 0 OnClick = ManualClick end object About: TMenuItem Caption = '&About' ShortCut = 0 OnClick = AboutClick end end end object OpenDialog: TOpenDialog FileEditStyle = fsEdit FileName = 'Untitled' Filter = 'Text Files (*.txt)|*.txt|All Files (*.*)|*.*' Left = 72 Top = 32 end object SaveDialog: TSaveDialog DefaultExt = 'txt' FileEditStyle = fsEdit FileName = 'Untitled' Filter = 'Text Files (*.txt)|*.txt|All Files (*.*)|*.*' Left = 104 Top = 32 end end