object FAQHelpForm: TFAQHelpForm Left = 216 Top = 163 BorderStyle = bsDialog Caption = '���' ClientHeight = 241 ClientWidth = 443 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' 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 = SHIFTJIS_CHARSET Font.Color = clRed Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsBold, fsUnderline] ParentFont = False end object HideCheckBox: TCheckBox Left = 14 Top = 212 Width = 251 Height = 17 Anchors = [akLeft, akBottom] Caption = '����͂��̃��b�Z�[�W��\�����Ȃ��B' TabOrder = 0 end object OKButton: TButton Left = 277 Top = 208 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '���s' Default = True ModalResult = 1 TabOrder = 1 end object CancelButton: TButton Left = 357 Top = 208 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = '���f' ModalResult = 2 TabOrder = 2 end object AutoOKTimer: TTimer Enabled = False Interval = 0 OnTimer = AutoOKTimerTimer Left = 400 Top = 64 end end