You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
1.8 KiB
Plaintext

object frm_update: Tfrm_update
Left = 517
Top = 446
Width = 296
Height = 142
BorderIcons = [biSystemMenu]
Caption = #27491#22312#26816#27979#24182#21319#32423#19996#32988#23458#25143#31471' . . .'
Color = 16776176
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 12
object Button1: TButton
Left = 160
Top = 16
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
end
object Animate1: TAnimate
Left = 0
Top = 0
Width = 288
Height = 108
Align = alClient
Active = True
CommonAVI = aviCopyFiles
StopFrame = 31
end
object t_sys_soft: TADOQuery
Connection = frm_sys_login.db_load
CursorType = ctStatic
Parameters = <>
SQL.Strings = (
'select * from t_dsrclient_soft')
Left = 80
Top = 16
object t_sys_softfzipname: TStringField
FieldName = 'fzipname'
Size = 50
end
object t_sys_softfsoftname: TStringField
FieldName = 'fsoftname'
Size = 50
end
object t_sys_softfversion: TStringField
FieldName = 'fversion'
Size = 50
end
object t_sys_softfsoft: TBlobField
FieldName = 'fsoft'
end
object t_sys_softfnotes: TStringField
FieldName = 'fnotes'
Size = 100
end
end
object SFXConfig1: TSFXConfig
UserCanDisableCmdLine = False
UserCanChooseFiles = False
UserCanChangeOverwrite = False
Caption = 'VCLZip Self Extracting Archive'
Left = 128
Top = 16
end
object VCLUnZip1: TVCLUnZip
OverwriteMode = Always
Left = 216
Top = 16
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 180
Top = 28
end
end