Gemini Test
This commit is contained in:
@@ -8,6 +8,7 @@ object Form1: TForm1
|
||||
FormFactor.Height = 480
|
||||
FormFactor.Devices = [Desktop]
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
DesignerMasterStyle = 0
|
||||
object AskButton: TButton
|
||||
Anchors = [akRight, akBottom]
|
||||
@@ -187,4 +188,9 @@ object Form1: TForm1
|
||||
Text = 'in/out'
|
||||
TabOrder = 4
|
||||
end
|
||||
object ApplicationEvents: TApplicationEvents
|
||||
OnIdle = ApplicationEventsIdle
|
||||
Left = 768
|
||||
Top = 58
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user