-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEditFrm.dfm
More file actions
48 lines (48 loc) · 943 Bytes
/
EditFrm.dfm
File metadata and controls
48 lines (48 loc) · 943 Bytes
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
object EditFileForm: TEditFileForm
Left = 227
Top = 699
Width = 557
Height = 294
Caption = 'Edit File'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poMainFormCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 214
Width = 541
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object Button1: TButton
Left = 8
Top = 8
Width = 75
Height = 25
Caption = 'OK'
ModalResult = 1
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 88
Top = 8
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
OnClick = Button2Click
end
end
end