-
Notifications
You must be signed in to change notification settings - Fork 1
/
Unit3.dfm
90 lines (90 loc) · 2.1 KB
/
Unit3.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
object Form3: TForm3
Left = 0
Top = 0
BorderIcons = []
BorderStyle = bsToolWindow
ClientHeight = 270
ClientWidth = 552
Color = 16250871
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
Position = poDesktopCenter
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 217
Height = 23
Caption = #1044#1086#1089#1090#1091#1087#1085#1099#1077' '#1072#1076#1072#1087#1090#1077#1088#1099':'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ParentFont = False
end
object AdvGlassButton1: TAdvGlassButton
Left = 8
Top = 163
Width = 536
Height = 45
BackColor = 10012773
Caption = #1042#1099#1073#1088#1072#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 = AdvGlassButton1Click
end
object ListBox1: TListBox
Left = 8
Top = 37
Width = 536
Height = 120
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = [fsBold]
ItemHeight = 19
ParentFont = False
TabOrder = 1
OnDblClick = ListBox1DblClick
end
object AdvGlassButton2: TAdvGlassButton
Left = 8
Top = 214
Width = 536
Height = 45
BackColor = 9276896
Caption = #1042#1099#1093#1086#1076
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 = 2
Version = '1.3.0.0'
OnClick = AdvGlassButton2Click
end
end