OSDN Git Service

first commit
[dirview/dirviewer.git] / Unit1.fmx
1 object Form1: TForm1
2   Left = 0
3   Top = 0
4   Caption = 'Form1'
5   ClientHeight = 480
6   ClientWidth = 640
7   FormFactor.Width = 320
8   FormFactor.Height = 480
9   FormFactor.Devices = [Desktop]
10   OnCreate = FormCreate
11   DesignerMasterStyle = 0
12   object ListView1: TListView
13     ItemAppearanceClassName = 'TListItemAppearance'
14     ItemEditAppearanceClassName = 'TListItemShowCheckAppearance'
15     HeaderAppearanceClassName = 'TListHeaderObjects'
16     FooterAppearanceClassName = 'TListHeaderObjects'
17     Align = Client
18     Size.Width = 351.000000000000000000
19     Size.Height = 480.000000000000000000
20     Size.PlatformDefault = False
21     TabOrder = 0
22     OnDblClick = ListView1DblClick
23   end
24   object ListBox1: TListBox
25     Align = Left
26     Size.Width = 289.000000000000000000
27     Size.Height = 480.000000000000000000
28     Size.PlatformDefault = False
29     TabOrder = 1
30     OnDblClick = ListBox1DblClick
31     DisableFocusEffect = True
32     DefaultItemStyles.ItemStyle = ''
33     DefaultItemStyles.GroupHeaderStyle = ''
34     DefaultItemStyles.GroupFooterStyle = ''
35     OnChange = ListBox1Change
36   end
37 end