-
Notifications
You must be signed in to change notification settings - Fork 0
/
UnitMulticoreLog.dfm
50 lines (50 loc) · 1.02 KB
/
UnitMulticoreLog.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
object FrameMulticoreLog: TFrameMulticoreLog
Left = 0
Top = 0
Width = 640
Height = 27
TabOrder = 0
object LabelDescription: TLabel
Left = 0
Top = 4
Width = 212
Height = 15
Caption = 'multicore log file (takes effect instantly):'
end
object ButtonEnable: TButton
Left = 224
Top = 0
Width = 120
Height = 24
Caption = 'Enable Log'
TabOrder = 0
OnClick = ButtonEnableClick
end
object ButtonShow: TButton
Left = 352
Top = 0
Width = 120
Height = 24
Caption = 'Show Current Log'
TabOrder = 1
OnClick = ButtonShowClick
end
object ButtonDisable: TButton
Left = 480
Top = 0
Width = 120
Height = 24
Caption = 'Delete && Disable Log'
TabOrder = 2
OnClick = ButtonDisableClick
end
object ActionList: TActionList
Left = 128
object FileRun: TFileRun
Browse = False
BrowseDlg.Title = 'Run'
Operation = 'open'
ShowCmd = scShowNormal
end
end
end