Subversion Repositories fastphp

Rev

Rev 7 | Rev 13 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7 Rev 8
Line 70... Line 70...
70
        ExplicitWidth = 348
70
        ExplicitWidth = 348
71
        ExplicitHeight = 150
71
        ExplicitHeight = 150
72
        ControlData = {
72
        ControlData = {
73
          4C000000EE720000521900000000000000000000000000000000000000000000
73
          4C000000EE720000521900000000000000000000000000000000000000000000
74
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
74
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
75
          2B2E126208000000000000004C0000000114020000000000C000000000000046
75
          2B2E126200000000000000004C0000000114020000000000C000000000000046
76
          8000000000000000000000000000000000000000000000000000000000000000
76
          8000000000000000000000000000000000000000000000000000000000000000
77
          00000000000000000100000000000000000000000000000000000000}
77
          00000000000000000100000000000000000000000000000000000000}
78
      end
78
      end
79
    end
79
    end
80
  end
80
  end
Line 129... Line 129...
129
        ExplicitWidth = 300
129
        ExplicitWidth = 300
130
        ExplicitHeight = 150
130
        ExplicitHeight = 150
131
        ControlData = {
131
        ControlData = {
132
          4C000000EE7200002D2100000000000000000000000000000000000000000000
132
          4C000000EE7200002D2100000000000000000000000000000000000000000000
133
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
133
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
134
          2B2E126208000000000000004C0000000114020000000000C000000000000046
134
          2B2E126200000000000000004C0000000114020000000000C000000000000046
135
          8000000000000000000000000000000000000000000000000000000000000000
135
          8000000000000000000000000000000000000000000000000000000000000000
136
          00000000000000000100000000000000000000000000000000000000}
136
          00000000000000000100000000000000000000000000000000000000}
137
      end
137
      end
138
    end
138
    end
139
  end
139
  end
Line 188... Line 188...
188
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
188
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
189
    Title = 'Please select your PHP Help file (CHM format)'
189
    Title = 'Please select your PHP Help file (CHM format)'
190
    Left = 504
190
    Left = 504
191
    Top = 248
191
    Top = 248
192
  end
192
  end
193
  object OpenDialog2: TOpenDialog
-
 
194
    DefaultExt = '.exe'
-
 
195
    FileName = 'php.exe'
-
 
196
    Filter = 'Executable file (*.exe)|*.exe'
-
 
197
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
-
 
198
    Title = 'Please chose your PHP interpreter (php.exe)'
-
 
199
    Left = 552
-
 
200
    Top = 248
-
 
201
  end
-
 
202
  object OpenDialog3: TOpenDialog
193
  object OpenDialog3: TOpenDialog
203
    DefaultExt = '.php'
194
    DefaultExt = '.php'
204
    FileName = 'scap.php'
195
    FileName = 'scap.php'
205
    Filter = 'PHP file (*.php)|*.php|All files (*.*)|*.*'
196
    Filter = 'PHP file (*.php)|*.php|All files (*.*)|*.*'
206
    Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
197
    Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]