Router4Delphi/sample/Demo/Views/Components/Router4DelphiDemo.View.Components.Sidebar.fmx
Thulio Bittencourt 805f109609 Commit Inicial
2020-07-17 11:02:05 -03:00

61 lines
2.0 KiB
Plaintext

object ComponentSideBar: TComponentSideBar
Left = 0
Top = 0
Caption = 'Form4'
ClientHeight = 480
ClientWidth = 640
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object Layout1: TLayout
Align = Client
Size.Width = 640.000000000000000000
Size.Height = 480.000000000000000000
Size.PlatformDefault = False
object Rectangle1: TRectangle
Align = Contents
Fill.Color = xFF36414A
Size.Width = 640.000000000000000000
Size.Height = 480.000000000000000000
Size.PlatformDefault = False
Stroke.Kind = None
end
object ListBox1: TListBox
Align = Client
Size.Width = 640.000000000000000000
Size.Height = 480.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'transparentlistboxstyle'
OnClick = ListBox1Click
DisableFocusEffect = True
ItemHeight = 60.000000000000000000
DefaultItemStyles.ItemStyle = ''
DefaultItemStyles.GroupHeaderStyle = ''
DefaultItemStyles.GroupFooterStyle = ''
Viewport.Width = 640.000000000000000000
Viewport.Height = 480.000000000000000000
object ListBoxItem1: TListBoxItem
TextSettings.Font.Size = 15.000000000000000000
TextSettings.FontColor = claWhite
StyledSettings = [Family, Style, Other]
Padding.Left = 15.000000000000000000
Size.Width = 640.000000000000000000
Size.Height = 60.000000000000000000
Size.PlatformDefault = False
Text = 'Home'
end
object ListBoxItem2: TListBoxItem
TextSettings.Font.Size = 15.000000000000000000
TextSettings.FontColor = claWhite
StyledSettings = [Family, Style, Other]
Position.Y = 60.000000000000000000
Size.Width = 640.000000000000000000
Size.Height = 60.000000000000000000
Size.PlatformDefault = False
Text = 'Cadastros'
end
end
end
end