home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 October / VPR9910A.BIN / OLS / tvschedu / tvschedu.lzh / TvSchedu.exe / 0 / RCDATA / TFORMDLL / TFORMDLL.txt
Text File  |  1999-07-30  |  2KB  |  105 lines

  1. object FormDLL: TFormDLL
  2.   Left = 240
  3.   Top = 212
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'TVソスKソスCソスhソスソスソス_ソスEソスソスソスソスソス[ソスhソスソス'
  7.   ClientHeight = 102
  8.   ClientWidth = 340
  9.   Color = clBtnFace
  10.   Font.Charset = SHIFTJIS_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -12
  13.   Font.Name = 'ソスlソスr ソスoソスSソスVソスbソスN'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnPaint = FormPaint
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 12
  23.   object LabelWord: TLabel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 4
  27.     Height = 12
  28.   end
  29.   object Button1: TButton
  30.     Left = 132
  31.     Top = 48
  32.     Width = 75
  33.     Height = 25
  34.     Cancel = True
  35.     Caption = 'ソスLソスソスソスソスソスZソスソス'
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39.   object ProgressBar: TProgressBar
  40.     Left = 0
  41.     Top = 28
  42.     Width = 337
  43.     Height = 9
  44.     Anchors = [akLeft, akRight, akBottom]
  45.     Min = 0
  46.     Max = 100
  47.     TabOrder = 1
  48.   end
  49.   object StatusBar1: TStatusBar
  50.     Left = 0
  51.     Top = 80
  52.     Width = 340
  53.     Height = 22
  54.     Panels = <>
  55.     ParentShowHint = False
  56.     ShowHint = True
  57.     SimplePanel = True
  58.   end
  59.   object HttpCli1: THttpCli
  60.     ProxyPort = '80'
  61.     Agent = 'Mozilla/3.0 (compatible)'
  62.     Accept = 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
  63.     NoCache = False
  64.     ContentTypePost = 'application/x-www-form-urlencoded'
  65.     MultiThreaded = False
  66.     Left = 64
  67.     Top = 56
  68.   end
  69.   object Timer1: TTimer
  70.     Enabled = False
  71.     OnTimer = Timer1Timer
  72.     Left = 248
  73.     Top = 48
  74.   end
  75.   object CsvFile: TCsvFile
  76.     CSVFlags = [coDelimi, coDelStr, coLTrim, coRTrim, coStrData]
  77.     DelStr = '"'
  78.     Delimiter = '"'
  79.     Separator = ','
  80.     Left = 288
  81.     Top = 48
  82.   end
  83.   object CsvFileSub: TCsvFile
  84.     CSVFlags = [coDelimi, coDelStr, coLTrim, coRTrim, coStrData]
  85.     DelStr = '"'
  86.     Delimiter = '"'
  87.     Separator = ','
  88.     Left = 208
  89.     Top = 48
  90.   end
  91.   object APM1: TAPM
  92.     OnSuspend = APM1Suspend
  93.     ACPowerStatus = 'OnLine'
  94.     ACPowerStatusFlag = 1
  95.     BatteryChargeStatus = 'Unknown'
  96.     BatteryChargeStatusFlag = 10
  97.     BatteryLifePercent = 30
  98.     BatteryLifeTime = -1
  99.     BatteryLifeFullTime = -1
  100.     Enabled = True
  101.     Left = 104
  102.     Top = 56
  103.   end
  104. end
  105.