You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-12-13 21:45:55 +02:00
Show more post information in the SimpleServer demo
Launch the default web browser from the SimpleServer demo.
This commit is contained in:
@@ -78,21 +78,31 @@ object SimpleServerFrm: TSimpleServerFrm
|
||||
Left = 312
|
||||
Top = 8
|
||||
Width = 105
|
||||
Height = 79
|
||||
Height = 21
|
||||
Caption = 'Start'
|
||||
TabOrder = 3
|
||||
OnClick = StartBtnClick
|
||||
end
|
||||
object StopBtn: TButton
|
||||
Left = 434
|
||||
Top = 8
|
||||
Left = 312
|
||||
Top = 37
|
||||
Width = 105
|
||||
Height = 79
|
||||
Height = 21
|
||||
Caption = 'Stop'
|
||||
Enabled = False
|
||||
TabOrder = 4
|
||||
OnClick = StopBtnClick
|
||||
end
|
||||
object OpenBtn: TButton
|
||||
Left = 312
|
||||
Top = 65
|
||||
Width = 105
|
||||
Height = 21
|
||||
Caption = 'Open web browser'
|
||||
Enabled = False
|
||||
TabOrder = 5
|
||||
OnClick = OpenBtnClick
|
||||
end
|
||||
end
|
||||
object ConnectionLogMem: TMemo
|
||||
Left = 0
|
||||
|
||||
Reference in New Issue
Block a user