object FAQHelpForm: TFAQHelpForm Left = 216 Top = 163 BorderStyle = bsDialog Caption = 'Information' ClientHeight = 241 ClientWidth = 443 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object Bevel1: TBevel Left = 11 Top = 199 Width = 421 Height = 2 Anchors = [akLeft, akRight, akBottom] end object TopicNameLabel: TLabel Left = 16 Top = 16 Width = 425 Height = 12 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'TITLE' Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False end object HideCheckBox: TCheckBox Left = 14 Top = 212 Width = 251 Height = 17 Anchors = [akLeft, akBottom] Caption = 'Do not show this message again.' TabOrder = 0 end object OKButton: TButton Left = 277 Top = 208 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Continue' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 357 Top = 208 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object AutoOKTimer: TTimer Enabled = False Interval = 0 OnTimer = AutoOKTimerTimer Left = 400 Top = 64 end end