Subversion Repositories fastphp

Rev

Rev 3 | Go to most recent revision | Details | 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
16
  OnCreate = FormCreate
17
  OnDestroy = FormDestroy
18
  OnShow = FormShow
19
  PixelsPerInch = 96
20
  TextHeight = 13
21
  object Splitter1: TSplitter
22
    Left = 0
23
    Top = 385
24
    Width = 1120
25
    Height = 3
26
    Cursor = crVSplit
27
    Align = alBottom
28
    ExplicitTop = 262
29
    ExplicitWidth = 399
30
  end
31
  object PageControl1: TPageControl
32
    Left = 0
33
    Top = 388
34
    Width = 1120
35
    Height = 273
36
    ActivePage = HtmlTabSheet
37
    Align = alBottom
38
    TabOrder = 0
39
    object PlaintextTabSheet: TTabSheet
40
      Caption = 'Plaintext'
41
      object Memo2: TMemo
42
        Left = 0
43
        Top = 0
44
        Width = 1112
45
        Height = 245
46
        Align = alClient
47
        Font.Charset = ANSI_CHARSET
48
        Font.Color = clWindowText
49
        Font.Height = -11
50
        Font.Name = 'Courier New'
51
        Font.Style = []
52
        ParentFont = False
53
        ReadOnly = True
54
        ScrollBars = ssBoth
55
        TabOrder = 0
56
      end
57
    end
58
    object HtmlTabSheet: TTabSheet
59
      Caption = 'HTML'
60
      ImageIndex = 1
61
      object WebBrowser1: TWebBrowser
62
        Left = 0
63
        Top = 0
64
        Width = 1112
65
        Height = 245
66
        Align = alClient
67
        TabOrder = 0
68
        ExplicitWidth = 348
69
        ExplicitHeight = 150
70
        ControlData = {
71
          4C000000EE720000521900000000000000000000000000000000000000000000
72
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
73
          2B2E126208000000000000004C0000000114020000000000C000000000000046
74
          8000000000000000000000000000000000000000000000000000000000000000
75
          00000000000000000100000000000000000000000000000000000000}
76
      end
77
    end
78
  end
79
  object PageControl2: TPageControl
80
    Left = 0
81
    Top = 0
82
    Width = 1120
83
    Height = 385
84
    ActivePage = TabSheet3
85
    Align = alClient
86
    TabOrder = 1
87
    OnChanging = PageControl2Changing
88
    object TabSheet3: TTabSheet
89
      Caption = 'Scrap'
90
      object Memo1: TMemo
91
        Left = 0
92
        Top = 0
93
        Width = 1112
94
        Height = 357
95
        Align = alClient
96
        Font.Charset = ANSI_CHARSET
97
        Font.Color = clWindowText
98
        Font.Height = -11
99
        Font.Name = 'Courier New'
100
        Font.Style = []
101
        ParentFont = False
102
        TabOrder = 0
103
        OnKeyDown = Memo1KeyDown
104
      end
105
    end
106
    object HelpTabsheet: TTabSheet
107
      Caption = 'Help'
108
      ImageIndex = 1
109
      object WebBrowser2: TWebBrowser
110
        Left = 0
111
        Top = 0
112
        Width = 1112
113
        Height = 357
114
        Align = alClient
115
        TabOrder = 0
116
        ExplicitWidth = 300
117
        ExplicitHeight = 150
118
        ControlData = {
119
          4C000000EE720000E62400000000000000000000000000000000000000000000
120
          000000004C000000000000000000000001000000E0D057007335CF11AE690800
121
          2B2E126208000000000000004C0000000114020000000000C000000000000046
122
          8000000000000000000000000000000000000000000000000000000000000000
123
          00000000000000000100000000000000000000000000000000000000}
124
      end
125
    end
126
  end
127
  object Panel1: TPanel
128
    Left = 544
129
    Top = 112
130
    Width = 185
131
    Height = 41
132
    Caption = 'Generating help. Please wait...'
133
    TabOrder = 2
134
    Visible = False
135
  end
136
  object OpenDialog1: TOpenDialog
137
    DefaultExt = '.chm'
138
    Filter = 'Help files (*.chm)|*.chm'
139
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
140
    Title = 'Please select your PHP Help file (CHM format)'
141
    Left = 504
142
    Top = 248
143
  end
144
  object OpenDialog2: TOpenDialog
145
    DefaultExt = '.exe'
146
    FileName = 'php.exe'
147
    Filter = 'Executable file (*.exe)|*.exe'
148
    Options = [ofReadOnly, ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
149
    Title = 'Please chose your PHP interpreter (php.exe)'
150
    Left = 552
151
    Top = 248
152
  end
153
  object OpenDialog3: TOpenDialog
154
    DefaultExt = '.php'
155
    Filter = 'PHP file (*.php)|*.php|All files (*.*)|*.*'
156
    Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
157
    Title = 'Where should the scrap file be saved?'
158
    Left = 608
159
    Top = 248
160
  end
161
end