-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdata_memo_unit.lfm
More file actions
53 lines (53 loc) · 1.07 KB
/
data_memo_unit.lfm
File metadata and controls
53 lines (53 loc) · 1.07 KB
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
object data_child_form: Tdata_child_form
Left = 305
Height = 617
Top = 180
Width = 588
BorderIcons = [biSystemMenu]
BorderStyle = bsSizeToolWin
Caption = ' info ...'
ClientHeight = 617
ClientWidth = 588
Color = 15852503
DesignTimePPI = 120
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Arial'
Font.Style = [fsBold]
FormStyle = fsStayOnTop
OnClose = FormClose
OnCreate = FormCreate
OnResize = FormResize
LCLVersion = '3.4.0.0'
Scaled = False
object data_memo: TMemo
Left = 0
Height = 568
Top = 2
Width = 570
BorderStyle = bsNone
Color = 15852503
Font.Color = clNavy
Font.Height = -13
Font.Name = 'Arial'
Font.Style = [fsBold, fsItalic]
HideSelection = False
Lines.Strings = (
'data_memo'
)
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
WordWrap = False
end
object copy_all_button: TButton
Left = 462
Height = 22
Top = 2
Width = 70
Caption = 'copy all'
TabOrder = 1
OnClick = copy_all_buttonClick
end
end