home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / Chip_2004-08_cd2.bin / prevodniky / download / TMPGEnc / TMPGEnc2521.exe / TMPGEnc.exe / 1028 / RCDATA / TFAQHELPFORM / TFAQHELPFORM.txt
Text File  |  2003-09-16  |  2KB  |  79 lines

  1. object FAQHelpForm: TFAQHelpForm
  2.   Left = 216
  3.   Top = 163
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜T'
  6.   ClientHeight = 241
  7.   ClientWidth = 443
  8.   Color = clBtnFace
  9.   Font.Charset = CHINESEBIG5_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜╙⌐∩┐╜∩┐╜∩┐╜'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object Bevel1: TBevel
  20.     Left = 11
  21.     Top = 199
  22.     Width = 421
  23.     Height = 2
  24.     Anchors = [akLeft, akRight, akBottom]
  25.   end
  26.   object TopicNameLabel: TLabel
  27.     Left = 16
  28.     Top = 16
  29.     Width = 425
  30.     Height = 12
  31.     Anchors = [akLeft, akTop, akRight]
  32.     AutoSize = False
  33.     Caption = 'TITLE'
  34.     Font.Charset = CHINESEBIG5_CHARSET
  35.     Font.Color = clRed
  36.     Font.Height = -12
  37.     Font.Name = '∩┐╜╙⌐∩┐╜∩┐╜∩┐╜'
  38.     Font.Style = [fsBold, fsUnderline]
  39.     ParentFont = False
  40.   end
  41.   object HideCheckBox: TCheckBox
  42.     Left = 14
  43.     Top = 212
  44.     Width = 251
  45.     Height = 17
  46.     Anchors = [akLeft, akBottom]
  47.     TabOrder = 0
  48.   end
  49.   object OKButton: TButton
  50.     Left = 277
  51.     Top = 208
  52.     Width = 75
  53.     Height = 25
  54.     Anchors = [akRight, akBottom]
  55.     Caption = '∩┐╜~∩┐╜∩┐╜'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 1
  59.   end
  60.   object CancelButton: TButton
  61.     Left = 357
  62.     Top = 208
  63.     Width = 75
  64.     Height = 25
  65.     Anchors = [akRight, akBottom]
  66.     Cancel = True
  67.     Caption = '∩┐╜∩┐╜∩┐╜_'
  68.     ModalResult = 2
  69.     TabOrder = 2
  70.   end
  71.   object AutoOKTimer: TTimer
  72.     Enabled = False
  73.     Interval = 0
  74.     OnTimer = AutoOKTimerTimer
  75.     Left = 400
  76.     Top = 64
  77.   end
  78. end
  79.