| 123456789101112131415161718192021222324252627282930313233343536 |
- object ProgressFrm: TProgressFrm
- Left = 395
- Top = 435
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = #25552#31034
- ClientHeight = 31
- ClientWidth = 322
- Color = clBtnFace
- 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 lblMessage: TLabel
- Left = 8
- Top = 8
- Width = 300
- Height = 12
- Caption = #20998' %d '#20010#25991#20214#23548#20986#65292#27491#22312#23548#20986#31532' %d '#20010#25991#20214#65292#35831#31245#20505#8230#8230
- end
- object ProgressBar: TProgressBar
- Left = 0
- Top = 23
- Width = 322
- Height = 8
- Align = alBottom
- Smooth = True
- TabOrder = 0
- end
- end
|