-
Notifications
You must be signed in to change notification settings - Fork 0
/
u_debug.lfm
74 lines (74 loc) · 1.52 KB
/
u_debug.lfm
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
object f_debug: Tf_debug
Left = 422
Height = 149
Top = 381
Width = 787
Caption = 'Отладка процесса NW.js'
ClientHeight = 149
ClientWidth = 787
OnClose = FormClose
OnShow = FormShow
LCLVersion = '1.8.2.0'
object top_panel: TPanel
Left = 0
Height = 32
Top = 0
Width = 787
Align = alTop
BevelOuter = bvNone
ClientHeight = 32
ClientWidth = 787
Color = 5000268
ParentColor = False
TabOrder = 0
object re_debug: TLabel
Left = 4
Height = 24
Top = 4
Width = 102
Align = alLeft
Alignment = taCenter
AutoSize = False
BorderSpacing.Around = 4
Caption = 'Перезапуск'
Color = 6052956
Font.Color = clWhite
Layout = tlCenter
ParentColor = False
ParentFont = False
Transparent = False
end
object stop_debug: TLabel
Left = 110
Height = 24
Top = 4
Width = 105
Align = alLeft
Alignment = taCenter
AutoSize = False
BorderSpacing.Around = 4
Caption = 'Остановить'
Color = 6052956
Font.Color = clWhite
Layout = tlCenter
ParentColor = False
ParentFont = False
Transparent = False
end
end
object debug_log: TMemo
Left = 0
Height = 117
Top = 32
Width = 787
Align = alClient
BorderStyle = bsNone
Color = 4737096
Font.Color = 8716233
ParentFont = False
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 1
WordWrap = False
end
end