-
Notifications
You must be signed in to change notification settings - Fork 26
/
BigTV.SmartGuide.dfm
90 lines (90 loc) · 2.15 KB
/
BigTV.SmartGuide.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 FormGuide: TFormGuide
Left = 0
Top = 0
Caption = #1063#1090#1086' '#1089#1077#1081#1095#1072#1089' '#1080#1076#1105#1090
ClientHeight = 369
ClientWidth = 583
Color = clBtnFace
DoubleBuffered = True
ParentFont = True
OldCreateOrder = False
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object TableExTvGuide: TTableEx
Left = 0
Top = 0
Width = 583
Height = 369
Align = alClient
BorderStyle = bsNone
Color = 3551535
DefaultRowHeight = 20
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
TabOrder = 0
OnDblClick = TableExTvGuideDblClick
ItemIndex = -1
GetData = TableExTvGuideGetData
Columns = <
item
Caption = #1050#1072#1085#1072#1083
Width = 120
MinWidth = 120
end
item
Caption = #1063#1090#1086
Width = 200
end
item
Caption = #1050#1086#1075#1076#1072
Width = 150
MinWidth = 100
end
item
Caption = #1047#1072#1090#1077#1084
Width = 391
end>
ShowScrollBar = False
ItemCount = 1
LineColor = 3551535
LineColorXor = 3551535
LineHotColor = 4603966
LineSelColor = 2236190
ColumnsColor = 3551535
FontHotLine.Charset = DEFAULT_CHARSET
FontHotLine.Color = clWhite
FontHotLine.Height = -13
FontHotLine.Name = 'clWhite'
FontHotLine.Style = []
FontLine.Charset = DEFAULT_CHARSET
FontLine.Color = clWhite
FontLine.Height = -13
FontLine.Name = 'clWhite'
FontLine.Style = []
FontSelLine.Charset = DEFAULT_CHARSET
FontSelLine.Color = clWhite
FontSelLine.Height = -13
FontSelLine.Name = 'clWhite'
FontSelLine.Style = []
ShowColumns = False
ColumnsFont.Charset = DEFAULT_CHARSET
ColumnsFont.Color = 2631720
ColumnsFont.Height = -11
ColumnsFont.Name = 'Tahoma'
ColumnsFont.Style = []
SetFocusOnEnter = True
end
object TimerUpdate: TTimer
Interval = 60000
OnTimer = TimerUpdateTimer
Left = 184
Top = 144
end
end