59 lines
1.2 KiB
Plaintext
59 lines
1.2 KiB
Plaintext
object DlgProgCttSchTask: TDlgProgCttSchTask
|
|
Left = 0
|
|
Top = 0
|
|
BorderIcons = [biSystemMenu]
|
|
BorderStyle = bsSingle
|
|
Caption = #51089#50629#51473'...'
|
|
ClientHeight = 163
|
|
ClientWidth = 369
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -12
|
|
Font.Name = 'Segoe UI'
|
|
Font.Style = []
|
|
FormStyle = fsStayOnTop
|
|
Position = poScreenCenter
|
|
Scaled = False
|
|
TextHeight = 15
|
|
object lbMsg: TLabel
|
|
Left = 25
|
|
Top = 24
|
|
Width = 313
|
|
Height = 15
|
|
AutoSize = False
|
|
Caption = #51089#50629#51012' '#51456#48708#51473#51077#45768#45796'...'
|
|
EllipsisPosition = epEndEllipsis
|
|
end
|
|
object lbProg: TLabel
|
|
Left = 225
|
|
Top = 83
|
|
Width = 113
|
|
Height = 15
|
|
Alignment = taRightJustify
|
|
Caption = '0 / 0, '#49457#44277' : 0, '#49892#54056' : 0'
|
|
end
|
|
object pg: TProgressBar
|
|
Left = 25
|
|
Top = 53
|
|
Width = 313
|
|
Height = 20
|
|
TabOrder = 0
|
|
end
|
|
object btnStop: TButton
|
|
Left = 144
|
|
Top = 128
|
|
Width = 75
|
|
Height = 25
|
|
Caption = #51473#51648
|
|
TabOrder = 1
|
|
OnClick = btnStopClick
|
|
end
|
|
object tProg: TTimer
|
|
Enabled = False
|
|
OnTimer = tProgTimer
|
|
Left = 64
|
|
Top = 112
|
|
end
|
|
end
|