You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 74.1.19
- Converted almost all the demos to Lazarus thanks to avra - Reorganized "demos" directory.
This commit is contained in:
84
demos/Delphi_VCL/MDIBrowser/uMainForm.dfm
Normal file
84
demos/Delphi_VCL/MDIBrowser/uMainForm.dfm
Normal file
@@ -0,0 +1,84 @@
|
||||
object MainForm: TMainForm
|
||||
Left = 194
|
||||
Top = 111
|
||||
Cursor = crAppStart
|
||||
Caption = 'Initializing browser. Please wait...'
|
||||
ClientHeight = 631
|
||||
ClientWidth = 1097
|
||||
Color = clAppWorkSpace
|
||||
Font.Charset = DEFAULT_CHARSET
|
||||
Font.Color = clBlack
|
||||
Font.Height = -11
|
||||
Font.Name = 'Default'
|
||||
Font.Style = []
|
||||
FormStyle = fsMDIForm
|
||||
OldCreateOrder = False
|
||||
Position = poScreenCenter
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
PixelsPerInch = 96
|
||||
TextHeight = 13
|
||||
object ButtonPnl: TPanel
|
||||
Left = 0
|
||||
Top = 0
|
||||
Width = 1097
|
||||
Height = 30
|
||||
Align = alTop
|
||||
BevelOuter = bvNone
|
||||
Enabled = False
|
||||
ShowCaption = False
|
||||
TabOrder = 0
|
||||
object NewBtn: TSpeedButton
|
||||
Left = 4
|
||||
Top = 4
|
||||
Width = 23
|
||||
Height = 22
|
||||
Flat = True
|
||||
Glyph.Data = {
|
||||
76010000424D7601000000000000760000002800000020000000100000000100
|
||||
04000000000000010000130B0000130B00001000000000000000000000000000
|
||||
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
|
||||
333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
|
||||
0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
|
||||
07333337F33333337F333330FFFFFFFF07333337F33333337F333330FFFFFFFF
|
||||
07333FF7F33333337FFFBBB0FFFFFFFF0BB37777F3333333777F3BB0FFFFFFFF
|
||||
0BBB3777F3333FFF77773330FFFF000003333337F333777773333330FFFF0FF0
|
||||
33333337F3337F37F3333330FFFF0F0B33333337F3337F77FF333330FFFF003B
|
||||
B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
|
||||
3BB33773333773333773B333333B3333333B7333333733333337}
|
||||
NumGlyphs = 2
|
||||
OnClick = NewBtnClick
|
||||
end
|
||||
object ExitBtn: TSpeedButton
|
||||
Left = 34
|
||||
Top = 4
|
||||
Width = 23
|
||||
Height = 22
|
||||
Flat = True
|
||||
Glyph.Data = {
|
||||
76010000424D7601000000000000760000002800000020000000100000000100
|
||||
04000000000000010000120B0000120B00001000000000000000000000000000
|
||||
800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
|
||||
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
|
||||
03333377777777777F333301BBBBBBBB033333773F3333337F3333011BBBBBBB
|
||||
0333337F73F333337F33330111BBBBBB0333337F373F33337F333301110BBBBB
|
||||
0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
|
||||
0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
|
||||
0333337F337F33337F333301110BBBBB0333337F337FF3337F33330111B0BBBB
|
||||
0333337F337733337F333301110BBBBB0333337F337F33337F333301110BBBBB
|
||||
0333337F3F7F33337F333301E10BBBBB0333337F7F7F33337F333301EE0BBBBB
|
||||
0333337F777FFFFF7F3333000000000003333377777777777333}
|
||||
NumGlyphs = 2
|
||||
OnClick = ExitBtnClick
|
||||
end
|
||||
object NewContextChk: TCheckBox
|
||||
Left = 192
|
||||
Top = 8
|
||||
Width = 257
|
||||
Height = 17
|
||||
Caption = 'Create a new request context for new browsers'
|
||||
TabOrder = 0
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user