一个用Delphi开发的ERP软件
源代码在线查看: sys800_02.dfm.svn-base
object Sys800_02Form: TSys800_02Form
Left = 192
Top = 107
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #19979#36733#23433#35013
ClientHeight = 81
ClientWidth = 393
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Pitch = fpFixed
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 24
Top = 24
Width = 48
Height = 12
Caption = #25991#20214#19979#36733
end
object ProgressBar1: TProgressBar
Left = 24
Top = 40
Width = 345
Height = 17
Min = 0
Max = 100
TabOrder = 0
end
object IdHTTP1: TIdHTTP
OnWork = IdHTTP1Work
OnWorkBegin = IdHTTP1WorkBegin
OnWorkEnd = IdHTTP1WorkEnd
Request.Accept = 'text/html, */*'
Request.ContentLength = 0
Request.ContentRangeEnd = 0
Request.ContentRangeStart = 0
Request.ProxyPort = 0
Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
Left = 184
Top = 8
end
end