This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
infoform.lfm
103 lines (103 loc) · 2.14 KB
/
infoform.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
object Form3: TForm3
Left = 546
Height = 240
Top = 293
Width = 465
BorderIcons = []
BorderStyle = bsSingle
Caption = 'Info'
ClientHeight = 240
ClientWidth = 465
OnClose = FormClose
LCLVersion = '2.0.10.0'
object Panelresult: TPanel
Left = 0
Height = 150
Top = 90
Width = 465
Align = alBottom
BevelOuter = bvNone
ClientHeight = 150
ClientWidth = 465
TabOrder = 0
object memoresult: TMemo
Left = 0
Height = 120
Top = 30
Width = 465
Align = alClient
BorderStyle = bsNone
Color = clBlack
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -12
Font.Name = 'Consolas'
Font.Pitch = fpFixed
Font.Quality = fqDraft
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object Label1: TLabel
Left = 0
Height = 30
Top = 0
Width = 465
Align = alTop
Caption = 'Result'
Font.CharSet = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -21
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
end
object Panelrequest: TPanel
Left = 0
Height = 90
Top = 0
Width = 465
Align = alClient
BevelOuter = bvNone
ClientHeight = 90
ClientWidth = 465
TabOrder = 1
object memorequest: TMemo
Left = 0
Height = 60
Top = 30
Width = 465
Align = alClient
BorderStyle = bsNone
Color = clBlack
Font.CharSet = ANSI_CHARSET
Font.Color = clWhite
Font.Height = -12
Font.Name = 'Consolas'
Font.Pitch = fpFixed
Font.Quality = fqDraft
ParentFont = False
ReadOnly = True
TabOrder = 0
end
object Label2: TLabel
Left = 0
Height = 30
Top = 0
Width = 465
Align = alTop
Caption = 'Request'
Font.CharSet = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -21
Font.Name = 'Segoe UI'
Font.Pitch = fpVariable
Font.Quality = fqDraft
ParentColor = False
ParentFont = False
end
end
end