Subversion Repositories fastphp

Rev

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