-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUnit10.dfm
169 lines (169 loc) · 4.12 KB
/
Unit10.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
162
163
164
165
166
167
168
169
object Form10: TForm10
Left = 0
Top = 0
BorderStyle = bsToolWindow
Caption = #1053#1072#1089#1090#1088#1086#1081#1082#1072' '#1091#1089#1090#1088#1086#1081#1089#1090#1074#1072
ClientHeight = 316
ClientWidth = 617
Color = 16250871
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 10
Width = 343
Height = 19
Caption = #1058#1080#1087' '#1091#1089#1090#1088#1086#1081#1089#1090#1074#1072': '#1057#1080#1083#1086#1074#1086#1081' '#1073#1083#1086#1082' SLF-1-200'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Shape2: TShape
Left = -6
Top = 42
Width = 623
Height = 3
Pen.Color = clGray
Pen.Width = 2
end
object Shape1: TShape
Left = -6
Top = 231
Width = 623
Height = 3
Pen.Color = clGray
Pen.Width = 2
end
object Label3: TLabel
Left = 16
Top = 64
Width = 311
Height = 19
Caption = #1053#1072#1089#1090#1088#1086#1081#1082#1072' '#1094#1077#1083#1077#1074#1086#1081' '#1090#1077#1084#1087#1077#1088#1072#1090#1091#1088#1099', '#176'C'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 19
Top = 64
Width = 308
Height = 19
Caption = #1047#1072#1076#1077#1088#1078#1082#1072' '#1088#1077#1090#1088#1072#1085#1089#1083#1103#1094#1080#1080' nooLite, ms'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
Visible = False
end
object AdvGlassButton12: TAdvGlassButton
Left = 355
Top = 248
Width = 140
Height = 56
BackColor = 10012773
Caption = #1057#1086#1093#1088#1072#1085#1080#1090#1100
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ForeColor = 10012773
GlowColor = 10012773
InnerBorderColor = clBlack
OuterBorderColor = 16250871
ParentFont = False
ShineColor = 10012773
TabOrder = 0
Version = '1.3.0.0'
OnClick = AdvGlassButton12Click
end
object AdvGlassButton1: TAdvGlassButton
Left = 501
Top = 248
Width = 108
Height = 56
BackColor = 9276896
Caption = #1054#1090#1084#1077#1085#1072
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ForeColor = 9276896
GlowColor = 9276896
InnerBorderColor = clBlack
OuterBorderColor = 16250871
ParentFont = False
ShineColor = 9276896
TabOrder = 1
Version = '1.3.0.0'
OnClick = AdvGlassButton1Click
end
object SpinEdit1: TSpinEdit
Left = 355
Top = 61
Width = 86
Height = 29
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Increment = 10
MaxValue = 2550
MinValue = 0
ParentFont = False
TabOrder = 2
Value = 0
end
object SpinEdit2: TSpinEdit
Left = 355
Top = 61
Width = 86
Height = 29
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
Increment = 10
MaxValue = 50
MinValue = 5
ParentFont = False
TabOrder = 3
Value = 5
Visible = False
end
object CheckBox1: TCheckBox
Left = 16
Top = 96
Width = 225
Height = 17
Caption = #1042#1082#1083#1102#1095#1080#1090#1100' '#1087#1086#1089#1083#1077' '#1089#1086#1093#1088#1072#1085#1077#1085#1080#1103
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 4
end
end