-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathMain.dfm
129 lines (129 loc) · 2.63 KB
/
Main.dfm
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
object Form1: TForm1
Left = 0
Top = 0
Caption = 'Transition effet for Delphi Tokyo by Execute SARL'
ClientHeight = 299
ClientWidth = 635
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Panel2: TPanel
Left = 0
Top = 0
Width = 635
Height = 258
Align = alClient
Caption = 'Panel2'
TabOrder = 1
Visible = False
object Shape1: TShape
Left = 88
Top = 56
Width = 65
Height = 65
end
object Shape2: TShape
Left = 232
Top = 112
Width = 65
Height = 65
Shape = stCircle
end
object Shape3: TShape
Left = 416
Top = 64
Width = 137
Height = 113
Shape = stRoundRect
end
end
object Panel3: TPanel
Left = 0
Top = 258
Width = 635
Height = 41
Align = alBottom
Caption = 'Panel3'
TabOrder = 2
object Button1: TButton
Left = 280
Top = 8
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 635
Height = 258
Align = alClient
Caption = 'Panel1'
TabOrder = 0
ExplicitTop = 2
object Shape4: TShape
Left = 136
Top = 32
Width = 65
Height = 65
Brush.Color = clYellow
end
object Shape5: TShape
Left = 464
Top = 48
Width = 65
Height = 65
Brush.Color = clRed
Shape = stCircle
end
object Shape6: TShape
Left = 146
Top = 127
Width = 137
Height = 113
Brush.Color = clTeal
Shape = stRoundRect
end
object Edit1: TEdit
Left = 234
Top = 56
Width = 121
Height = 21
TabOrder = 0
Text = 'Edit1'
end
object DatePicker1: TDatePicker
Left = 303
Top = 160
Date = 43098.000000000000000000
DateFormat = 'dd/MM/yyyy'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
TabOrder = 1
end
object TimePicker1: TTimePicker
Left = 459
Top = 160
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Segoe UI'
Font.Style = []
TabOrder = 2
Time = 43098.427778402780000000
TimeFormat = 'hh:mm'
end
end
end