2023-02-02 12:02:14 +03:00

286 lines
7.1 KiB
Plaintext

object Form1: TForm1
Left = 381
Height = 654
Top = 183
Width = 578
Caption = 'Тест производительности FWZip'
ClientHeight = 654
ClientWidth = 578
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Position = poScreenCenter
LCLVersion = '1.2.4.0'
object GroupBox1: TGroupBox
Left = 8
Height = 105
Top = 8
Width = 527
Anchors = [akTop, akLeft, akRight]
Caption = 'Настройки сжатия'
ClientHeight = 87
ClientWidth = 523
TabOrder = 0
object LabeledEdit1: TLabeledEdit
Left = 14
Height = 21
Top = 26
Width = 465
Anchors = [akTop, akLeft, akRight]
EditLabel.AnchorSideLeft.Control = LabeledEdit1
EditLabel.AnchorSideRight.Control = LabeledEdit1
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = LabeledEdit1
EditLabel.Left = 14
EditLabel.Height = 13
EditLabel.Top = 10
EditLabel.Width = 465
EditLabel.Caption = 'Выберите папку для сжатия:'
EditLabel.ParentColor = False
TabOrder = 0
Text = 'D:\StroyInfo 5'
OnChange = LabeledEdit1Change
end
object Button1: TButton
Left = 485
Height = 25
Hint = 'Обзор...'
Top = 24
Width = 26
Anchors = [akTop, akRight]
Caption = '...'
OnClick = Button1Click
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object CheckBox1: TCheckBox
Left = 14
Height = 19
Top = 58
Width = 141
Caption = 'Шифровать при сжатии'
OnClick = CheckBox1Click
TabOrder = 2
end
object LabeledEdit2: TLabeledEdit
Left = 262
Height = 21
Top = 56
Width = 168
Anchors = [akTop, akLeft, akRight]
EditLabel.AnchorSideTop.Control = LabeledEdit2
EditLabel.AnchorSideTop.Side = asrCenter
EditLabel.AnchorSideRight.Control = LabeledEdit2
EditLabel.AnchorSideBottom.Control = LabeledEdit2
EditLabel.AnchorSideBottom.Side = asrBottom
EditLabel.Left = 175
EditLabel.Height = 13
EditLabel.Top = 60
EditLabel.Width = 84
EditLabel.Caption = 'Укажите пароль'
EditLabel.ParentColor = False
Enabled = False
LabelPosition = lpLeft
TabOrder = 3
end
object Button2: TButton
Left = 436
Height = 25
Top = 55
Width = 75
Anchors = [akTop, akRight]
Caption = 'Сжать'
OnClick = Button2Click
TabOrder = 4
end
end
object GroupBox2: TGroupBox
Left = 8
Height = 137
Top = 128
Width = 527
Anchors = [akTop, akLeft, akRight]
Caption = 'Настройки распаковки'
ClientHeight = 119
ClientWidth = 523
TabOrder = 1
object LabeledEdit3: TLabeledEdit
Left = 14
Height = 21
Top = 26
Width = 465
Anchors = [akTop, akLeft, akRight]
EditLabel.AnchorSideLeft.Control = LabeledEdit3
EditLabel.AnchorSideRight.Control = LabeledEdit3
EditLabel.AnchorSideRight.Side = asrBottom
EditLabel.AnchorSideBottom.Control = LabeledEdit3
EditLabel.Left = 14
EditLabel.Height = 13
EditLabel.Top = 10
EditLabel.Width = 465
EditLabel.Caption = 'Выберите архив для распаковки:'
EditLabel.ParentColor = False
TabOrder = 0
OnChange = LabeledEdit3Change
end
object Button3: TButton
Left = 485
Height = 25
Hint = 'Обзор...'
Top = 24
Width = 26
Anchors = [akTop, akRight]
Caption = '...'
OnClick = Button3Click
ParentShowHint = False
ShowHint = True
TabOrder = 1
end
object CheckBox2: TCheckBox
Left = 14
Height = 19
Top = 58
Width = 117
Caption = 'Архив зашифрован'
OnClick = CheckBox2Click
TabOrder = 2
end
object LabeledEdit4: TLabeledEdit
Left = 262
Height = 21
Top = 56
Width = 163
Anchors = [akTop, akLeft, akRight]
EditLabel.AnchorSideTop.Control = LabeledEdit4
EditLabel.AnchorSideTop.Side = asrCenter
EditLabel.AnchorSideRight.Control = LabeledEdit4
EditLabel.AnchorSideBottom.Control = LabeledEdit4
EditLabel.AnchorSideBottom.Side = asrBottom
EditLabel.Left = 175
EditLabel.Height = 13
EditLabel.Top = 60
EditLabel.Width = 84
EditLabel.Caption = 'Укажите пароль'
EditLabel.ParentColor = False
Enabled = False
LabelPosition = lpLeft
TabOrder = 3
end
object Button4: TButton
Left = 436
Height = 25
Top = 54
Width = 75
Anchors = [akTop, akRight]
Caption = 'Распаковать'
OnClick = Button4Click
TabOrder = 4
end
object Button6: TButton
Tag = 1
Left = 436
Height = 25
Top = 85
Width = 75
Anchors = [akTop, akRight]
Caption = 'Проверить'
OnClick = Button4Click
TabOrder = 5
end
end
object GroupBox3: TGroupBox
Left = 8
Height = 178
Top = 271
Width = 527
Anchors = [akTop, akLeft, akRight]
Caption = 'Производительность:'
ClientHeight = 160
ClientWidth = 523
TabOrder = 2
object Label1: TLabel
Left = 14
Height = 13
Top = 10
Width = 163
Caption = 'Текущий расход памяти: 0 байт'
ParentColor = False
end
object Label2: TLabel
Left = 14
Height = 13
Top = 29
Width = 163
Caption = 'Пиковый расход памяти: 0 байт'
ParentColor = False
end
object Label3: TLabel
Left = 14
Height = 13
Top = 48
Width = 166
Caption = 'Общее количество элементов: 0'
ParentColor = False
end
object Label4: TLabel
Left = 14
Height = 13
Top = 67
Width = 142
Caption = 'Общее размер элементов: 0'
ParentColor = False
end
object Label5: TLabel
Left = 14
Height = 13
Top = 95
Width = 497
Anchors = [akTop, akLeft, akRight]
AutoSize = False
ParentColor = False
end
object ProgressBar1: TProgressBar
Left = 14
Height = 17
Top = 114
Width = 494
Anchors = [akTop, akLeft, akRight]
TabOrder = 0
end
object ProgressBar2: TProgressBar
Left = 14
Height = 17
Top = 137
Width = 494
Anchors = [akTop, akLeft, akRight]
TabOrder = 1
end
object Button5: TButton
Left = 433
Height = 25
Top = 83
Width = 75
Anchors = [akTop, akRight]
Caption = 'Остановить'
OnClick = Button5Click
TabOrder = 2
Visible = False
end
end
object Memo1: TMemo
Left = 8
Height = 146
Top = 456
Width = 527
Anchors = [akTop, akLeft, akRight, akBottom]
ScrollBars = ssVertical
TabOrder = 3
end
object OpenDialog1: TOpenDialog
left = 376
top = 224
end
end