Subversion Repositories fastphp

Rev

Rev 3 | Rev 5 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
object Form1: TForm1
2
  Left = 0
3
  Top = 0
4
  Caption = 'ViaThinkSoft FastPHP'
5
  ClientHeight = 661
6
  ClientWidth = 1120
7
  Color = clBtnFace
8
  Font.Charset = DEFAULT_CHARSET
9
  Font.Color = clWindowText
10
  Font.Height = -11
11
  Font.Name = 'Tahoma'
12
  Font.Style = []
13
  OldCreateOrder = False
14
  WindowState = wsMaximized
15
  OnClose = FormClose
16
  OnCreate = FormCreate
17
  OnDestroy = FormDestroy
18
  OnShow = FormShow
19
  PixelsPerInch = 96
20
  TextHeight = 13
21
  object Splitter1: TSplitter
22
    Left = 0
23
    Top = 385
24
    Width = 1120
25
    Height = 3
26
    Cursor = crVSplit
27
    Align = alBottom
28
    ExplicitTop = 262
29
    ExplicitWidth = 399
30
  end
31
  object PageControl1: TPageControl
32
    Left = 0
33
    Top = 388
34
    Width = 1120
35
    Height = 273
36
    ActivePage = HtmlTabSheet
37
    Align = alBottom
38
    TabOrder = 0
39
    object PlaintextTabSheet: TTabSheet
40
      Caption = 'Plaintext'
41
      object Memo2: TMemo
42
        Left = 0
43
        Top = 0
44
        Width = 1112
45
        Height = 245
46
        Align = alClient
47
        Font.Charset = ANSI_CHARSET
48
        Font.Color = clWindowText
49
        Font.Height = -11
50
        Font.Name = 'Courier New'
51
        Font.Style = []
52
        ParentFont = False
53
        ReadOnly = True
54
        ScrollBars = ssBoth
55
        TabOrder = 0
56
      end
57
    end
58
    object HtmlTabSheet: TTabSheet
59
      Caption = 'HTML'
60
      ImageIndex = 1
61
      object WebBrowser1: TWebBrowser
62
        Left = 0
63
        Top = 0
64
        Width = 1112
65
        Height = 245
66
        Align = alClient
67
        TabOrder = 0
68
        ExplicitWidth = 348
69
        ExplicitHeight = 150
70
        ControlData = {
71
          4C000000EE720000521900000000000000000000000000000000000000000000
72
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
73
          2B2E126208000000000000004C0000000114020000000000C000000000000046
74
          8000000000000000000000000000000000000000000000000000000000000000
75
          00000000000000000100000000000000000000000000000000000000}
76
      end
77
    end
78
  end
79
  object PageControl2: TPageControl
80
    Left = 0
81
    Top = 0
82
    Width = 1120
83
    Height = 385
84
    ActivePage = TabSheet3
85
    Align = alClient
86
    TabOrder = 1
87
    OnChanging = PageControl2Changing
88
    object TabSheet3: TTabSheet
89
      Caption = 'Scrap'
4 daniel-mar 90
      object SynEdit1: TSynEdit
2 daniel-mar 91
        Left = 0
92
        Top = 0
93
        Width = 1112
94
        Height = 357
95
        Align = alClient
4 daniel-mar 96
        Font.Charset = DEFAULT_CHARSET
2 daniel-mar 97
        Font.Color = clWindowText
4 daniel-mar 98
        Font.Height = -13
2 daniel-mar 99
        Font.Name = 'Courier New'
100
        Font.Style = []
101
        TabOrder = 0
102
        OnKeyDown = Memo1KeyDown
4 daniel-mar 103
        Gutter.Font.Charset = DEFAULT_CHARSET
104
        Gutter.Font.Color = clWindowText
105
        Gutter.Font.Height = -11
106
        Gutter.Font.Name = 'Courier New'
107
        Gutter.Font.Style = []
108
        Gutter.ShowLineNumbers = True
109
        Highlighter = SynPHPSyn1
110
        Lines.Strings = (
111
          'SynEdit1')
112
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoSmartTabDelete, eoSmartTabs, eoTabIndent, eoTabsToSpaces, eoTrimTrailingSpaces]
113
        WantTabs = True
114
        FontSmoothing = fsmNone
2 daniel-mar 115
      end
116
    end
117
    object HelpTabsheet: TTabSheet
118
      Caption = 'Help'
119
      ImageIndex = 1
120
      object WebBrowser2: TWebBrowser
121
        Left = 0
122
        Top = 0
123
        Width = 1112
124
        Height = 357
125
        Align = alClient
126
        TabOrder = 0
127
        ExplicitWidth = 300
128
        ExplicitHeight = 150
129
        ControlData = {
130
          4C000000EE720000E62400000000000000000000000000000000000000000000
131
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
132
          2B2E126208000000000000004C0000000114020000000000C000000000000046
133
          8000000000000000000000000000000000000000000000000000000000000000
134
          00000000000000000100000000000000000000000000000000000000}
135
      end
136
    end
137
  end
138
  object Panel1: TPanel
139
    Left = 544
140
    Top = 112
141
    Width = 185
142
    Height = 41
143
    Caption = 'Generating help. Please wait...'
144
    TabOrder = 2
145
    Visible = False
146
  end
147
  object OpenDialog1: TOpenDialog
148
    DefaultExt = '.chm'
3 daniel-mar 149
    FileName = 'php_manual_en.chm'
2 daniel-mar 150
    Filter = 'Help files (*.chm)|*.chm'
151
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
152
    Title = 'Please select your PHP Help file (CHM format)'
153
    Left = 504
154
    Top = 248
155
  end
156
  object OpenDialog2: TOpenDialog
157
    DefaultExt = '.exe'
158
    FileName = 'php.exe'
159
    Filter = 'Executable file (*.exe)|*.exe'
160
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
161
    Title = 'Please chose your PHP interpreter (php.exe)'
162
    Left = 552
163
    Top = 248
164
  end
165
  object OpenDialog3: TOpenDialog
166
    DefaultExt = '.php'
3 daniel-mar 167
    FileName = 'scap.php'
2 daniel-mar 168
    Filter = 'PHP file (*.php)|*.php|All files (*.*)|*.*'
169
    Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
170
    Title = 'Where should the scrap file be saved?'
171
    Left = 608
172
    Top = 248
173
  end
4 daniel-mar 174
  object SynPHPSyn1: TSynPHPSyn
175
    Options.AutoDetectEnabled = False
176
    Options.AutoDetectLineLimit = 0
177
    Options.Visible = False
178
    CommentAttri.Foreground = 33023
179
    IdentifierAttri.Foreground = clOlive
180
    KeyAttri.Foreground = 4227072
181
    NumberAttri.Foreground = 213
182
    StringAttri.Foreground = 16744576
183
    SymbolAttri.Foreground = 4227072
184
    VariableAttri.Foreground = 213
185
    Left = 72
186
    Top = 80
187
  end
2 daniel-mar 188
end