-
Notifications
You must be signed in to change notification settings - Fork 0
/
Edit.lfm
executable file
·49 lines (49 loc) · 922 Bytes
/
Edit.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
object EditFrm: TEditFrm
Left = 276
Top = 179
Width = 485
Height = 275
Caption = 'Edit subs'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
PixelsPerInch = 96
object Memo1: TMemo
Left = 0
Top = 0
Width = 373
Height = 248
Align = alClient
TabOrder = 0
end
object Panel1: TPanel
Left = 373
Top = 0
Width = 104
Height = 248
Align = alRight
TabOrder = 1
object Button1: TButton
Left = 14
Top = 14
Width = 75
Height = 25
Caption = 'Ok'
Default = True
ModalResult = 1
TabOrder = 0
end
object Button2: TButton
Left = 14
Top = 45
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
end
end