-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUnit4.dfm
161 lines (161 loc) · 3.79 KB
/
Unit4.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
object Form4: TForm4
Left = 0
Top = 0
BorderIcons = []
BorderStyle = bsSingle
Caption = #1054#1073#1085#1086#1074#1083#1077#1085#1080#1077' '#1055#1054' '#1072#1076#1072#1087#1090#1077#1088#1072
ClientHeight = 211
ClientWidth = 730
Color = 16250871
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object Label16: TLabel
Left = 144
Top = 8
Width = 12
Height = 16
Caption = '--'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label17: TLabel
Left = 8
Top = 8
Width = 109
Height = 16
Caption = #1060#1072#1081#1083' '#1087#1088#1086#1096#1080#1074#1082#1080':'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label6: TLabel
Left = 8
Top = 145
Width = 714
Height = 19
Alignment = taCenter
AutoSize = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object AdvCircularProgress1: TAdvCircularProgress
Left = 331
Top = 94
Width = 48
Height = 48
Margins.Left = 0
Margins.Top = 0
Margins.Right = 0
Margins.Bottom = 0
Enabled = False
Max = 10
Step = 1
Visible = False
Appearance.BackGroundColor = clNone
Appearance.BorderColor = clNone
Appearance.ActiveSegmentColor = 10012773
Appearance.InActiveSegmentColor = 16767892
Appearance.TransitionSegmentColor = 16767892
Appearance.ProgressSegmentColor = clNone
Interval = 100
end
object ProgressBar1: TProgressBar
Left = 8
Top = 170
Width = 714
Height = 33
TabOrder = 0
Visible = False
end
object AdvGlassButton2: TAdvGlassButton
Left = 8
Top = 30
Width = 148
Height = 52
BackColor = 10012773
Caption = #1054#1090#1082#1088#1099#1090#1100
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ForeColor = 10012773
GlowColor = 10012773
InnerBorderColor = clBlack
OuterBorderColor = 16250871
ParentFont = False
ShineColor = 10012773
TabOrder = 1
Version = '1.3.0.0'
OnClick = AdvGlassButton2Click
end
object AdvGlassButton15: TAdvGlassButton
Left = 162
Top = 30
Width = 352
Height = 52
BackColor = 9276896
Caption = #1054#1073#1085#1086#1074#1080#1090#1100' '#1055#1054
Enabled = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ForeColor = 9276896
GlowColor = 9276896
InnerBorderColor = clBlack
OuterBorderColor = 16250871
ParentFont = False
ShineColor = 9276896
TabOrder = 2
Version = '1.3.0.0'
OnClick = AdvGlassButton15Click
end
object AdvGlassButton1: TAdvGlassButton
Left = 520
Top = 30
Width = 202
Height = 52
BackColor = 10012773
Caption = #1042#1099#1093#1086#1076
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ForeColor = 10012773
GlowColor = 10012773
InnerBorderColor = clBlack
OuterBorderColor = 16250871
ParentFont = False
ShineColor = 10012773
TabOrder = 3
Version = '1.3.0.0'
OnClick = AdvGlassButton1Click
end
object OpenDialog1: TOpenDialog
Left = 688
Top = 96
end
end