-
Notifications
You must be signed in to change notification settings - Fork 9
/
uMain.fmx
55 lines (55 loc) · 1.54 KB
/
uMain.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
object FormMain: TFormMain
Left = 0
Top = 0
ClientHeight = 429
ClientWidth = 320
Padding.Left = 8.000000000000000000
Padding.Top = 8.000000000000000000
Padding.Right = 8.000000000000000000
Padding.Bottom = 8.000000000000000000
FormFactor.Width = 320
FormFactor.Height = 480
FormFactor.Devices = [Desktop]
OnCreate = FormCreate
DesignerMasterStyle = 3
object Button1: TButton
Align = Top
Position.X = 8.000000000000000000
Position.Y = 48.000000000000000000
Size.Width = 304.000000000000000000
Size.Height = 49.000000000000000000
Size.PlatformDefault = False
TabOrder = 0
Text = 'ShowMessage'
OnClick = Button1Click
end
object ComboBox1: TComboBox
Align = Top
Margins.Bottom = 8.000000000000000000
Position.X = 8.000000000000000000
Position.Y = 8.000000000000000000
Size.Width = 304.000000000000000000
Size.Height = 32.000000000000000000
Size.PlatformDefault = False
TabOrder = 1
OnChange = ComboBox1Change
end
object TimeEdit1: TTimeEdit
Time = 0.684027777777777800
Position.X = 16.000000000000000000
Position.Y = 112.000000000000000000
Size.Width = 113.000000000000000000
Size.Height = 32.000000000000000000
Size.PlatformDefault = False
TabOrder = 3
end
object DateEdit1: TDateEdit
Date = 42831.000000000000000000
Position.X = 16.000000000000000000
Position.Y = 160.000000000000000000
Size.Width = 145.000000000000000000
Size.Height = 32.000000000000000000
Size.PlatformDefault = False
TabOrder = 4
end
end