-
Notifications
You must be signed in to change notification settings - Fork 2
/
Unit7.dfm
100 lines (100 loc) · 1.98 KB
/
Unit7.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
object Form7: TForm7
Left = 0
Top = 0
Caption = 'Form7'
ClientHeight = 181
ClientWidth = 410
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object LabelCurrentPkg: TLabel
Left = 248
Top = 88
Width = 104
Height = 40
Caption = '0.00 W'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -33
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object LabelTDP: TLabel
Left = 288
Top = 24
Width = 33
Height = 23
Caption = '0 W'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object LabelIsMSR: TLabel
Left = 120
Top = 24
Width = 42
Height = 23
Caption = 'False'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 48
Top = 24
Width = 66
Height = 23
Caption = 'Is MSR:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label2: TLabel
Left = 241
Top = 24
Width = 41
Height = 23
Caption = 'TDP:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 42
Top = 88
Width = 200
Height = 40
Caption = 'CPU Package:'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGreen
Font.Height = -33
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 360
Top = 24
end
end