-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathufrmDelphiVersionsFM.Macintosh.fmx
More file actions
55 lines (55 loc) · 1.63 KB
/
ufrmDelphiVersionsFM.Macintosh.fmx
File metadata and controls
55 lines (55 loc) · 1.63 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
inherited frmDelphiVersionsFM_Macintosh: TfrmDelphiVersionsFM_Macintosh
DesignerMasterStyle = 0
inherited ToolbarHolder: TLayout
inherited ToolbarPopup: TPopup
inherited ToolBar1: TToolBar
inherited ToolbarApplyButton: TButton
TextSettings.FontColor = claBlack
end
inherited ToolbarCloseButton: TButton
TextSettings.FontColor = claBlack
end
inherited ToolbarAddButton: TButton
TextSettings.FontColor = claBlack
end
end
end
end
inherited lblIntro: TLabel
TextSettings.FontColor = claBlack
end
inherited lbDefines: TListBox
Viewport.Width = 761.00000000000000000
Viewport.Height = 318.00000000000000000
end
inherited pnlBottom: TPanel
inherited lblRef1: TLabel
TextSettings.FontColor = claBlack
end
inherited lblRef2: TLabel
TextSettings.FontColor = claBlack
end
inherited Label1: TLabel
TextSettings.FontColor = claBlack
end
inherited Label2: TLabel
TextSettings.FontColor = claBlack
end
inherited edtAboutLink: TEdit
TextSettings.Font.StyleExt = {04040000000000000004000000}
TextSettings.FontColor = claBlack
end
inherited edtClassLink: TEdit
TextSettings.Font.StyleExt = {04040000000000000004000000}
TextSettings.FontColor = claBlack
end
inherited edtDirectivesLink: TEdit
TextSettings.Font.StyleExt = {04040000000000000004000000}
TextSettings.FontColor = claBlack
end
inherited edtVersionsLink: TEdit
TextSettings.Font.StyleExt = {04040000000000000004000000}
TextSettings.FontColor = claBlack
end
end
end