Subversion Repositories fastphp

Rev

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