object FormDLL: TFormDLL Left = 240 Top = 212 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'TV�K�C�h���_�E�����[�h��' ClientHeight = 102 ClientWidth = 340 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 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object LabelWord: TLabel Left = 8 Top = 8 Width = 4 Height = 12 end object Button1: TButton Left = 132 Top = 48 Width = 75 Height = 25 Cancel = True Caption = '�L�����Z��' TabOrder = 0 OnClick = Button1Click end object ProgressBar: TProgressBar Left = 0 Top = 28 Width = 337 Height = 9 Anchors = [akLeft, akRight, akBottom] Min = 0 Max = 100 TabOrder = 1 end object StatusBar1: TStatusBar Left = 0 Top = 80 Width = 340 Height = 22 Panels = <> ParentShowHint = False ShowHint = True SimplePanel = True end object HttpCli1: THttpCli ProxyPort = '80' Agent = 'Mozilla/3.0 (compatible)' Accept = 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*' NoCache = False ContentTypePost = 'application/x-www-form-urlencoded' MultiThreaded = False Left = 64 Top = 56 end object Timer1: TTimer Enabled = False OnTimer = Timer1Timer Left = 248 Top = 48 end object CsvFile: TCsvFile CSVFlags = [coDelimi, coDelStr, coLTrim, coRTrim, coStrData] DelStr = '"' Delimiter = '"' Separator = ',' Left = 288 Top = 48 end object CsvFileSub: TCsvFile CSVFlags = [coDelimi, coDelStr, coLTrim, coRTrim, coStrData] DelStr = '"' Delimiter = '"' Separator = ',' Left = 208 Top = 48 end object APM1: TAPM OnSuspend = APM1Suspend ACPowerStatus = 'OnLine' ACPowerStatusFlag = 1 BatteryChargeStatus = 'Unknown' BatteryChargeStatusFlag = 10 BatteryLifePercent = 30 BatteryLifeTime = -1 BatteryLifeFullTime = -1 Enabled = True Left = 104 Top = 56 end end