-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFrames.Dialog.dfm
63 lines (63 loc) · 1.16 KB
/
Frames.Dialog.dfm
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
inherited frDialog: TfrDialog
Width = 394
Height = 258
ExplicitWidth = 394
ExplicitHeight = 258
DesignSize = (
394
258)
object gpButtons: TGridPanel
Left = 217
Top = 217
Width = 177
Height = 41
Anchors = [akRight, akBottom]
BevelOuter = bvNone
BorderWidth = 4
ColumnCollection = <
item
Value = 50.000000000000000000
end
item
Value = 50.000000000000000000
end>
ControlCollection = <
item
Column = 0
Control = btnOK
Row = 0
end
item
Column = 1
Control = btnCancel
Row = 0
end>
RowCollection = <
item
Value = 100.000000000000000000
end>
TabOrder = 0
object btnOK: TButton
Left = 4
Top = 4
Width = 84
Height = 33
Align = alClient
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object btnCancel: TButton
Left = 88
Top = 4
Width = 85
Height = 33
Align = alClient
Cancel = True
Caption = #1054#1090#1084#1077#1085#1072
ModalResult = 2
TabOrder = 1
end
end
end