home *** CD-ROM | disk | FTP | other *** search
/ Tech Gian 1999 January / TG199901.mdf / cgcomic / cgcomic.exe / 0 / RCDATA / TFRMMAIN / TFRMMAIN.txt
Text File  |  1998-05-13  |  1KB  |  54 lines

  1. object FrmMain: TFrmMain
  2.   Left = 274
  3.   Top = 121
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'FrmMain'
  7.   ClientHeight = 453
  8.   ClientWidth = 688
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PrintScale = poNone
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnMouseUp = IDispMouseUp
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 12
  25.   object IDisp: TEffectImage
  26.     Left = 4
  27.     Top = 3
  28.     Width = 105
  29.     Height = 105
  30.     Effect = 16
  31.     AutoSize = True
  32.     OnMouseUp = IDispMouseUp
  33.   end
  34.   object Ini: TIniGT
  35.     DefaultDir = ddApplication
  36.     Fence = fnNone
  37.     Left = 639
  38.     Top = 62
  39.   end
  40.   object Tmr: TTimer
  41.     Enabled = False
  42.     Interval = 2000
  43.     OnTimer = TmrTimer
  44.     Left = 648
  45.     Top = 126
  46.   end
  47.   object SPIs: TSPIs
  48.     AutoSearch = True
  49.     SearchOptions = [spsSusieDir, spsAppDir, spsCurrentDir, spsSystemDir, spsWindowsDir]
  50.     Left = 639
  51.     Top = 14
  52.   end
  53. end
  54.