Kitchen Pages, KitCAD i3 KGC rX - SDK source - Index
This, main.dfm requires:- main.pas
modified DCEF 3.0; main.dfm
object MainForm: TMainForm
Left = 276
Top = 194
Caption = 'Chromium Embedded'
ClientHeight = 652
ClientWidth = 864
Color = clBtnFace
TransparentColor = True
TransparentColorValue = clFuchsia
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
Menu = MainMenu
Icon.Data = {
0000010001002020100000000000E80200001600000028000000200000004000
0000010004000000000080020000000000000000000000000000000000000000
0000000080000080000000808000800000008000800080800000C0C0C0008080
80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
0000000000000000000000000000000000000007000000000000000000000000
0000008707000000000000000000000000007707070000000000007700000000
0003770707000000000007770000000000887707070000000700737000000000
0778870708700700007738077700000007F737070870770770737077F0070000
0777777808707F3777370770000000000077F77808707F87F0707F0FF7880007
7000777807808F7F870F0078337707777777F77807883FF330007813777F0887
7777FF7008838838003333777F7F000887777880888888BBB338877700077880
000008808333BBBB33BB00007777788888833833333BBBBBB00077777700F777
77777883333BBBBBB3333887000070000007777BBBBBBBBBB000000000000077
7700077BBBBBFBBBBBB00777770007777770777BBBBBBBBFF33B7FFF77700077
8007777BBB3BBBBBBFF33877000000000078777877F3BB3BB77FF33387000000
7837778877703BF33F777000783700008877073F8000377088F7777000070003
F780038780700370038F777000000000700088FF807707770038FF7770700000
000837FF7070000007F387000000000000037F77807000000070337077000000
0000077770700000000008870000000000000777707000000000777700000000
000000077070000000000070000000000000000000000000000000000000FFFF
FFFFFFEFFFFFFFCBFFFFFF2BFFCFFE2BFF8FFC2BFB1FF829BC23F8292446F809
009FFC090120E70902C08008070080180C00E010000E1F9000F0000007030000
000F7E0007FFC380018381000001C600000FFC000003F0010070F087101EE185
981FF7048C05FE05F83FFE05FD13FF85FF8FFF85FF0FFFE5FFDFFFFFFFFF}
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 0
Top = 429
Width = 864
Height = 3
Cursor = crVSplit
Align = alBottom
Visible = False
end
object crm: TChromium
Left = 0
Top = 25
Width = 864
Height = 404
Align = alClient
DefaultUrl = 'about:blank'
TabOrder = 0
OnLoadStart = crmLoadStart
OnLoadEnd = crmLoadEnd
OnAddressChange = crmAddressChange
OnTitleChange = crmTitleChange
OnStatusMessage = crmStatusMessage
OnBeforePopup = crmBeforePopup
OnBeforeResourceLoad = crmBeforeResourceLoad
Options.WebSecurity = STATE_DISABLED
Options.Webgl = STATE_ENABLED
end
object StatusBar: TStatusBar
Left = 0
Top = 633
Width = 864
Height = 19
Panels = <>
SimplePanel = True
end
object debug: TChromium
Left = 0
Top = 432
Width = 864
Height = 201
Align = alBottom
DefaultUrl = 'about:blank'
TabOrder = 2
Visible = False
end
object Panel1: TPanel
Left = 0
Top = 0
Width = 864
Height = 25
Align = alTop
TabOrder = 3
Visible = False
DesignSize = (
864
25)
object SpeedButton1: TSpeedButton
Left = 0
Top = 0
Width = 23
Height = 22
Action = actPrev
end
object SpeedButton2: TSpeedButton
Left = 24
Top = 0
Width = 23
Height = 22
Action = actNext
end
object SpeedButton3: TSpeedButton
Left = 48
Top = 0
Width = 23
Height = 22
Action = actHome
end
object SpeedButton4: TSpeedButton
Left = 72
Top = 0
Width = 23
Height = 22
Action = actReload
end
object SpeedButton5: TSpeedButton
Left = 841
Top = 0
Width = 23
Height = 22
Action = actGoTo
Anchors = [akTop, akRight]
end
object edAddress: TEdit
Left = 95
Top = 0
Width = 744
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
Text = 'about:blank'
OnKeyPress = edAddressKeyPress
end
end
object RichEdit1: TRichEdit
Left = 168
Top = 192
Width = 696
Height = 435
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
PlainText = True
TabOrder = 4
Visible = False
WantTabs = True
WordWrap = False
end
object RichEdit2: TRichEdit
Left = 160
Top = 161
Width = 696
Height = 435
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
ParentFont = False
PlainText = True
TabOrder = 5
Visible = False
WantTabs = True
WordWrap = False
end
object RichEdit3: TRichEdit
Left = 168
Top = 161
Width = 696
Height = 435
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
HideSelection = False
HideScrollBars = False
ParentFont = False
PlainText = True
TabOrder = 6
Visible = False
WantTabs = True
WordWrap = False
end
object ActionList: TActionList
Left = 624
Top = 112
object actPrev: TAction
Caption = '<-'
Enabled = False
OnExecute = actPrevExecute
OnUpdate = actPrevUpdate
end
object actNext: TAction
Caption = '->'
Enabled = False
OnExecute = actNextExecute
OnUpdate = actNextUpdate
end
object actHome: TAction
Caption = 'H'
OnExecute = actHomeExecute
OnUpdate = actHomeUpdate
end
object actReload: TAction
Caption = 'R'
OnExecute = actReloadExecute
OnUpdate = actReloadUpdate
end
object actGoTo: TAction
Caption = '>'
OnExecute = actGoToExecute
end
object actGetSource: TAction
Caption = 'Get source'
OnExecute = actGetSourceExecute
end
object actGetText: TAction
Caption = 'Get text'
OnExecute = actGetTextExecute
end
object actZoomIn: TAction
Caption = 'Zoom in'
OnExecute = actZoomInExecute
end
object actZoomOut: TAction
Caption = 'Zoom out'
OnExecute = actZoomOutExecute
end
object actZoomReset: TAction
Caption = 'Zoom reset'
OnExecute = actZoomResetExecute
end
object actExecuteJS: TAction
Caption = 'Execute JavaScript'
OnExecute = actExecuteJSExecute
end
object actDom: TAction
Caption = 'Hook DOM'
OnExecute = actDomExecute
end
object actDevTool: TAction
Caption = 'Show DevTools'
ShortCut = 123
OnExecute = actDevToolExecute
end
object actDoc: TAction
Caption = 'Documentation'
OnExecute = actDocExecute
end
object actGroup: TAction
Caption = 'Google group'
OnExecute = actGroupExecute
end
object actFileScheme: TAction
Caption = 'File Scheme'
OnExecute = actFileSchemeExecute
end
object actChromeDevTool: TAction
Caption = 'Debug in Chrome'
OnExecute = actChromeDevToolExecute
end
object actPrint: TAction
Caption = 'Print'
OnExecute = actPrintExecute
end
end
object MainMenu: TMainMenu
Left = 624
Top = 56
object File1: TMenuItem
Caption = '&File'
Visible = False
object Print1: TMenuItem
Action = actPrint
end
object Exit1: TMenuItem
Caption = 'Exit'
ShortCut = 16465
OnClick = Exit1Click
end
end
object est1: TMenuItem
Caption = '&Test'
Visible = False
object mGetsource: TMenuItem
Action = actGetSource
end
object mGetText: TMenuItem
Action = actGetText
end
object ExecuteJavaScript1: TMenuItem
Action = actExecuteJS
end
object Zoomin1: TMenuItem
Action = actZoomIn
end
object Zoomout1: TMenuItem
Action = actZoomOut
end
object Zoomreset1: TMenuItem
Action = actZoomReset
end
object actFileScheme1: TMenuItem
Action = actFileScheme
end
object VisitDOM1: TMenuItem
Action = actDom
end
object DevelopperTools1: TMenuItem
Action = actDevTool
end
object DebuginChrome1: TMenuItem
Action = actChromeDevTool
end
end
object Help1: TMenuItem
Caption = 'Help'
Visible = False
object Documentation1: TMenuItem
Action = actDoc
end
object Googlegroup1: TMenuItem
Action = actGroup
end
end
end
object SaveDialog: TSaveDialog
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Left = 624
Top = 176
end
object Timer1: TTimer
Enabled = False
Interval = 100
OnTimer = Timer1Timer
Left = 520
Top = 112
end
object Timer2: TTimer
OnTimer = Timer2Timer
Left = 520
Top = 168
end
object Timer3: TTimer
Enabled = False
Interval = 30000
OnTimer = Timer3Timer
Left = 520
Top = 224
end
object OpenDialog1: TOpenDialog
Left = 616
Top = 240
end
object Timer4: TTimer
Enabled = False
OnTimer = Timer4Timer
Left = 520
Top = 288
end
end
Copyright 2015-2016, all rights reserved. License.