Subversion Repositories gelsvn

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
227 bj 1
<object type="TAForm" name="GELinstall_src">
2
  <properties>
3
    <property name="Left" vt="Int16">389</property>
4
    <property name="Top" vt="Int8">119</property>
233 bj 5
    <property name="Width" vt="Int16">482</property>
6
    <property name="Height" vt="Int16">314</property>
227 bj 7
    <property name="Caption" vt="String">GEL source Installer</property>
8
    <property name="Color" vt="Ident">clBtnFace</property>
9
    <property name="Font.Charset" vt="Ident">DEFAULT_CHARSET</property>
10
    <property name="Font.Color" vt="Ident">clWindowText</property>
11
    <property name="Font.Height" vt="Int8">-13</property>
12
    <property name="Font.Name" vt="String">MS Sans Serif</property>
13
    <property name="Font.Style" vt="Set"></property>
14
    <property name="OldCreateOrder" vt="False">False</property>
15
    <property name="Visible" vt="True">True</property>
16
    <property name="Style" vt="Int32">-1798701056</property>
17
    <property name="ExStyle" vt="Int16">256</property>
18
    <property name="Version" vt="String">1.02</property>
19
    <property name="PixelsPerInch" vt="Int8">120</property>
20
    <property name="TextHeight" vt="Int8">16</property>
21
  </properties>
22
  <components>
233 bj 23
    <object type="TAButton" name="DoitButton">
227 bj 24
      <properties>
233 bj 25
        <property name="Left" vt="Int8">16</property>
26
        <property name="Top" vt="Int16">192</property>
27
        <property name="Width" vt="Int16">192</property>
227 bj 28
        <property name="Height" vt="Int8">41</property>
233 bj 29
        <property name="Caption" vt="String">Do It!</property>
227 bj 30
        <property name="TabOrder" vt="Int8">0</property>
31
        <property name="CtrlStyle" vt="Int32">1342259200</property>
32
        <property name="CtrlExStyle" vt="Int8">0</property>
33
      </properties>
34
      <components>
35
      </components>
36
    </object>
37
    <object type="TAGroup" name="AGroup3">
38
      <properties>
233 bj 39
        <property name="Left" vt="Int8">16</property>
227 bj 40
        <property name="Top" vt="Int8">32</property>
233 bj 41
        <property name="Width" vt="Int16">432</property>
227 bj 42
        <property name="Height" vt="Int8">89</property>
43
        <property name="CtrlStyle" vt="Int32">1342308359</property>
44
        <property name="CtrlExStyle" vt="Int8">0</property>
45
        <property name="Caption" vt="String">Install Path (where GEL is build and 3rd party libs are copied to)</property>
46
      </properties>
47
      <components>
233 bj 48
        <object type="TAInput" name="pathInput">
227 bj 49
          <properties>
50
            <property name="Left" vt="Int8">16</property>
51
            <property name="Top" vt="Int8">32</property>
233 bj 52
            <property name="Width" vt="Int16">345</property>
227 bj 53
            <property name="Height" vt="Int8">24</property>
54
            <property name="TabOrder" vt="Int8">1</property>
55
            <property name="Text" vt="String">c:\GEL</property>
56
            <property name="CtrlStyle" vt="Int32">1342242944</property>
57
            <property name="CtrlExStyle" vt="Int16">512</property>
58
          </properties>
59
          <components>
60
          </components>
61
        </object>
233 bj 62
        <object type="TAButton" name="browseButton">
227 bj 63
          <properties>
233 bj 64
            <property name="Left" vt="Int16">384</property>
227 bj 65
            <property name="Top" vt="Int8">32</property>
66
            <property name="Width" vt="Int8">27</property>
67
            <property name="Height" vt="Int8">25</property>
68
            <property name="Caption" vt="String">...</property>
69
            <property name="TabOrder" vt="Int8">2</property>
70
            <property name="CtrlStyle" vt="Int32">1342259200</property>
71
            <property name="CtrlExStyle" vt="Int8">0</property>
72
          </properties>
73
          <components>
74
          </components>
75
        </object>
76
      </components>
77
    </object>
233 bj 78
    <object type="TALabel" name="ALabel3">
227 bj 79
      <properties>
233 bj 80
        <property name="Left" vt="Int8">16</property>
227 bj 81
        <property name="Top" vt="Int16">144</property>
233 bj 82
        <property name="Width" vt="Int16">187</property>
83
        <property name="Height" vt="Int8">20</property>
84
        <property name="Caption" vt="String">Environment variable scope</property>
227 bj 85
        <property name="TabOrder" vt="Int8">2</property>
233 bj 86
        <property name="HaveVariable" vt="False">False</property>
87
        <property name="CtrlStyle" vt="Int32">1342178048</property>
227 bj 88
        <property name="CtrlExStyle" vt="Int8">0</property>
89
      </properties>
90
      <components>
91
      </components>
92
    </object>
233 bj 93
    <object type="TACombo" name="scopeCombo">
227 bj 94
      <properties>
233 bj 95
        <property name="Left" vt="Int16">240</property>
227 bj 96
        <property name="Top" vt="Int16">144</property>
233 bj 97
        <property name="Width" vt="Int16">208</property>
98
        <property name="Height" vt="Int8">24</property>
99
        <property name="ItemHeight" vt="Int8">16</property>
100
        <property name="ItemIndex" vt="Int8">1</property>
227 bj 101
        <property name="TabOrder" vt="Int8">3</property>
233 bj 102
        <property name="Text" vt="String">Current User</property>
103
        <property name="Items.Strings" vt="List">
104
          <list>
105
            <li vt="String">Current User</li>
106
            <li vt="String">System</li>
107
          </list>
108
        </property>
109
        <property name="CtrlStyle" vt="Int32">1342243394</property>
227 bj 110
        <property name="CtrlExStyle" vt="Int8">0</property>
111
      </properties>
112
      <components>
113
      </components>
114
    </object>
233 bj 115
    <object type="TAButton" name="cancelButton">
227 bj 116
      <properties>
233 bj 117
        <property name="Left" vt="Int16">240</property>
227 bj 118
        <property name="Top" vt="Int16">192</property>
233 bj 119
        <property name="Width" vt="Int16">208</property>
120
        <property name="Height" vt="Int8">41</property>
121
        <property name="Caption" vt="String">Cancel</property>
227 bj 122
        <property name="TabOrder" vt="Int8">4</property>
233 bj 123
        <property name="CtrlStyle" vt="Int32">1342259200</property>
227 bj 124
        <property name="CtrlExStyle" vt="Int8">0</property>
125
      </properties>
126
      <components>
127
      </components>
128
    </object>
233 bj 129
  </components>
130
</object>
131
 
132
      </components>
133
    </object>
227 bj 134
    <object type="TALabel" name="ALabel3">
135
      <properties>
136
        <property name="Left" vt="Int8">32</property>
137
        <property name="Top" vt="Int16">240</property>
138
        <property name="Width" vt="Int16">171</property>
139
        <property name="Height" vt="Int8">20</property>
140
        <property name="Caption" vt="String">Environment variable scope</property>
141
        <property name="TabOrder" vt="Int8">5</property>
142
        <property name="HaveVariable" vt="False">False</property>
143
        <property name="CtrlStyle" vt="Int32">1342178048</property>
144
        <property name="CtrlExStyle" vt="Int8">0</property>
145
      </properties>
146
      <components>
147
      </components>
148
    </object>
149
    <object type="TACombo" name="ACombo2">
150
      <properties>
151
        <property name="Left" vt="Int16">208</property>
152
        <property name="Top" vt="Int16">192</property>
153
        <property name="Width" vt="Int16">145</property>
154
        <property name="Height" vt="Int8">24</property>
155
        <property name="ItemHeight" vt="Int8">16</property>
156
        <property name="ItemIndex" vt="Int8">1</property>
157
        <property name="TabOrder" vt="Int8">6</property>
158
        <property name="Text" vt="String">Separate Libraries</property>
159
        <property name="Items.Strings" vt="List">
160
          <list>
161
            <li vt="String">Separate Libraries</li>
162
            <li vt="String">Single Library</li>
163
            <li vt="String">CGLA Only</li>
164
          </list>
165
        </property>
166
        <property name="CtrlStyle" vt="Int32">1342243394</property>
167
        <property name="CtrlExStyle" vt="Int8">0</property>
168
      </properties>
169
      <components>
170
      </components>
171
    </object>
172
    <object type="TACombo" name="ACombo3">
173
      <properties>
174
        <property name="Left" vt="Int16">208</property>
175
        <property name="Top" vt="Int16">240</property>
176
        <property name="Width" vt="Int16">145</property>
177
        <property name="Height" vt="Int8">24</property>
178
        <property name="ItemHeight" vt="Int8">16</property>
179
        <property name="ItemIndex" vt="Int8">1</property>
180
        <property name="TabOrder" vt="Int8">7</property>
181
        <property name="Text" vt="String">Current User</property>
182
        <property name="Items.Strings" vt="List">
183
          <list>
184
            <li vt="String">Current User</li>
185
            <li vt="String">System</li>
186
          </list>
187
        </property>
188
        <property name="CtrlStyle" vt="Int32">1342243394</property>
189
        <property name="CtrlExStyle" vt="Int8">0</property>
190
      </properties>
191
      <components>
192
      </components>
193
    </object>
194
    <object type="TAButton" name="AButton3">
195
      <properties>
196
        <property name="Left" vt="Int16">368</property>
197
        <property name="Top" vt="Int16">384</property>
198
        <property name="Width" vt="Int16">192</property>
199
        <property name="Height" vt="Int8">41</property>
200
        <property name="Caption" vt="String">Build Solution</property>
201
        <property name="TabOrder" vt="Int8">8</property>
202
        <property name="CtrlStyle" vt="Int32">1342259200</property>
203
        <property name="CtrlExStyle" vt="Int8">0</property>
204
      </properties>
205
      <components>
206
      </components>
207
    </object>
208
    <object type="TACheckbox" name="ACheckbox1">
209
      <properties>
210
        <property name="Left" vt="Int8">32</property>
211
        <property name="Top" vt="Int16">304</property>
212
        <property name="Width" vt="Int16">145</property>
213
        <property name="Height" vt="Int8">17</property>
214
        <property name="Caption" vt="String">Install Perl</property>
215
        <property name="TabOrder" vt="Int8">9</property>
216
        <property name="CtrlStyle" vt="Int32">1342242819</property>
217
        <property name="CtrlExStyle" vt="Int8">0</property>
218
      </properties>
219
      <components>
220
      </components>
221
    </object>
222
  </components>
223
</object>