| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- object ProgressForm: TProgressForm
- Left = 459
- Top = 364
- BorderIcons = []
- BorderStyle = bsNone
- Caption = #25552#31034
- ClientHeight = 101
- ClientWidth = 401
- Color = 16375503
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 12
- object Shape1: TShape
- Left = 0
- Top = 0
- Width = 401
- Height = 101
- Align = alClient
- Brush.Style = bsClear
- OnMouseDown = Shape1MouseDown
- end
- object Gauge1: TGauge
- Left = 16
- Top = 41
- Width = 369
- Height = 17
- BackColor = clWindow
- Color = clBlack
- ForeColor = 6730751
- MaxValue = 0
- ParentColor = False
- ParentShowHint = False
- Progress = 0
- ShowHint = False
- ShowText = False
- end
- object lblTitle: TLabel
- Left = 16
- Top = 23
- Width = 114
- Height = 12
- Caption = #27491#22312#22788#29702#65292#35831#31245#20505'>>>'
- end
- object lblComplete: TLabel
- Left = 226
- Top = 16
- Width = 60
- Height = 20
- Caption = #24050#23436#25104
- Font.Charset = GB2312_CHARSET
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = #40657#20307
- Font.Style = []
- ParentFont = False
- end
- object lblShowProgress: TLabel
- Left = 291
- Top = 7
- Width = 78
- Height = 30
- AutoSize = False
- Caption = '0%'
- Font.Charset = GB2312_CHARSET
- Font.Color = 1149183
- Font.Height = -32
- Font.Name = #40657#20307
- Font.Style = [fsBold, fsItalic]
- ParentFont = False
- end
- object lblMessage: TLabel
- Left = 17
- Top = 66
- Width = 368
- Height = 13
- AutoSize = False
- Caption = #27491#22312#20445#23384#21644#35745#31639#8230#8230
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'lblMessage'
- Font.Style = []
- ParentFont = False
- end
- object lblNeedTime: TLabel
- Left = 17
- Top = 84
- Width = 344
- Height = 15
- AutoSize = False
- Caption = #39044#35745#38656#35201'XX'#20998#38047#65292#35831#21247#24378#34892#20851#38381
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'lblMessage'
- Font.Style = []
- ParentFont = False
- Visible = False
- end
- end
|