forked from motaz/turbobird
-
Notifications
You must be signed in to change notification settings - Fork 0
/
udfinfo.lfm
113 lines (113 loc) · 2.13 KB
/
udfinfo.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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
object fmUDFInfo: TfmUDFInfo
Left = 330
Height = 277
Top = 216
Width = 489
ActiveControl = meBody
Caption = 'fmUDFInfo'
ClientHeight = 277
ClientWidth = 489
KeyPreview = True
OnClose = FormClose
OnKeyDown = FormKeyDown
Position = poScreenCenter
LCLVersion = '1.2.0.3'
object Label1: TLabel
Left = 11
Height = 13
Top = 15
Width = 71
Caption = 'Function Name'
ParentColor = False
end
object Label2: TLabel
Left = 11
Height = 13
Top = 96
Width = 24
Caption = 'Body'
ParentColor = False
end
object Label3: TLabel
Left = 11
Height = 13
Top = 44
Width = 34
Caption = 'Module'
ParentColor = False
end
object Label7: TLabel
Left = 11
Height = 13
Top = 72
Width = 53
Caption = 'Entry Point'
DragCursor = crAppStart
ParentColor = False
end
object meBody: TMemo
Left = 11
Height = 160
Top = 112
Width = 469
Anchors = [akTop, akLeft, akRight, akBottom]
ReadOnly = True
ScrollBars = ssAutoBoth
TabOrder = 0
end
object edName: TEdit
Left = 120
Height = 13
Top = 14
Width = 256
Anchors = [akTop, akLeft, akRight]
AutoSelect = False
BorderStyle = bsNone
Font.Color = clNavy
ParentFont = False
ReadOnly = True
TabOrder = 1
Text = 'edName'
end
object edModule: TEdit
Left = 120
Height = 13
Top = 44
Width = 256
Anchors = [akTop, akLeft, akRight]
AutoSelect = False
BorderStyle = bsNone
Font.Color = clNavy
ParentFont = False
ReadOnly = True
TabOrder = 2
Text = 'edModule'
end
object edEntry: TEdit
Left = 120
Height = 13
Top = 72
Width = 256
Anchors = [akTop, akLeft, akRight]
AutoSelect = False
BorderStyle = bsNone
Font.Color = clNavy
ParentFont = False
ReadOnly = True
TabOrder = 3
Text = 'edGenName'
end
object bbClose: TBitBtn
Left = 462
Height = 24
Top = 4
Width = 27
Anchors = [akTop, akRight]
Caption = ' X '
Color = 16249563
Font.Style = [fsBold]
OnClick = bbCloseClick
ParentFont = False
TabOrder = 4
end
end