-
Notifications
You must be signed in to change notification settings - Fork 2
/
DialogForm.fmx
49 lines (49 loc) · 1.29 KB
/
DialogForm.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
object frmDlg: TfrmDlg
Left = 0
Top = 0
BorderStyle = None
Caption = 'Form3'
ClientHeight = 45
ClientWidth = 212
Position = ScreenCenter
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
DesignerMasterStyle = 0
object Layout1: TLayout
Align = Client
Size.Width = 212.000000000000000000
Size.Height = 45.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
object Button1: TButton
Align = Bottom
Position.Y = 23.000000000000000000
Size.Width = 212.000000000000000000
Size.Height = 22.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Text = 'OK'
OnClick = Button1Click
end
object Rectangle1: TRectangle
Align = Contents
Fill.Color = x2E346F99
Locked = True
HitTest = False
Size.Width = 212.000000000000000000
Size.Height = 45.000000000000000000
Size.PlatformDefault = False
Stroke.Bitmap.WrapMode = Tile
Stroke.Kind = Bitmap
end
object Label1: TLabel
Align = Top
Size.Width = 212.000000000000000000
Size.Height = 17.000000000000000000
Size.PlatformDefault = False
TextSettings.HorzAlign = Center
TabOrder = 2
end
end
end