-
Notifications
You must be signed in to change notification settings - Fork 2
/
StatUnit.dfm
executable file
·118 lines (118 loc) · 2.53 KB
/
StatUnit.dfm
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
object StatusForm: TStatusForm
Left = 299
Top = 180
BorderStyle = bsToolWindow
Caption = #1057#1090#1072#1090#1091#1089
ClientHeight = 110
ClientWidth = 300
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label2: TLabel
Left = 0
Top = 40
Width = 80
Height = 13
Caption = #1058#1077#1082#1091#1097#1077#1077' '#1080#1084#1103
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label4: TLabel
Left = 55
Top = 95
Width = 47
Height = 13
Caption = #1092#1072#1081#1083#1086#1074' : '
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object DirCntLabel: TLabel
Left = 102
Top = 81
Width = 36
Height = 13
Caption = '00000'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object FileCntLabel: TLabel
Left = 102
Top = 96
Width = 36
Height = 13
Caption = '00000'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label5: TLabel
Left = 1
Top = 80
Width = 101
Height = 13
Caption = #1042#1089#1077#1075#1086' '#1076#1080#1088#1077#1082#1090#1086#1088#1080#1081' : '
end
object ProgGauge: TGauge
Left = 0
Top = 0
Width = 299
Height = 39
Progress = 0
Visible = False
end
object NameEdit: TEdit
Left = 0
Top = 56
Width = 299
Height = 21
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object CancelBtn: TButton
Left = 222
Top = 83
Width = 75
Height = 25
Cancel = True
Caption = '&'#1054#1090#1084#1077#1085#1080#1090#1100
ModalResult = 2
TabOrder = 1
OnClick = CancelBtnClick
end
object DoneTimer: TTimer
Enabled = False
Interval = 1
OnTimer = DoneTimerTimer
Left = 192
Top = 80
end
end