Subversion Repositories fastphp

Rev

Rev 26 | Rev 29 | 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
16 daniel-mar 37
    ActivePage = PlaintextTabSheet
2 daniel-mar 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
18 daniel-mar 58
        OnKeyDown = Memo2KeyDown
2 daniel-mar 59
      end
60
    end
61
    object HtmlTabSheet: TTabSheet
62
      Caption = 'HTML'
63
      ImageIndex = 1
64
      object WebBrowser1: TWebBrowser
65
        Left = 0
66
        Top = 0
67
        Width = 1112
68
        Height = 245
69
        Align = alClient
70
        TabOrder = 0
5 daniel-mar 71
        OnBeforeNavigate2 = WebBrowser1BeforeNavigate2
2 daniel-mar 72
        ExplicitWidth = 348
73
        ExplicitHeight = 150
74
        ControlData = {
75
          4C000000EE720000521900000000000000000000000000000000000000000000
76
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
8 daniel-mar 77
          2B2E126200000000000000004C0000000114020000000000C000000000000046
2 daniel-mar 78
          8000000000000000000000000000000000000000000000000000000000000000
79
          00000000000000000100000000000000000000000000000000000000}
80
      end
81
    end
82
  end
83
  object PageControl2: TPageControl
84
    Left = 0
5 daniel-mar 85
    Top = 36
2 daniel-mar 86
    Width = 1120
5 daniel-mar 87
    Height = 349
22 daniel-mar 88
    ActivePage = CodeTabsheet
2 daniel-mar 89
    Align = alClient
90
    TabOrder = 1
91
    OnChanging = PageControl2Changing
22 daniel-mar 92
    object CodeTabsheet: TTabSheet
93
      Caption = 'Code'
26 daniel-mar 94
      object Splitter2: TSplitter
27 daniel-mar 95
        Left = 273
26 daniel-mar 96
        Top = 0
97
        Height = 321
27 daniel-mar 98
        ExplicitLeft = 328
99
        ExplicitTop = 32
26 daniel-mar 100
        ExplicitHeight = 100
101
      end
4 daniel-mar 102
      object SynEdit1: TSynEdit
27 daniel-mar 103
        Left = 276
2 daniel-mar 104
        Top = 0
27 daniel-mar 105
        Width = 836
5 daniel-mar 106
        Height = 321
2 daniel-mar 107
        Align = alClient
16 daniel-mar 108
        ActiveLineColor = 14680010
4 daniel-mar 109
        Font.Charset = DEFAULT_CHARSET
2 daniel-mar 110
        Font.Color = clWindowText
4 daniel-mar 111
        Font.Height = -13
2 daniel-mar 112
        Font.Name = 'Courier New'
113
        Font.Style = []
114
        TabOrder = 0
13 daniel-mar 115
        OnMouseWheelDown = SynEdit1MouseWheelDown
116
        OnMouseWheelUp = SynEdit1MouseWheelUp
4 daniel-mar 117
        Gutter.Font.Charset = DEFAULT_CHARSET
118
        Gutter.Font.Color = clWindowText
119
        Gutter.Font.Height = -11
120
        Gutter.Font.Name = 'Courier New'
121
        Gutter.Font.Style = []
122
        Gutter.ShowLineNumbers = True
123
        Highlighter = SynPHPSyn1
5 daniel-mar 124
        Options = [eoAutoIndent, eoDragDropEditing, eoEnhanceHomeKey, eoEnhanceEndKey, eoGroupUndo, eoHideShowScrollbars, eoScrollByOneLess, eoShowScrollHint, eoTabIndent, eoTrimTrailingSpaces]
24 daniel-mar 125
        SearchEngine = SynEditSearch1
4 daniel-mar 126
        WantTabs = True
23 daniel-mar 127
        OnMouseCursor = SynEdit1MouseCursor
4 daniel-mar 128
        FontSmoothing = fsmNone
2 daniel-mar 129
      end
27 daniel-mar 130
      object TreeView1: TTreeView
131
        Left = 0
26 daniel-mar 132
        Top = 0
27 daniel-mar 133
        Width = 273
26 daniel-mar 134
        Height = 321
27 daniel-mar 135
        Align = alLeft
136
        Indent = 19
26 daniel-mar 137
        TabOrder = 1
27 daniel-mar 138
        OnDblClick = TreeView1DblClick
26 daniel-mar 139
      end
2 daniel-mar 140
    end
141
    object HelpTabsheet: TTabSheet
142
      Caption = 'Help'
143
      ImageIndex = 1
144
      object WebBrowser2: TWebBrowser
145
        Left = 0
146
        Top = 0
147
        Width = 1112
5 daniel-mar 148
        Height = 321
2 daniel-mar 149
        Align = alClient
150
        TabOrder = 0
151
        ExplicitWidth = 300
152
        ExplicitHeight = 150
153
        ControlData = {
5 daniel-mar 154
          4C000000EE7200002D2100000000000000000000000000000000000000000000
2 daniel-mar 155
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
8 daniel-mar 156
          2B2E126200000000000000004C0000000114020000000000C000000000000046
2 daniel-mar 157
          8000000000000000000000000000000000000000000000000000000000000000
158
          00000000000000000100000000000000000000000000000000000000}
159
      end
160
    end
161
  end
162
  object Panel1: TPanel
163
    Left = 544
164
    Top = 112
165
    Width = 185
166
    Height = 41
167
    Caption = 'Generating help. Please wait...'
168
    TabOrder = 2
169
    Visible = False
170
  end
5 daniel-mar 171
  object Panel2: TPanel
172
    Left = 0
173
    Top = 0
174
    Width = 1120
175
    Height = 36
176
    Align = alTop
177
    TabOrder = 3
178
    object Button1: TButton
179
      Left = 4
180
      Top = 0
181
      Width = 75
182
      Height = 35
13 daniel-mar 183
      Action = ActionRun
5 daniel-mar 184
      TabOrder = 0
185
    end
186
    object Button2: TButton
15 daniel-mar 187
      Left = 247
5 daniel-mar 188
      Top = 0
189
      Width = 75
190
      Height = 35
13 daniel-mar 191
      Action = ActionHelp
15 daniel-mar 192
      TabOrder = 3
5 daniel-mar 193
    end
194
    object Button3: TButton
15 daniel-mar 195
      Left = 328
5 daniel-mar 196
      Top = 0
197
      Width = 75
198
      Height = 35
13 daniel-mar 199
      Action = ActionGoto
15 daniel-mar 200
      TabOrder = 4
5 daniel-mar 201
    end
13 daniel-mar 202
    object Button4: TButton
15 daniel-mar 203
      Left = 409
13 daniel-mar 204
      Top = 0
205
      Width = 75
206
      Height = 35
207
      Action = ActionFind
15 daniel-mar 208
      TabOrder = 5
13 daniel-mar 209
    end
210
    object Button5: TButton
15 daniel-mar 211
      Left = 490
13 daniel-mar 212
      Top = 0
213
      Width = 75
214
      Height = 35
215
      Action = ActionReplace
15 daniel-mar 216
      TabOrder = 6
13 daniel-mar 217
    end
218
    object Button6: TButton
15 daniel-mar 219
      Left = 571
13 daniel-mar 220
      Top = 0
221
      Width = 75
222
      Height = 35
223
      Action = ActionFindNext
15 daniel-mar 224
      TabOrder = 7
13 daniel-mar 225
    end
226
    object Button7: TButton
15 daniel-mar 227
      Left = 166
228
      Top = -1
13 daniel-mar 229
      Width = 75
230
      Height = 35
231
      Action = ActionSave
15 daniel-mar 232
      TabOrder = 2
233
    end
234
    object Button8: TButton
235
      Left = 85
236
      Top = -1
237
      Width = 75
238
      Height = 35
239
      Action = ActionOpen
13 daniel-mar 240
      TabOrder = 1
241
    end
22 daniel-mar 242
    object Button9: TButton
243
      Left = 652
244
      Top = 0
245
      Width = 75
246
      Height = 35
247
      Action = ActionFindPrev
248
      TabOrder = 8
249
    end
23 daniel-mar 250
    object Button11: TButton
251
      Left = 733
25 daniel-mar 252
      Top = 0
23 daniel-mar 253
      Width = 75
254
      Height = 35
255
      Action = ActionSpaceToTab
256
      TabOrder = 9
257
    end
5 daniel-mar 258
  end
2 daniel-mar 259
  object OpenDialog1: TOpenDialog
260
    DefaultExt = '.chm'
3 daniel-mar 261
    FileName = 'php_manual_en.chm'
2 daniel-mar 262
    Filter = 'Help files (*.chm)|*.chm'
263
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
264
    Title = 'Please select your PHP Help file (CHM format)'
265
    Left = 504
266
    Top = 248
267
  end
268
  object OpenDialog3: TOpenDialog
269
    DefaultExt = '.php'
19 daniel-mar 270
    FileName = 'scrap.php'
15 daniel-mar 271
    Filter = 'PHP file (*.php;*.xphp)|*.php;*.xphp|All files (*.*)|*.*'
2 daniel-mar 272
    Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
19 daniel-mar 273
    Title = 'Please select (or create) a scrap file'
2 daniel-mar 274
    Left = 608
275
    Top = 248
276
  end
4 daniel-mar 277
  object SynPHPSyn1: TSynPHPSyn
13 daniel-mar 278
    DefaultFilter = 
279
      'PHP Files (*.php;*.xphp;*.php3;*.phtml;*.inc)|*.php;*.xphp;*.php' +
280
      '3;*.phtml;*.inc'
4 daniel-mar 281
    Options.AutoDetectEnabled = False
282
    Options.AutoDetectLineLimit = 0
283
    Options.Visible = False
284
    CommentAttri.Foreground = 33023
16 daniel-mar 285
    IdentifierAttri.Foreground = 4194304
4 daniel-mar 286
    KeyAttri.Foreground = 4227072
287
    NumberAttri.Foreground = 213
16 daniel-mar 288
    StringAttri.Foreground = 13762560
4 daniel-mar 289
    SymbolAttri.Foreground = 4227072
290
    VariableAttri.Foreground = 213
291
    Left = 72
292
    Top = 80
293
  end
5 daniel-mar 294
  object SynEditFocusTimer: TTimer
295
    Enabled = False
296
    Interval = 500
297
    OnTimer = SynEditFocusTimerTimer
298
    Left = 668
299
    Top = 249
300
  end
13 daniel-mar 301
  object ActionList: TActionList
302
    Left = 252
303
    Top = 276
304
    object ActionFind: TAction
305
      Caption = 'Find'
306
      ShortCut = 16454
307
      OnExecute = ActionFindExecute
308
    end
309
    object ActionReplace: TAction
310
      Caption = 'Replace'
311
      ShortCut = 16456
312
      OnExecute = ActionReplaceExecute
313
    end
314
    object ActionFindNext: TAction
315
      Caption = 'Find next'
316
      ShortCut = 114
317
      OnExecute = ActionFindNextExecute
318
    end
22 daniel-mar 319
    object ActionFindPrev: TAction
320
      Caption = 'Find prev'
321
      ShortCut = 8306
322
      OnExecute = ActionFindPrevExecute
323
    end
13 daniel-mar 324
    object ActionGoto: TAction
325
      Caption = 'Goto line'
326
      ShortCut = 16455
327
      OnExecute = ActionGotoExecute
328
    end
329
    object ActionSave: TAction
330
      Caption = 'Save'
331
      ShortCut = 16467
332
      OnExecute = ActionSaveExecute
333
    end
334
    object ActionHelp: TAction
335
      Caption = 'Help'
336
      ShortCut = 112
337
      OnExecute = ActionHelpExecute
338
    end
339
    object ActionRun: TAction
340
      Caption = 'Run'
341
      ShortCut = 120
342
      OnExecute = ActionRunExecute
343
    end
344
    object ActionESC: TAction
345
      Caption = 'Esc'
346
      ShortCut = 27
347
      OnExecute = ActionESCExecute
348
    end
15 daniel-mar 349
    object ActionOpen: TAction
350
      Caption = 'Open'
351
      ShortCut = 16463
352
      OnExecute = ActionOpenExecute
353
    end
23 daniel-mar 354
    object ActionSpaceToTab: TAction
355
      Caption = 'SpaceToTab'
356
      Hint = 'Converts leading spaces to tabs'
357
      OnExecute = ActionSpaceToTabExecute
358
    end
13 daniel-mar 359
  end
23 daniel-mar 360
  object Timer1: TTimer
361
    Enabled = False
362
    OnTimer = Timer1Timer
363
    Left = 776
364
    Top = 8
365
  end
24 daniel-mar 366
  object SynEditSearch1: TSynEditSearch
367
    Left = 780
368
    Top = 236
369
  end
2 daniel-mar 370
end