Subversion Repositories fastphp

Rev

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