home *** CD-ROM | disk | FTP | other *** search
- object FAQHelpForm: TFAQHelpForm
- Left = 216
- Top = 163
- BorderStyle = bsDialog
- Caption = ' �й���Ϣ'
- ClientHeight = 241
- ClientWidth = 443
- Color = clBtnFace
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = '����'
- 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 = GB2312_CHARSET
- Font.Color = clRed
- Font.Height = -12
- Font.Name = '����'
- Font.Style = [fsBold, fsUnderline]
- ParentFont = False
- end
- object HideCheckBox: TCheckBox
- Left = 14
- Top = 212
- Width = 251
- Height = 17
- Anchors = [akLeft, akBottom]
- TabOrder = 0
- end
- object OKButton: TButton
- Left = 277
- Top = 208
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '����'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 357
- Top = 208
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '�ж�'
- ModalResult = 2
- TabOrder = 2
- end
- object AutoOKTimer: TTimer
- Enabled = False
- Interval = 0
- OnTimer = AutoOKTimerTimer
- Left = 400
- Top = 64
- end
- end
-