-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcompress.dfm
More file actions
52 lines (52 loc) · 1.14 KB
/
Copy pathcompress.dfm
File metadata and controls
52 lines (52 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
object Form1: TForm1
Left = 0
Top = 0
BorderIcons = []
BorderStyle = bsToolWindow
Caption = #1055#1088#1086#1094#1077#1089#1089' '#1089#1078#1072#1090#1080#1103
ClientHeight = 76
ClientWidth = 228
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
GlassFrame.Enabled = True
OldCreateOrder = False
Position = poMainFormCenter
OnHide = FormHide
PixelsPerInch = 96
TextHeight = 13
object Label3: TLabel
Left = 8
Top = 7
Width = 93
Height = 13
Caption = #1057#1078#1080#1084#1072#1077#1084' '#1089#1089#1099#1083#1082#1091' '#1074
end
object Label4: TLabel
Left = 116
Top = 7
Width = 31
Height = 13
Caption = 'Label4'
end
object ProgressBar1: TProgressBar
Left = 8
Top = 26
Width = 213
Height = 17
TabOrder = 0
end
object Button1: TButton
Left = 76
Top = 49
Width = 75
Height = 25
Caption = #1055#1088#1077#1088#1074#1072#1090#1100
TabOrder = 1
OnClick = Button1Click
end
end