Subversion Repositories fastphp

Rev

Rev 13 | Rev 16 | 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
15 daniel-mar 16
  OnCloseQuery = FormCloseQuery
2 daniel-mar 17
  OnCreate = FormCreate
18
  OnDestroy = FormDestroy
19
  OnShow = FormShow
20
  PixelsPerInch = 96
21
  TextHeight = 13
22
  object Splitter1: TSplitter
23
    Left = 0
24
    Top = 385
25
    Width = 1120
26
    Height = 3
27
    Cursor = crVSplit
28
    Align = alBottom
29
    ExplicitTop = 262
30
    ExplicitWidth = 399
31
  end
32
  object PageControl1: TPageControl
33
    Left = 0
34
    Top = 388
35
    Width = 1120
36
    Height = 273
37
    ActivePage = HtmlTabSheet
38
    Align = alBottom
39
    TabOrder = 0
40
    object PlaintextTabSheet: TTabSheet
41
      Caption = 'Plaintext'
42
      object Memo2: TMemo
43
        Left = 0
44
        Top = 0
45
        Width = 1112
46
        Height = 245
47
        Align = alClient
48
        Font.Charset = ANSI_CHARSET
49
        Font.Color = clWindowText
50
        Font.Height = -11
51
        Font.Name = 'Courier New'
52
        Font.Style = []
53
        ParentFont = False
54
        ReadOnly = True
55
        ScrollBars = ssBoth
56
        TabOrder = 0
5 daniel-mar 57
        OnDblClick = Memo2DblClick
2 daniel-mar 58
      end
59
    end
60
    object HtmlTabSheet: TTabSheet
61
      Caption = 'HTML'
62
      ImageIndex = 1
63
      object WebBrowser1: TWebBrowser
64
        Left = 0
65
        Top = 0
66
        Width = 1112
67
        Height = 245
68
        Align = alClient
69
        TabOrder = 0
5 daniel-mar 70
        OnBeforeNavigate2 = WebBrowser1BeforeNavigate2
2 daniel-mar 71
        ExplicitWidth = 348
72
        ExplicitHeight = 150
73
        ControlData = {
74
          4C000000EE720000521900000000000000000000000000000000000000000000
75
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
8 daniel-mar 76
          2B2E126200000000000000004C0000000114020000000000C000000000000046
2 daniel-mar 77
          8000000000000000000000000000000000000000000000000000000000000000
78
          00000000000000000100000000000000000000000000000000000000}
79
      end
80
    end
81
  end
82
  object PageControl2: TPageControl
83
    Left = 0
5 daniel-mar 84
    Top = 36
2 daniel-mar 85
    Width = 1120
5 daniel-mar 86
    Height = 349
13 daniel-mar 87
    ActivePage = TabSheet3
2 daniel-mar 88
    Align = alClient
89
    TabOrder = 1
90
    OnChanging = PageControl2Changing
91
    object TabSheet3: TTabSheet
92
      Caption = 'Scrap'
4 daniel-mar 93
      object SynEdit1: TSynEdit
2 daniel-mar 94
        Left = 0
95
        Top = 0
96
        Width = 1112
5 daniel-mar 97
        Height = 321
2 daniel-mar 98
        Align = alClient
13 daniel-mar 99
        ActiveLineColor = 16777145
4 daniel-mar 100
        Font.Charset = DEFAULT_CHARSET
2 daniel-mar 101
        Font.Color = clWindowText
4 daniel-mar 102
        Font.Height = -13
2 daniel-mar 103
        Font.Name = 'Courier New'
104
        Font.Style = []
105
        TabOrder = 0
13 daniel-mar 106
        OnMouseWheelDown = SynEdit1MouseWheelDown
107
        OnMouseWheelUp = SynEdit1MouseWheelUp
4 daniel-mar 108
        Gutter.Font.Charset = DEFAULT_CHARSET
109
        Gutter.Font.Color = clWindowText
110
        Gutter.Font.Height = -11
111
        Gutter.Font.Name = 'Courier New'
112
        Gutter.Font.Style = []
113
        Gutter.ShowLineNumbers = True
114
        Highlighter = SynPHPSyn1
115
        Lines.Strings = (
116
          'SynEdit1')
5 daniel-mar 117
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoTabIndent, eoTrimTrailingSpaces]
4 daniel-mar 118
        WantTabs = True
119
        FontSmoothing = fsmNone
2 daniel-mar 120
      end
121
    end
122
    object HelpTabsheet: TTabSheet
123
      Caption = 'Help'
124
      ImageIndex = 1
125
      object WebBrowser2: TWebBrowser
126
        Left = 0
127
        Top = 0
128
        Width = 1112
5 daniel-mar 129
        Height = 321
2 daniel-mar 130
        Align = alClient
131
        TabOrder = 0
132
        ExplicitWidth = 300
133
        ExplicitHeight = 150
134
        ControlData = {
5 daniel-mar 135
          4C000000EE7200002D2100000000000000000000000000000000000000000000
2 daniel-mar 136
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
8 daniel-mar 137
          2B2E126200000000000000004C0000000114020000000000C000000000000046
2 daniel-mar 138
          8000000000000000000000000000000000000000000000000000000000000000
139
          00000000000000000100000000000000000000000000000000000000}
140
      end
141
    end
142
  end
143
  object Panel1: TPanel
144
    Left = 544
145
    Top = 112
146
    Width = 185
147
    Height = 41
148
    Caption = 'Generating help. Please wait...'
149
    TabOrder = 2
150
    Visible = False
151
  end
5 daniel-mar 152
  object Panel2: TPanel
153
    Left = 0
154
    Top = 0
155
    Width = 1120
156
    Height = 36
157
    Align = alTop
158
    TabOrder = 3
159
    object Button1: TButton
160
      Left = 4
161
      Top = 0
162
      Width = 75
163
      Height = 35
13 daniel-mar 164
      Action = ActionRun
5 daniel-mar 165
      TabOrder = 0
166
    end
167
    object Button2: TButton
15 daniel-mar 168
      Left = 247
5 daniel-mar 169
      Top = 0
170
      Width = 75
171
      Height = 35
13 daniel-mar 172
      Action = ActionHelp
15 daniel-mar 173
      TabOrder = 3
5 daniel-mar 174
    end
175
    object Button3: TButton
15 daniel-mar 176
      Left = 328
5 daniel-mar 177
      Top = 0
178
      Width = 75
179
      Height = 35
13 daniel-mar 180
      Action = ActionGoto
15 daniel-mar 181
      TabOrder = 4
5 daniel-mar 182
    end
13 daniel-mar 183
    object Button4: TButton
15 daniel-mar 184
      Left = 409
13 daniel-mar 185
      Top = 0
186
      Width = 75
187
      Height = 35
188
      Action = ActionFind
15 daniel-mar 189
      TabOrder = 5
13 daniel-mar 190
    end
191
    object Button5: TButton
15 daniel-mar 192
      Left = 490
13 daniel-mar 193
      Top = 0
194
      Width = 75
195
      Height = 35
196
      Action = ActionReplace
15 daniel-mar 197
      TabOrder = 6
13 daniel-mar 198
    end
199
    object Button6: TButton
15 daniel-mar 200
      Left = 571
13 daniel-mar 201
      Top = 0
202
      Width = 75
203
      Height = 35
204
      Action = ActionFindNext
15 daniel-mar 205
      TabOrder = 7
13 daniel-mar 206
    end
207
    object Button7: TButton
15 daniel-mar 208
      Left = 166
209
      Top = -1
13 daniel-mar 210
      Width = 75
211
      Height = 35
212
      Action = ActionSave
15 daniel-mar 213
      TabOrder = 2
214
    end
215
    object Button8: TButton
216
      Left = 85
217
      Top = -1
218
      Width = 75
219
      Height = 35
220
      Action = ActionOpen
13 daniel-mar 221
      TabOrder = 1
222
    end
5 daniel-mar 223
  end
2 daniel-mar 224
  object OpenDialog1: TOpenDialog
225
    DefaultExt = '.chm'
3 daniel-mar 226
    FileName = 'php_manual_en.chm'
2 daniel-mar 227
    Filter = 'Help files (*.chm)|*.chm'
228
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
229
    Title = 'Please select your PHP Help file (CHM format)'
230
    Left = 504
231
    Top = 248
232
  end
233
  object OpenDialog3: TOpenDialog
234
    DefaultExt = '.php'
3 daniel-mar 235
    FileName = 'scap.php'
15 daniel-mar 236
    Filter = 'PHP file (*.php;*.xphp)|*.php;*.xphp|All files (*.*)|*.*'
2 daniel-mar 237
    Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
238
    Title = 'Where should the scrap file be saved?'
239
    Left = 608
240
    Top = 248
241
  end
4 daniel-mar 242
  object SynPHPSyn1: TSynPHPSyn
13 daniel-mar 243
    DefaultFilter = 
244
      'PHP Files (*.php;*.xphp;*.php3;*.phtml;*.inc)|*.php;*.xphp;*.php' +
245
      '3;*.phtml;*.inc'
4 daniel-mar 246
    Options.AutoDetectEnabled = False
247
    Options.AutoDetectLineLimit = 0
248
    Options.Visible = False
249
    CommentAttri.Foreground = 33023
250
    IdentifierAttri.Foreground = clOlive
251
    KeyAttri.Foreground = 4227072
252
    NumberAttri.Foreground = 213
253
    StringAttri.Foreground = 16744576
254
    SymbolAttri.Foreground = 4227072
255
    VariableAttri.Foreground = 213
256
    Left = 72
257
    Top = 80
258
  end
5 daniel-mar 259
  object SynEditFocusTimer: TTimer
260
    Enabled = False
261
    Interval = 500
262
    OnTimer = SynEditFocusTimerTimer
263
    Left = 668
264
    Top = 249
265
  end
13 daniel-mar 266
  object ActionList: TActionList
267
    Left = 252
268
    Top = 276
269
    object ActionFind: TAction
270
      Caption = 'Find'
271
      ShortCut = 16454
272
      OnExecute = ActionFindExecute
273
    end
274
    object ActionReplace: TAction
275
      Caption = 'Replace'
276
      ShortCut = 16456
277
      OnExecute = ActionReplaceExecute
278
    end
279
    object ActionFindNext: TAction
280
      Caption = 'Find next'
281
      ShortCut = 114
282
      OnExecute = ActionFindNextExecute
283
    end
284
    object ActionGoto: TAction
285
      Caption = 'Goto line'
286
      ShortCut = 16455
287
      OnExecute = ActionGotoExecute
288
    end
289
    object ActionSave: TAction
290
      Caption = 'Save'
291
      ShortCut = 16467
292
      OnExecute = ActionSaveExecute
293
    end
294
    object ActionHelp: TAction
295
      Caption = 'Help'
296
      ShortCut = 112
297
      OnExecute = ActionHelpExecute
298
    end
299
    object ActionRun: TAction
300
      Caption = 'Run'
301
      ShortCut = 120
302
      OnExecute = ActionRunExecute
303
    end
304
    object ActionESC: TAction
305
      Caption = 'Esc'
306
      ShortCut = 27
307
      OnExecute = ActionESCExecute
308
    end
15 daniel-mar 309
    object ActionOpen: TAction
310
      Caption = 'Open'
311
      ShortCut = 16463
312
      OnExecute = ActionOpenExecute
313
    end
13 daniel-mar 314
  end
2 daniel-mar 315
end