Subversion Repositories fastphp

Rev

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