-
Notifications
You must be signed in to change notification settings - Fork 2
/
ufrmWordnikMain.Windows.fmx
60 lines (60 loc) · 1.84 KB
/
ufrmWordnikMain.Windows.fmx
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
inherited frmWordnikMain_Windows: TfrmWordnikMain_Windows
Caption = 'Wordnik Demo'
ClientWidth = 500
DesignerMasterStyle = 0
inherited Header: TToolBar
Size.Width = 500.000000000000000000
inherited HeaderLabel: TLabel
Size.Width = 500.000000000000000000
end
end
inherited Footer: TToolBar
Size.Width = 500.000000000000000000
inherited imgBotLogo: TImage
MultiResBitmap.Height = 18
MultiResBitmap.Width = 132
Position.X = 115.000000000000000000
Size.Width = 270.000000000000000000
end
end
inherited FlowLayout1: TFlowLayout
Size.Width = 500.000000000000000000
Size.Height = 49.000000000000000000
inherited Label1: TLabel
Size.Width = 95.000000000000000000
Size.PlatformDefault = False
end
inherited edtWordLookup: TEdit
Position.X = 115.000000000000000000
end
inherited Button1: TButton
Position.X = 225.000000000000000000
end
inherited Button2: TButton
Position.X = 315.000000000000000000
end
inherited Button3: TButton
Position.X = 405.000000000000000000
Position.Y = 10.000000000000000000
end
end
inherited Label2: TLabel
Position.Y = 102.000000000000000000
Size.Width = 495.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
inherited lvDefinitions: TListView
Size.Width = 500.000000000000000000
Size.Height = 266.000000000000000000
ItemAppearanceObjects.HeaderObjects.Text.Font.StyleExt = {00040000000200000004000000}
end
inherited Label3: TLabel
Size.Width = 495.000000000000000000
TextSettings.Font.StyleExt = {00070000000000000004000000}
end
inherited lvExamples: TListView
Size.Width = 500.000000000000000000
ItemAppearance.ItemHeight = 52
ItemAppearanceObjects.ItemObjects.Text.Font.Family = 'Segoe WP SemiLight'
end
end