12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- object ProgressProForm: TProgressProForm
- Left = 1179
- Top = 324
- BorderIcons = []
- BorderStyle = bsNone
- Caption = #25552#31034
- ClientHeight = 252
- ClientWidth = 428
- Color = clWindow
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #24494#36719#38597#40657
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 17
- object Shape1: TShape
- Left = 0
- Top = 0
- Width = 428
- Height = 252
- Align = alClient
- Brush.Style = bsClear
- OnMouseDown = Shape1MouseDown
- end
- object Gauge1: TGauge
- Left = 16
- Top = 54
- Width = 393
- Height = 23
- BackColor = clWindow
- Color = clBlack
- ForeColor = 43690
- MaxValue = 0
- ParentColor = False
- ParentShowHint = False
- Progress = 0
- ShowHint = False
- ShowText = False
- end
- object lblTitle: TLabel
- Left = 16
- Top = 16
- Width = 133
- Height = 25
- Caption = #27491#22312#29983#25104#25968#25454#21253
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -19
- Font.Name = #24494#36719#38597#40657
- Font.Style = []
- ParentFont = False
- end
- object lblPercent: TLabel
- Left = 336
- Top = 84
- Width = 74
- Height = 30
- Alignment = taRightJustify
- AutoSize = False
- Caption = '100%'
- Font.Charset = GB2312_CHARSET
- Font.Color = 43690
- Font.Height = -35
- Font.Name = #40657#20307
- Font.Style = [fsBold]
- ParentFont = False
- end
- object mmTask: TMemo
- Left = 16
- Top = 125
- Width = 393
- Height = 116
- TabStop = False
- BorderStyle = bsNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clGray
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- end
- end
|