Subversion Repositories fastphp

Compare Revisions

Regard whitespace Rev 7 → Rev 8

/trunk/EditorMain.dfm
0,0 → 1,223
object Form1: TForm1
Left = 0
Top = 0
Caption = 'ViaThinkSoft FastPHP'
ClientHeight = 661
ClientWidth = 1120
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
WindowState = wsMaximized
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 0
Top = 385
Width = 1120
Height = 3
Cursor = crVSplit
Align = alBottom
ExplicitTop = 262
ExplicitWidth = 399
end
object PageControl1: TPageControl
Left = 0
Top = 388
Width = 1120
Height = 273
ActivePage = HtmlTabSheet
Align = alBottom
TabOrder = 0
object PlaintextTabSheet: TTabSheet
Caption = 'Plaintext'
object Memo2: TMemo
Left = 0
Top = 0
Width = 1112
Height = 245
Align = alClient
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
ReadOnly = True
ScrollBars = ssBoth
TabOrder = 0
OnDblClick = Memo2DblClick
end
end
object HtmlTabSheet: TTabSheet
Caption = 'HTML'
ImageIndex = 1
object WebBrowser1: TWebBrowser
Left = 0
Top = 0
Width = 1112
Height = 245
Align = alClient
TabOrder = 0
OnBeforeNavigate2 = WebBrowser1BeforeNavigate2
ExplicitWidth = 348
ExplicitHeight = 150
ControlData = {
4C000000EE720000521900000000000000000000000000000000000000000000
000000004C000000000000000000000001000000E0D057007335CF11AE690800
2B2E126200000000000000004C0000000114020000000000C000000000000046
8000000000000000000000000000000000000000000000000000000000000000
00000000000000000100000000000000000000000000000000000000}
end
end
end
object PageControl2: TPageControl
Left = 0
Top = 36
Width = 1120
Height = 349
ActivePage = HelpTabsheet
Align = alClient
TabOrder = 1
OnChanging = PageControl2Changing
object TabSheet3: TTabSheet
Caption = 'Scrap'
object SynEdit1: TSynEdit
Left = 0
Top = 0
Width = 1112
Height = 321
Align = alClient
ActiveLineColor = clInfoBk
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
TabOrder = 0
Gutter.Font.Charset = DEFAULT_CHARSET
Gutter.Font.Color = clWindowText
Gutter.Font.Height = -11
Gutter.Font.Name = 'Courier New'
Gutter.Font.Style = []
Gutter.ShowLineNumbers = True
Highlighter = SynPHPSyn1
Lines.Strings = (
'SynEdit1')
Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoTabIndent, eoTrimTrailingSpaces]
WantTabs = True
FontSmoothing = fsmNone
end
end
object HelpTabsheet: TTabSheet
Caption = 'Help'
ImageIndex = 1
object WebBrowser2: TWebBrowser
Left = 0
Top = 0
Width = 1112
Height = 321
Align = alClient
TabOrder = 0
ExplicitWidth = 300
ExplicitHeight = 150
ControlData = {
4C000000EE7200002D2100000000000000000000000000000000000000000000
000000004C000000000000000000000001000000E0D057007335CF11AE690800
2B2E126200000000000000004C0000000114020000000000C000000000000046
8000000000000000000000000000000000000000000000000000000000000000
00000000000000000100000000000000000000000000000000000000}
end
end
end
object Panel1: TPanel
Left = 544
Top = 112
Width = 185
Height = 41
Caption = 'Generating help. Please wait...'
TabOrder = 2
Visible = False
end
object Panel2: TPanel
Left = 0
Top = 0
Width = 1120
Height = 36
Align = alTop
TabOrder = 3
object Button1: TButton
Left = 4
Top = 0
Width = 75
Height = 35
Caption = 'Run'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 85
Top = 0
Width = 75
Height = 35
Caption = 'Help'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 166
Top = 0
Width = 75
Height = 35
Caption = 'Goto'
TabOrder = 2
OnClick = Button3Click
end
end
object OpenDialog1: TOpenDialog
DefaultExt = '.chm'
FileName = 'php_manual_en.chm'
Filter = 'Help files (*.chm)|*.chm'
Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
Title = 'Please select your PHP Help file (CHM format)'
Left = 504
Top = 248
end
object OpenDialog3: TOpenDialog
DefaultExt = '.php'
FileName = 'scap.php'
Filter = 'PHP file (*.php)|*.php|All files (*.*)|*.*'
Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
Title = 'Where should the scrap file be saved?'
Left = 608
Top = 248
end
object SynPHPSyn1: TSynPHPSyn
Options.AutoDetectEnabled = False
Options.AutoDetectLineLimit = 0
Options.Visible = False
CommentAttri.Foreground = 33023
IdentifierAttri.Foreground = clOlive
KeyAttri.Foreground = 4227072
NumberAttri.Foreground = 213
StringAttri.Foreground = 16744576
SymbolAttri.Foreground = 4227072
VariableAttri.Foreground = 213
Left = 72
Top = 80
end
object SynEditFocusTimer: TTimer
Enabled = False
Interval = 500
OnTimer = SynEditFocusTimerTimer
Left = 668
Top = 249
end
end