source: trunk/UFormMain.fmx

Last change on this file was 3, checked in by chronos, 5 years ago
  • Modified: Odorik API moved to separate unit UOdorikApi.pas.
File size: 4.2 KB
Line 
1object FormMain: TFormMain
2 Left = 0
3 Top = 0
4 Caption = 'OdorikApi'
5 ClientHeight = 473
6 ClientWidth = 588
7 WindowState = wsMaximized
8 FormFactor.Width = 320
9 FormFactor.Height = 480
10 FormFactor.Devices = [Desktop]
11 OnCreate = FormCreate
12 OnShow = FormShow
13 OnSaveState = FormSaveState
14 DesignerMasterStyle = 3
15 object Layout1: TLayout
16 Align = Client
17 Size.Width = 588.000000000000000000
18 Size.Height = 473.000000000000000000
19 Size.PlatformDefault = False
20 TabOrder = 1
21 object ToolBar1: TToolBar
22 Size.Width = 588.000000000000000000
23 Size.Height = 48.000000000000000000
24 Size.PlatformDefault = False
25 TabOrder = 0
26 object SpeedButtonMenu: TSpeedButton
27 Align = Left
28 Size.Width = 48.000000000000000000
29 Size.Height = 48.000000000000000000
30 Size.PlatformDefault = False
31 StyleLookup = 'drawertoolbutton'
32 end
33 end
34 object VertScrollBox2: TVertScrollBox
35 Align = Client
36 Size.Width = 588.000000000000000000
37 Size.Height = 425.000000000000000000
38 Size.PlatformDefault = False
39 TabOrder = 1
40 Viewport.Width = 588.000000000000000000
41 Viewport.Height = 425.000000000000000000
42 object LabelCredit: TLabel
43 Align = Top
44 Margins.Left = 5.000000000000000000
45 Margins.Top = 10.000000000000000000
46 Margins.Right = 5.000000000000000000
47 Margins.Bottom = 10.000000000000000000
48 Position.X = 5.000000000000000000
49 Position.Y = 10.000000000000000000
50 Size.Width = 578.000000000000000000
51 Size.Height = 23.000000000000000000
52 Size.PlatformDefault = False
53 TextSettings.HorzAlign = Center
54 Text = 'Credit:'
55 TabOrder = 0
56 end
57 end
58 end
59 object Timer1: TTimer
60 OnTimer = Timer1Timer
61 Left = 328
62 Top = 344
63 end
64 object MultiView1: TMultiView
65 MasterButton = SpeedButtonMenu
66 Mode = Drawer
67 NavigationPaneOptions.CollapsedWidth = 137.000000000000000000
68 Size.Width = 250.000000000000000000
69 Size.Height = 473.000000000000000000
70 Size.PlatformDefault = False
71 Visible = False
72 TabOrder = 0
73 object Rectangle1: TRectangle
74 Align = Top
75 Size.Width = 250.000000000000000000
76 Size.Height = 97.000000000000000000
77 Size.PlatformDefault = False
78 end
79 object VertScrollBox1: TVertScrollBox
80 Align = Client
81 Size.Width = 250.000000000000000000
82 Size.Height = 376.000000000000000000
83 Size.PlatformDefault = False
84 TabOrder = 1
85 Viewport.Width = 250.000000000000000000
86 Viewport.Height = 376.000000000000000000
87 object RectangleSettings: TRectangle
88 Align = Top
89 Fill.Color = claWhite
90 Size.Width = 250.000000000000000000
91 Size.Height = 50.000000000000000000
92 Size.PlatformDefault = False
93 Stroke.Color = claNull
94 OnClick = RectangleSettingsClick
95 object LabelSettings: TLabel
96 Align = Client
97 Margins.Left = 20.000000000000000000
98 Margins.Top = 5.000000000000000000
99 Margins.Right = 5.000000000000000000
100 Margins.Bottom = 5.000000000000000000
101 Size.Width = 225.000000000000000000
102 Size.Height = 40.000000000000000000
103 Size.PlatformDefault = False
104 Text = 'Settings'
105 TabOrder = 0
106 end
107 end
108 object RectangleCalls: TRectangle
109 Align = Top
110 Fill.Color = claWhite
111 Position.Y = 50.000000000000000000
112 Size.Width = 250.000000000000000000
113 Size.Height = 50.000000000000000000
114 Size.PlatformDefault = False
115 Stroke.Color = claNull
116 OnClick = RectangleCallsClick
117 object Label1: TLabel
118 Align = Client
119 Margins.Left = 20.000000000000000000
120 Margins.Top = 5.000000000000000000
121 Margins.Right = 5.000000000000000000
122 Margins.Bottom = 5.000000000000000000
123 Size.Width = 225.000000000000000000
124 Size.Height = 40.000000000000000000
125 Size.PlatformDefault = False
126 Text = 'Calls'
127 TabOrder = 0
128 end
129 end
130 end
131 end
132end
Note: See TracBrowser for help on using the repository browser.