-
Notifications
You must be signed in to change notification settings - Fork 2
/
Unit1.fmx
executable file
·145 lines (145 loc) · 4.48 KB
/
Unit1.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Form1'
ClientHeight = 424
ClientWidth = 506
Position = ScreenCenter
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnCreate = FormCreate
OnDestroy = FormDestroy
DesignerMasterStyle = 2
object Log: TMemo
Touch.InteractiveGestures = [Pan, LongTap, DoubleTap]
DataDetectorTypes = []
Align = Bottom
ControlType = Platform
Position.Y = 272.000000000000000000
Size.Width = 506.000000000000000000
Size.Height = 152.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
Viewport.Width = 498.000000000000000000
Viewport.Height = 144.000000000000000000
end
object Edit1: TEdit
Touch.InteractiveGestures = [LongTap, DoubleTap]
Align = Top
TabOrder = 2
ControlType = Platform
Position.X = 5.000000000000000000
Position.Y = 38.000000000000000000
Margins.Left = 5.000000000000000000
Margins.Top = 5.000000000000000000
Margins.Right = 5.000000000000000000
Size.Width = 496.000000000000000000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
end
object Layout1: TLayout
Align = Top
Position.Y = 68.000000000000000000
Size.Width = 506.000000000000000000
Size.Height = 40.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
object btnGetInfo: TButton
Align = Left
ControlType = Platform
Margins.Left = 5.000000000000000000
Margins.Top = 5.000000000000000000
Margins.Right = 5.000000000000000000
Margins.Bottom = 5.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 5.000000000000000000
Size.Width = 116.000000000000000000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
StyleLookup = 'listitembutton'
TabOrder = 0
Text = 'GetInfo'
OnClick = btnGetInfoClick
end
object chkbxFormat: TCheckBox
Align = Left
ControlType = Platform
IsChecked = True
Position.X = 126.000000000000000000
Size.Width = 120.000000000000000000
Size.Height = 40.000000000000000000
Size.PlatformDefault = False
TabOrder = 2
Text = 'Format'
end
end
object Layout2: TLayout
Align = Center
Size.Width = 270.000000000000000000
Size.Height = 128.000000000000000000
Size.PlatformDefault = False
TabOrder = 4
object Label1: TLabel
AutoSize = True
ControlType = Platform
StyledSettings = [Family, Size, FontColor]
Position.X = 69.000000000000000000
Position.Y = 23.000000000000000000
Size.Width = 126.000000000000000000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Style = [fsBold]
TextSettings.WordWrap = False
Text = 'FileSystemSize:'
end
object lblFileSystemSize: TLabel
AutoSize = True
ControlType = Platform
Position.X = 69.000000000000000000
Position.Y = 40.000000000000000000
Size.Width = 15.000000000000000000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
TextSettings.WordWrap = False
Text = '0'
end
object Label2: TLabel
AutoSize = True
ControlType = Platform
StyledSettings = [Family, Size, FontColor]
Position.X = 69.000000000000000000
Position.Y = 78.000000000000000000
Size.Width = 160.000000000000000000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
TextSettings.Font.Style = [fsBold]
TextSettings.WordWrap = False
Text = 'FileSystemFreeSize:'
end
object lblFileSystemFreeSize: TLabel
AutoSize = True
ControlType = Platform
Position.X = 69.000000000000000000
Position.Y = 96.000000000000000000
Size.Width = 15.000000000000000000
Size.Height = 23.000000000000000000
Size.PlatformDefault = False
TextSettings.WordWrap = False
Text = '0'
end
end
object ComboBox1: TComboBox
Align = Top
Margins.Left = 5.000000000000000000
Margins.Top = 3.000000000000000000
Margins.Right = 5.000000000000000000
Position.X = 5.000000000000000000
Position.Y = 3.000000000000000000
Size.Width = 496.000000000000000000
Size.Height = 30.000000000000000000
Size.PlatformDefault = False
TabOrder = 5
OnChange = ComboBox1Change
end
end