You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
2.9 KiB
Plaintext

object SForm: TSForm
Left = 1485
Top = 305
AlphaBlend = True
AlphaBlendValue = 0
BorderStyle = bsNone
ClientHeight = 60
ClientWidth = 314
Color = 16316664
TransparentColorValue = clWindow
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poDefault
OnClose = FormClose
OnCreate = FormCreate
OnPaint = FormPaint
DesignSize = (
314
60)
PixelsPerInch = 96
TextHeight = 13
object procbar: TXiProgressBar
Left = 9
Top = 27
Width = 298
Height = 25
ColorBorder = clSilver
BackColorFace = clWhite
BackColorGrad = clWhite
ForeColorFace = 14408667
ForeColorGrad = 14408667
ColorScheme = csCustom
Max = 100
Min = 0
Position = 0
Step = 1
Orientation = pbHorizontal
Anchors = [akLeft, akTop, akRight]
ExplicitWidth = 314
end
object Label1: TLabel
Left = 13
Top = 37
Width = 118
Height = 13
Caption = #1050#1086#1085#1090#1072#1082#1090' '#1074#1099#1096#1077#1083' '#1074' '#1089#1077#1090#1100'!'
Font.Charset = RUSSIAN_CHARSET
Font.Color = 5066061
Font.Height = -11
Font.Name = 'Segoe UI Semibold'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object Label2: TLabel
Left = 12
Top = 4
Width = 231
Height = 30
Caption = #1042#1093#1086#1076#1103#1097#1077#1077' '#1080#1079#1086#1073#1088#1072#1078#1077#1085#1080#1077
Font.Charset = RUSSIAN_CHARSET
Font.Color = clBlack
Font.Height = -21
Font.Name = 'Segoe UI'
Font.Style = []
ParentFont = False
Transparent = True
end
object proclb: TLabel
Left = 8
Top = 8
Width = 305
Height = 13
AutoSize = False
Caption = #1055#1088#1086#1075#1088#1077#1089#1089' '#1089#1082#1072#1095#1080#1074#1072#1085#1080#1103' / '#1079#1072#1075#1088#1091#1079#1082#1080' '#1080#1079#1086#1073#1088#1072#1078#1077#1085#1080#1103':'
Font.Charset = RUSSIAN_CHARSET
Font.Color = 2894892
Font.Height = -11
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
end
object procl: TLabel
Left = 16
Top = 33
Width = 283
Height = 16
Alignment = taCenter
Anchors = [akLeft, akTop, akRight]
AutoSize = False
Caption = '0%'
Font.Charset = RUSSIAN_CHARSET
Font.Color = 3158064
Font.Height = -11
Font.Name = 'Segoe UI'
Font.Style = [fsBold]
ParentFont = False
Transparent = True
ExplicitWidth = 299
end
object Timer1: TTimer
Enabled = False
Interval = 100
OnTimer = Timer1Timer
Left = 248
end
object Timer2: TTimer
Enabled = False
Interval = 5000
OnTimer = Timer2Timer
Left = 280
end
end