| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- object ProgressForm: TProgressForm
- Left = 265
- Top = 265
- AutoSize = True
- BorderStyle = bsNone
- Caption = '½ø¶ÈÏÔʾ'
- ClientHeight = 81
- ClientWidth = 297
- Color = clBtnFace
- Font.Charset = GB2312_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'ËÎÌå'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 12
- object SpeedButton1: TSpeedButton
- Left = 0
- Top = 0
- Width = 297
- Height = 81
- Enabled = False
- end
- object lblTitle: TLabel
- Left = 8
- Top = 8
- Width = 48
- Height = 12
- Caption = 'lblTitle'
- end
- object Label1: TLabel
- Left = 8
- Top = 27
- Width = 54
- Height = 12
- Caption = 'ÇëÉÔºò...'
- end
- object ProgressBar: TProgressBar
- Left = 8
- Top = 48
- Width = 281
- Height = 23
- Min = 0
- Max = 100
- Smooth = True
- TabOrder = 0
- end
- end
|