-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathLMS.Form.User.dfm
More file actions
57 lines (57 loc) · 1.27 KB
/
LMS.Form.User.dfm
File metadata and controls
57 lines (57 loc) · 1.27 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
54
55
56
57
object LMSUserForm: TLMSUserForm
Left = 0
Top = 0
Caption = 'LMSUserForm'
ClientHeight = 399
ClientWidth = 671
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
FormStyle = fsMDIChild
OldCreateOrder = False
Visible = True
OnClose = FormClose
PixelsPerInch = 96
TextHeight = 13
object ActionToolBar1: TActionToolBar
Left = 0
Top = 0
Width = 671
Height = 23
ActionManager = ActionManager1
Caption = 'ActionToolBar1'
Color = clMenuBar
ColorMap.DisabledFontColor = 7171437
ColorMap.HighlightColor = clWhite
ColorMap.BtnSelectedFont = clBlack
ColorMap.UnusedColor = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
Spacing = 0
end
object ActionManager1: TActionManager
ActionBars = <
item
Items = <
item
Action = Action1
Caption = '&Open courses'
end>
ActionBar = ActionToolBar1
end>
Left = 520
Top = 80
StyleName = 'Platform Default'
object Action1: TAction
Caption = 'Open courses'
OnExecute = Action1Execute
end
end
end