-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathprogress.fmx
41 lines (41 loc) · 1.07 KB
/
progress.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
object frmProgress: TfrmProgress
Left = 0
Top = 0
BorderIcons = []
BorderStyle = Single
Caption = 'Migratooor'
ClientHeight = 94
ClientWidth = 450
Position = MainFormCenter
FormStyle = StayOnTop
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object btnCancel: TButton
Cancel = True
Position.X = 185.000000000000000000
Position.Y = 56.000000000000000000
TabOrder = 0
Text = 'Cancel'
TextSettings.Trimming = None
OnClick = btnCancelClick
end
object indicator: TAniIndicator
Position.X = 16.000000000000000000
Position.Y = 8.000000000000000000
Size.Width = 32.000000000000000000
Size.Height = 32.000000000000000000
Size.PlatformDefault = False
end
object lblMessage: TLabel
Position.X = 56.000000000000000000
Position.Y = 16.000000000000000000
Size.Width = 378.000000000000000000
Size.Height = 16.000000000000000000
Size.PlatformDefault = False
TextSettings.HorzAlign = Center
TextSettings.WordWrap = False
TabOrder = 2
end
end