object QAForm: TQAForm Left = 193 Top = 130 Width = 503 Height = 335 Caption = 'FAQ Editor' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu1 OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Question: TMemo Left = 0 Top = 0 Width = 495 Height = 113 Align = alTop ScrollBars = ssVertical TabOrder = 0 end object Answer: TMemo Left = 0 Top = 113 Width = 495 Height = 176 Align = alClient ScrollBars = ssVertical TabOrder = 1 end object MainMenu1: TMainMenu Left = 8 Top = 128 object EditDone: TMenuItem Caption = '&Ok' ShortCut = 0 OnClick = EditDoneClick end object CancelBut: TMenuItem Caption = '&Cancel' ShortCut = 0 OnClick = CancelButClick end end end