зеркало из https://github.com/mozilla/pjs.git
Fixing bugs 26140 and 18614. Also, changed all Help buttons to point to online Html doc.
This commit is contained in:
Родитель
88461fdc93
Коммит
c6b9e758f6
|
@ -1,238 +0,0 @@
|
|||
; Mode: INI; tab-width: 8; indent-tabs-mode: nil -*-
|
||||
;
|
||||
; The contents of this file are subject to the Netscape Public
|
||||
; License Version 1.1 (the "License"); you may not use this file
|
||||
; except in compliance with the License. You may obtain a copy of
|
||||
; the License at http://www.mozilla.org/NPL/
|
||||
;
|
||||
; Software distributed under the License is distributed on an "AS
|
||||
; IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
; implied. See the License for the specific language governing
|
||||
; rights and limitations under the License.
|
||||
;
|
||||
; The Original Code is mozilla.org code.
|
||||
;
|
||||
; The Initial Developer of the Original Code is Netscape
|
||||
; Communications Corporation. Portions created by Netscape are
|
||||
; Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
; Rights Reserved.
|
||||
;
|
||||
; Contributor(s):
|
||||
;
|
||||
|
||||
|
||||
[Local Variables]
|
||||
|
||||
Name=AccountSetup
|
||||
Title= <%CustomizationList%> - Netscape Client Customization Kit 5.0 - Page 7 of 10
|
||||
Caption=1st level node
|
||||
|
||||
|
||||
[Navigation Controls]
|
||||
onNext=
|
||||
onEnter=VerifyDir(%nciPath%)
|
||||
Help=AccountSetupHelp.ini
|
||||
|
||||
|
||||
[Image 1]
|
||||
Type=Image
|
||||
Name=banner9.bmp
|
||||
Value=
|
||||
Start_x=0
|
||||
Start_y=0
|
||||
Width=425
|
||||
Height=56
|
||||
|
||||
|
||||
|
||||
[Widget 753219]
|
||||
|
||||
Type=BoldGroup
|
||||
|
||||
Name=GroupBox149353
|
||||
|
||||
Value=Set Up Local Dial-Up Access Phone Numbers for Internet Setup
|
||||
|
||||
Start_x=0
|
||||
|
||||
Start_y=32
|
||||
|
||||
Width=407
|
||||
|
||||
Height=160
|
||||
|
||||
[Widget 1254]
|
||||
Type=Text
|
||||
Name=Text90
|
||||
Value=Set up PoP (Points of Presence) local dial-up access phone numbers, so that users can choose the phone number that's closest to their location.
|
||||
Start_x=11
|
||||
Start_y=42
|
||||
Width=380
|
||||
Height=30
|
||||
|
||||
[Widget 2103]
|
||||
Type=ListBox
|
||||
Name=NCIFileList
|
||||
Value=
|
||||
Start_x=19
|
||||
Start_y=107
|
||||
Width=106
|
||||
Height=70
|
||||
onInit=GenerateFileList(self,%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles\*.NCI)
|
||||
onCommand=toggleEnabled2(%NCIFileList%,EditNCIButton,DeleteNCIButton)
|
||||
|
||||
[Widget 592]
|
||||
Type=BoldGroup
|
||||
Name=GroupBox9317
|
||||
Value=In Internet Setup, List PoP Files:
|
||||
Start_x=252
|
||||
Start_y=107
|
||||
Width=140
|
||||
Height=43
|
||||
|
||||
[Widget 21]
|
||||
Type=RadioGroup
|
||||
Name=radioGroup
|
||||
Value=2
|
||||
Options=SortByName,SortByPhone
|
||||
|
||||
[Widget 3]
|
||||
Type=RadioButton
|
||||
Name=SortByName
|
||||
Title=Alphabetically by city
|
||||
Group=radioGroup
|
||||
Start_x=262
|
||||
Start_y=120
|
||||
Width=120
|
||||
Height=9
|
||||
|
||||
[Widget 4]
|
||||
Type=RadioButton
|
||||
Name=SortByPhone
|
||||
Title=By phone number
|
||||
Group=radioGroup
|
||||
Start_x=262
|
||||
Start_y=130
|
||||
Width=120
|
||||
Height=14
|
||||
|
||||
[Widget 5]
|
||||
Type=BoldGroup
|
||||
Name=GroupBox91
|
||||
Value=PoP File List for Internet Setup
|
||||
Start_x=8
|
||||
Start_y=62
|
||||
Width=391
|
||||
Height=124
|
||||
|
||||
[Widget 6]
|
||||
Type=Button
|
||||
Name=CreateNCIButton
|
||||
Value=Create...
|
||||
Start_x=138
|
||||
Start_y=108
|
||||
Width=51
|
||||
Height=14
|
||||
onCommand=wizard.NewNCIDialog();CopyFile(%Root%NCItemplate,%Root%\Configs\%CustomizationList%\Workspace\ISetup\NCIFiles\%_NewNCIFileName%);command(%NCIFileEditor% "%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles\%_NewNCIFileName%");inform(_NewNCIFileName,%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles);GenerateFileList(NCIFileList,%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles\*.NCI)
|
||||
Target=NCIFileList
|
||||
|
||||
[Widget 7]
|
||||
Type=Button
|
||||
Name=EditNCIButton
|
||||
Value=Edit...
|
||||
Start_x=138
|
||||
Start_y=124
|
||||
Width=51
|
||||
Height=14
|
||||
onInit=Enable2(%NCIFileList%)
|
||||
onCommand=IterateListBox(NCIFileList,SHOW,%NCIFileEditor% "%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles\%%")
|
||||
Target=NCIFileList
|
||||
|
||||
[Widget 8]
|
||||
Type=Button
|
||||
Name=DeleteNCIButton
|
||||
Value=Delete
|
||||
Start_x=138
|
||||
Start_y=140
|
||||
Width=51
|
||||
Height=14
|
||||
onInit=Enable2(%NCIFileList%)
|
||||
onCommand=IterateListBox(NCIFileList,HIDE,cmd.exe /c del "%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles\%%");GenerateFileList(NCIFileList,%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles\*.NCI);toggleEnabled2(%NCIFileList%,DeleteNCIButton,EditNCIButton)
|
||||
Target=NCIFileList
|
||||
|
||||
[Widget 1543]
|
||||
Type=Button
|
||||
Name=Button2641
|
||||
Value=Import...
|
||||
Start_x=138
|
||||
Start_y=157
|
||||
Width=51
|
||||
Height=14
|
||||
onCommand=ImportFiles(%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles,nci);GenerateFileList(NCIFileList,%Root%Configs\%CustomizationList%\Workspace\ISetup\NCIFiles\*.NCI)
|
||||
Target=NCIFileList
|
||||
|
||||
[Widget 9]
|
||||
Type=Text
|
||||
Name=Text92
|
||||
Value=To create a new PoP file, click Create, and name the file based on the city or local calling area it serves (e.g., San Diego). Then edit the file, replacing the default values with the ones you want. Save the file to add it to the Internet Setup list. To edit an existing file, select it from the list and click Edit to open it in the text editor you've chosen.
|
||||
Start_x=19
|
||||
Start_y=72
|
||||
Width=370
|
||||
Height=30
|
||||
|
||||
[Widget 1194]
|
||||
Type=Text
|
||||
Name=Text94
|
||||
Value=To change text editors, locate the text editor you want to use. Notepad is used by default.
|
||||
Start_x=10
|
||||
Start_y=212
|
||||
Width=323
|
||||
Height=13
|
||||
|
||||
[Widget 1342]
|
||||
Type=BoldGroup
|
||||
Name=GroupBox14
|
||||
Value=Text Editor for Editing PoP Files
|
||||
Start_x=0
|
||||
Start_y=197
|
||||
Width=407
|
||||
Height=48
|
||||
|
||||
[Widget 13023]
|
||||
Type=Text
|
||||
Name=Text95
|
||||
Value=Path to Text Editor:
|
||||
Start_x=11
|
||||
Start_y=225
|
||||
Width=178
|
||||
Height=8
|
||||
|
||||
[Widget 1784]
|
||||
Type=DynamicText
|
||||
Name=NCIFileEditor
|
||||
Value=notepad
|
||||
Start_x=75
|
||||
Start_y=225
|
||||
Width=181
|
||||
Height=14
|
||||
|
||||
[Widget 1596]
|
||||
Type=Button
|
||||
Name=Button21
|
||||
Value=Choose Editor...
|
||||
Start_x=333
|
||||
Start_y=225
|
||||
Width=60
|
||||
Height=14
|
||||
onCommand=BrowseFile()
|
||||
Target=NCIFileEditor
|
||||
|
||||
[Widget 77]
|
||||
Type=Button
|
||||
Name=Button333
|
||||
Value=Show Example
|
||||
Start_x=333
|
||||
Start_y=157
|
||||
Width=60
|
||||
Height=14
|
||||
onCommand=DisplayImage(loc.ini)
|
|
@ -1,55 +0,0 @@
|
|||
; Mode: INI; tab-width: 8; indent-tabs-mode: nil -*-
|
||||
;
|
||||
; The contents of this file are subject to the Netscape Public
|
||||
; License Version 1.1 (the "License"); you may not use this file
|
||||
; except in compliance with the License. You may obtain a copy of
|
||||
; the License at http://www.mozilla.org/NPL/
|
||||
;
|
||||
; Software distributed under the License is distributed on an "AS
|
||||
; IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
; implied. See the License for the specific language governing
|
||||
; rights and limitations under the License.
|
||||
;
|
||||
; The Original Code is mozilla.org code.
|
||||
;
|
||||
; The Initial Developer of the Original Code is Netscape
|
||||
; Communications Corporation. Portions created by Netscape are
|
||||
; Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
; Rights Reserved.
|
||||
;
|
||||
; Contributor(s):
|
||||
;
|
||||
|
||||
[Local Variables]
|
||||
Name=AccountSetupHelp
|
||||
Number=3
|
||||
HelpText=AccountSetuphelp.txt
|
||||
|
||||
[Wid1]
|
||||
|
||||
ButtonID=100
|
||||
Value=New
|
||||
Start_x=100
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help1.txt
|
||||
|
||||
[Wid2]
|
||||
ButtonID=200
|
||||
Value=But
|
||||
Start_x=160
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help2.txt
|
||||
|
||||
|
||||
[Wid3]
|
||||
ButtonID=300
|
||||
Value=cop
|
||||
Start_x=210
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help3.txt
|
|
@ -24,6 +24,8 @@
|
|||
Name=Branding
|
||||
Title=Branding Cutomizations
|
||||
Caption=1st level node
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
||||
|
||||
[Navigation Controls]
|
||||
onNext=
|
||||
|
|
|
@ -1,55 +0,0 @@
|
|||
; Mode: INI; tab-width: 8; indent-tabs-mode: nil -*-
|
||||
;
|
||||
; The contents of this file are subject to the Netscape Public
|
||||
; License Version 1.1 (the "License"); you may not use this file
|
||||
; except in compliance with the License. You may obtain a copy of
|
||||
; the License at http://www.mozilla.org/NPL/
|
||||
;
|
||||
; Software distributed under the License is distributed on an "AS
|
||||
; IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
; implied. See the License for the specific language governing
|
||||
; rights and limitations under the License.
|
||||
;
|
||||
; The Original Code is mozilla.org code.
|
||||
;
|
||||
; The Initial Developer of the Original Code is Netscape
|
||||
; Communications Corporation. Portions created by Netscape are
|
||||
; Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
; Rights Reserved.
|
||||
;
|
||||
; Contributor(s):
|
||||
;
|
||||
|
||||
[Local Variables]
|
||||
Name=Branding1_Help
|
||||
Number=3
|
||||
HelpText=Branding1help.txt
|
||||
|
||||
[Wid1]
|
||||
|
||||
ButtonID=100
|
||||
Value=New
|
||||
Start_x=100
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help1.txt
|
||||
|
||||
[Wid2]
|
||||
ButtonID=200
|
||||
Value=But
|
||||
Start_x=160
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help2.txt
|
||||
|
||||
|
||||
[Wid3]
|
||||
ButtonID=300
|
||||
Value=cop
|
||||
Start_x=210
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help3.txt
|
|
@ -1,55 +0,0 @@
|
|||
; Mode: INI; tab-width: 8; indent-tabs-mode: nil -*-
|
||||
;
|
||||
; The contents of this file are subject to the Netscape Public
|
||||
; License Version 1.1 (the "License"); you may not use this file
|
||||
; except in compliance with the License. You may obtain a copy of
|
||||
; the License at http://www.mozilla.org/NPL/
|
||||
;
|
||||
; Software distributed under the License is distributed on an "AS
|
||||
; IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
; implied. See the License for the specific language governing
|
||||
; rights and limitations under the License.
|
||||
;
|
||||
; The Original Code is mozilla.org code.
|
||||
;
|
||||
; The Initial Developer of the Original Code is Netscape
|
||||
; Communications Corporation. Portions created by Netscape are
|
||||
; Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
; Rights Reserved.
|
||||
;
|
||||
; Contributor(s):
|
||||
;
|
||||
|
||||
[Local Variables]
|
||||
Name=Branding2_Help
|
||||
Number=3
|
||||
HelpText=Branding2help.txt
|
||||
|
||||
[Wid1]
|
||||
|
||||
ButtonID=100
|
||||
Value=New
|
||||
Start_x=100
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help1.txt
|
||||
|
||||
[Wid2]
|
||||
ButtonID=200
|
||||
Value=But
|
||||
Start_x=160
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help2.txt
|
||||
|
||||
|
||||
[Wid3]
|
||||
ButtonID=300
|
||||
Value=cop
|
||||
Start_x=210
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help3.txt
|
|
@ -1,55 +0,0 @@
|
|||
; Mode: INI; tab-width: 8; indent-tabs-mode: nil -*-
|
||||
;
|
||||
; The contents of this file are subject to the Netscape Public
|
||||
; License Version 1.1 (the "License"); you may not use this file
|
||||
; except in compliance with the License. You may obtain a copy of
|
||||
; the License at http://www.mozilla.org/NPL/
|
||||
;
|
||||
; Software distributed under the License is distributed on an "AS
|
||||
; IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
; implied. See the License for the specific language governing
|
||||
; rights and limitations under the License.
|
||||
;
|
||||
; The Original Code is mozilla.org code.
|
||||
;
|
||||
; The Initial Developer of the Original Code is Netscape
|
||||
; Communications Corporation. Portions created by Netscape are
|
||||
; Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
; Rights Reserved.
|
||||
;
|
||||
; Contributor(s):
|
||||
;
|
||||
|
||||
[Local Variables]
|
||||
Name=Branding3_Help
|
||||
Number=3
|
||||
HelpText=Branding3help.txt
|
||||
|
||||
[Wid1]
|
||||
|
||||
ButtonID=100
|
||||
Value=New
|
||||
Start_x=100
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help1.txt
|
||||
|
||||
[Wid2]
|
||||
ButtonID=200
|
||||
Value=But
|
||||
Start_x=160
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help2.txt
|
||||
|
||||
|
||||
[Wid3]
|
||||
ButtonID=300
|
||||
Value=cop
|
||||
Start_x=210
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help3.txt
|
|
@ -1,55 +0,0 @@
|
|||
; Mode: INI; tab-width: 8; indent-tabs-mode: nil -*-
|
||||
;
|
||||
; The contents of this file are subject to the Netscape Public
|
||||
; License Version 1.1 (the "License"); you may not use this file
|
||||
; except in compliance with the License. You may obtain a copy of
|
||||
; the License at http://www.mozilla.org/NPL/
|
||||
;
|
||||
; Software distributed under the License is distributed on an "AS
|
||||
; IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
; implied. See the License for the specific language governing
|
||||
; rights and limitations under the License.
|
||||
;
|
||||
; The Original Code is mozilla.org code.
|
||||
;
|
||||
; The Initial Developer of the Original Code is Netscape
|
||||
; Communications Corporation. Portions created by Netscape are
|
||||
; Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
; Rights Reserved.
|
||||
;
|
||||
; Contributor(s):
|
||||
;
|
||||
|
||||
[Local Variables]
|
||||
Name=Branding4_Help
|
||||
Number=3
|
||||
HelpText=Branding4help.txt
|
||||
|
||||
[Wid1]
|
||||
|
||||
ButtonID=100
|
||||
Value=New
|
||||
Start_x=100
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help1.txt
|
||||
|
||||
[Wid2]
|
||||
ButtonID=200
|
||||
Value=But
|
||||
Start_x=160
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help2.txt
|
||||
|
||||
|
||||
[Wid3]
|
||||
ButtonID=300
|
||||
Value=cop
|
||||
Start_x=210
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help3.txt
|
|
@ -22,8 +22,9 @@
|
|||
|
||||
[Local Variables]
|
||||
Name=Branding_page1
|
||||
Title=<%CustomizationList%> - Netscape Client Customization Kit 5.0 - Page 3 of 10
|
||||
Title=<%CustomizationList%> - Customize the Netscape Browser - Part One
|
||||
Caption=2nd level node
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
||||
[Navigation Controls]
|
||||
onNext=
|
||||
|
|
|
@ -22,8 +22,10 @@
|
|||
|
||||
[Local Variables]
|
||||
Name=Branding_page2
|
||||
Title=<%CustomizationList%> - Netscape Client Customization Kit 5.0 - Page 6 of 10
|
||||
Title=<%CustomizationList%> - Customize the CD Autorun Screen
|
||||
Caption=2nd level node
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
||||
|
||||
[Navigation Controls]
|
||||
onNext=
|
||||
|
|
|
@ -22,8 +22,10 @@
|
|||
|
||||
[Local Variables]
|
||||
Name=Branding_page3
|
||||
Title=<%CustomizationList%> - Netscape Client Customization Kit - Page 8 of 10
|
||||
Title=<%CustomizationList%> - Customize Internet Setup - Part Two
|
||||
Caption=1st level node
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
||||
|
||||
[Navigation Controls]
|
||||
onNext=
|
||||
|
|
|
@ -24,8 +24,10 @@
|
|||
[Local Variables]
|
||||
|
||||
Name=Branding_page4
|
||||
Title=<%CustomizationList%> - Netscape Client Customization Kit 5.0 - Page 9 of 10
|
||||
Title=<%CustomizationList%> - Customize the Installer
|
||||
Caption=1st level node
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
||||
|
||||
[Navigation Controls]
|
||||
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
|
||||
[Local Variables]
|
||||
Name=CheckList
|
||||
Title=Netscape Client Customization Kit - Page 1 of 10
|
||||
Title=Welcome to the Netscape Client Customization Kit
|
||||
Caption=1st level node
|
||||
Help=Online;http://www.mozilla.org
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
||||
[Navigation Controls]
|
||||
onEnter=Reload(%Root%);
|
||||
|
|
|
@ -24,10 +24,11 @@
|
|||
Name=Customize
|
||||
Title=Customize Application
|
||||
Caption=1st level node
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
||||
|
||||
[Navigation Controls]
|
||||
onNext=
|
||||
Help=Customize.txt
|
||||
|
||||
[Sub Pages]
|
||||
Customize_page1=show
|
||||
|
|
|
@ -1,55 +0,0 @@
|
|||
; Mode: INI; tab-width: 8; indent-tabs-mode: nil -*-
|
||||
;
|
||||
; The contents of this file are subject to the Netscape Public
|
||||
; License Version 1.1 (the "License"); you may not use this file
|
||||
; except in compliance with the License. You may obtain a copy of
|
||||
; the License at http://www.mozilla.org/NPL/
|
||||
;
|
||||
; Software distributed under the License is distributed on an "AS
|
||||
; IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
; implied. See the License for the specific language governing
|
||||
; rights and limitations under the License.
|
||||
;
|
||||
; The Original Code is mozilla.org code.
|
||||
;
|
||||
; The Initial Developer of the Original Code is Netscape
|
||||
; Communications Corporation. Portions created by Netscape are
|
||||
; Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
; Rights Reserved.
|
||||
;
|
||||
; Contributor(s):
|
||||
;
|
||||
|
||||
[Local Variables]
|
||||
Name=Customize1_Help
|
||||
Number=3
|
||||
HelpText=Customize1help.txt
|
||||
|
||||
[Wid1]
|
||||
|
||||
ButtonID=100
|
||||
Value=New
|
||||
Start_x=100
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help1.txt
|
||||
|
||||
[Wid2]
|
||||
ButtonID=200
|
||||
Value=But
|
||||
Start_x=160
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help2.txt
|
||||
|
||||
|
||||
[Wid3]
|
||||
ButtonID=300
|
||||
Value=cop
|
||||
Start_x=210
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help3.txt
|
|
@ -1,55 +0,0 @@
|
|||
; Mode: INI; tab-width: 8; indent-tabs-mode: nil -*-
|
||||
;
|
||||
; The contents of this file are subject to the Netscape Public
|
||||
; License Version 1.1 (the "License"); you may not use this file
|
||||
; except in compliance with the License. You may obtain a copy of
|
||||
; the License at http://www.mozilla.org/NPL/
|
||||
;
|
||||
; Software distributed under the License is distributed on an "AS
|
||||
; IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
; implied. See the License for the specific language governing
|
||||
; rights and limitations under the License.
|
||||
;
|
||||
; The Original Code is mozilla.org code.
|
||||
;
|
||||
; The Initial Developer of the Original Code is Netscape
|
||||
; Communications Corporation. Portions created by Netscape are
|
||||
; Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
; Rights Reserved.
|
||||
;
|
||||
; Contributor(s):
|
||||
;
|
||||
|
||||
[Local Variables]
|
||||
Name=Customize3_Help
|
||||
Number=3
|
||||
HelpText=Customize3help.txt
|
||||
|
||||
[Wid1]
|
||||
|
||||
ButtonID=100
|
||||
Value=New
|
||||
Start_x=100
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help1.txt
|
||||
|
||||
[Wid2]
|
||||
ButtonID=200
|
||||
Value=But
|
||||
Start_x=160
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help2.txt
|
||||
|
||||
|
||||
[Wid3]
|
||||
ButtonID=300
|
||||
Value=cop
|
||||
Start_x=210
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help3.txt
|
|
@ -22,8 +22,10 @@
|
|||
|
||||
[Local Variables]
|
||||
Name=Customize_page1
|
||||
Title=<%CustomizationList%> - Netscape Client Customization Kit 5.0 - Page 4 of 10
|
||||
Title=<%CustomizationList%> - Customize the Netscape Browser - Part Two
|
||||
Caption=2nd level node
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
||||
|
||||
[Navigation Controls]
|
||||
onNext=
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
Name=Customize_page2
|
||||
Title=Customize Application - 2 %CustomizationList%
|
||||
Caption=2nd level node
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
||||
|
||||
[Navigation Controls]
|
||||
onNext=
|
||||
|
|
|
@ -23,8 +23,10 @@
|
|||
[Local Variables]
|
||||
|
||||
Name=Customize_page3
|
||||
Title=<%CustomizationList%> - Netscape Client Customization Kit 5.0 - Page 5 of 10
|
||||
Title=<%CustomizationList%> - Customize the Netscape Browser - Part Three
|
||||
Caption=2nd level node
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
||||
|
||||
[Navigation Controls]
|
||||
onNext=
|
||||
|
|
|
@ -20,8 +20,10 @@
|
|||
|
||||
[Local Variables]
|
||||
Name=Customize_page2
|
||||
Title=<%CustomizationList%> - Netscape Client Customization Kit 5.0 - Page 2 of 10
|
||||
Title=<%CustomizationList%> - Gathering Information
|
||||
Caption=2nd level node
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
||||
|
||||
[Navigation Controls]
|
||||
onNext=
|
||||
|
@ -73,9 +75,20 @@ Value=
|
|||
Title=Include CD Autorun Screen
|
||||
Start_x=18
|
||||
Start_y=95
|
||||
Width=300
|
||||
Width=200
|
||||
Height=10
|
||||
|
||||
[Widget 20625]
|
||||
Type=Button
|
||||
Name=Button11952
|
||||
Value=Show Example
|
||||
Start_x=300
|
||||
Start_y=89
|
||||
Width=62
|
||||
Height=15
|
||||
onCommand=DisplayImage(autorun.ini)
|
||||
|
||||
|
||||
[Widget 6]
|
||||
Type=Text
|
||||
Name=Text104
|
||||
|
|
|
@ -1,55 +0,0 @@
|
|||
; Mode: INI; tab-width: 8; indent-tabs-mode: nil -*-
|
||||
;
|
||||
; The contents of this file are subject to the Netscape Public
|
||||
; License Version 1.1 (the "License"); you may not use this file
|
||||
; except in compliance with the License. You may obtain a copy of
|
||||
; the License at http://www.mozilla.org/NPL/
|
||||
;
|
||||
; Software distributed under the License is distributed on an "AS
|
||||
; IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
; implied. See the License for the specific language governing
|
||||
; rights and limitations under the License.
|
||||
;
|
||||
; The Original Code is mozilla.org code.
|
||||
;
|
||||
; The Initial Developer of the Original Code is Netscape
|
||||
; Communications Corporation. Portions created by Netscape are
|
||||
; Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
; Rights Reserved.
|
||||
;
|
||||
; Contributor(s):
|
||||
;
|
||||
|
||||
[Local Variables]
|
||||
Name=InfoHelp
|
||||
Number=3
|
||||
HelpText=Infohelp.txt
|
||||
|
||||
[Wid1]
|
||||
|
||||
ButtonID=100
|
||||
Value=New
|
||||
Start_x=100
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help1.txt
|
||||
|
||||
[Wid2]
|
||||
ButtonID=200
|
||||
Value=But
|
||||
Start_x=160
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help2.txt
|
||||
|
||||
|
||||
[Wid3]
|
||||
ButtonID=300
|
||||
Value=cop
|
||||
Start_x=210
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help3.txt
|
|
@ -28,6 +28,8 @@ Name=Installer
|
|||
Title=Installer Information
|
||||
|
||||
Caption=1st level node
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -192,7 +194,7 @@ Width=36
|
|||
|
||||
Height=14
|
||||
|
||||
onCommand=BrowseFile()
|
||||
onCommand=BrowseFile()
|
||||
|
||||
Target=CustomComponent1
|
||||
|
||||
|
@ -232,7 +234,7 @@ Width=36
|
|||
|
||||
Height=14
|
||||
|
||||
onCommand=BrowseFile()
|
||||
onCommand=BrowseFile()
|
||||
|
||||
Target=CustomComponent2
|
||||
|
||||
|
@ -477,15 +479,15 @@ Width=240
|
|||
Height=9
|
||||
|
||||
|
||||
[Widget 55]
|
||||
Type=Button
|
||||
Name=Button111
|
||||
Value=Show Example
|
||||
Start_x=260
|
||||
Start_y=181
|
||||
Width=60
|
||||
Height=14
|
||||
onCommand=DisplayImage(net.ini)
|
||||
[Widget 55]
|
||||
Type=Button
|
||||
Name=Button111
|
||||
Value=Show Example
|
||||
Start_x=260
|
||||
Start_y=181
|
||||
Width=60
|
||||
Height=14
|
||||
onCommand=DisplayImage(net.ini)
|
||||
|
||||
|
||||
|
||||
|
@ -613,7 +615,7 @@ Height=9
|
|||
|
||||
;Height=15
|
||||
|
||||
;onCommand=BrowseFile()
|
||||
;onCommand=BrowseFile()
|
||||
|
||||
;Target=???
|
||||
|
||||
|
|
|
@ -1,55 +0,0 @@
|
|||
; Mode: INI; tab-width: 8; indent-tabs-mode: nil -*-
|
||||
;
|
||||
; The contents of this file are subject to the Netscape Public
|
||||
; License Version 1.1 (the "License"); you may not use this file
|
||||
; except in compliance with the License. You may obtain a copy of
|
||||
; the License at http://www.mozilla.org/NPL/
|
||||
;
|
||||
; Software distributed under the License is distributed on an "AS
|
||||
; IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
; implied. See the License for the specific language governing
|
||||
; rights and limitations under the License.
|
||||
;
|
||||
; The Original Code is mozilla.org code.
|
||||
;
|
||||
; The Initial Developer of the Original Code is Netscape
|
||||
; Communications Corporation. Portions created by Netscape are
|
||||
; Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
; Rights Reserved.
|
||||
;
|
||||
; Contributor(s):
|
||||
;
|
||||
|
||||
[Local Variables]
|
||||
Name=InstallerHelp
|
||||
Number=3
|
||||
HelpText=Installerhelp.txt
|
||||
|
||||
[Wid1]
|
||||
|
||||
ButtonID=100
|
||||
Value=New
|
||||
Start_x=100
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help1.txt
|
||||
|
||||
[Wid2]
|
||||
ButtonID=200
|
||||
Value=But
|
||||
Start_x=160
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help2.txt
|
||||
|
||||
|
||||
[Wid3]
|
||||
ButtonID=300
|
||||
Value=cop
|
||||
Start_x=210
|
||||
Start_y=250
|
||||
Width=50
|
||||
Height=50
|
||||
Target=help3.txt
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
[IMAGE]
|
||||
Type=Bitmap
|
||||
Name=accnt1.bmp
|
||||
Name=accnt1.bmp
|
||||
Title=Show Example - Internet Setup Logo Graphic
|
||||
Value=
|
||||
Start_x=7
|
||||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
[IMAGE]
|
||||
Type=Bitmap
|
||||
Name=accnt2.bmp
|
||||
Name=accnt2.bmp
|
||||
Title=Show Example - Technical Support Phone Number
|
||||
Value=
|
||||
Start_x=7
|
||||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
[IMAGE]
|
||||
Type=Bitmap
|
||||
Name=accnt3.bmp
|
||||
Name=accnt3.bmp
|
||||
Title=Show Example - Company Name
|
||||
Value=
|
||||
Start_x=7
|
||||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
[IMAGE]
|
||||
Type=Bitmap
|
||||
Name=bkmk.bmp
|
||||
Name=bkmk.bmp
|
||||
Title=Show Example - Bookmarks and Personal Toolbar Buttons
|
||||
Value=
|
||||
Start_x=7
|
||||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -42,9 +42,11 @@
|
|||
[Local Variables]
|
||||
|
||||
Name=Installer
|
||||
Title=<%CustomizationList%> - Netscape Client Customization Kit 5.0 - Page 10 of 10
|
||||
Title=<%CustomizationList%> - Create the Installer
|
||||
Caption=1st level node
|
||||
Next = Build Installer
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
||||
|
||||
[Navigation Controls]
|
||||
onNext=Message(Are you ready to build your customized installer? [Yes]/[No]);IBEngine.StartIB();Msg(Installer creation is complete. The build is in %Root%Configs\%CustomizationList%\Output)
|
||||
|
|
|
@ -29,4 +29,4 @@ Start_x=7
|
|||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -29,4 +29,4 @@ Start_x=7
|
|||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
[IMAGE]
|
||||
Type=Bitmap
|
||||
Name=folder.bmp
|
||||
Name=folder.bmp
|
||||
Title=Show Example - Start Menu Program Folder Name
|
||||
Value=
|
||||
Start_x=7
|
||||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
[IMAGE]
|
||||
Type=Bitmap
|
||||
Name=help.bmp
|
||||
Name=help.bmp
|
||||
Title=Show Example - Help Menu Item
|
||||
Value=
|
||||
Start_x=7
|
||||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
[IMAGE]
|
||||
Type=Bitmap
|
||||
Name=home.bmp
|
||||
Name=home.bmp
|
||||
Title=Show Example - Default Home Page URL
|
||||
Value=
|
||||
Start_x=7
|
||||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
[IMAGE]
|
||||
Type=Bitmap
|
||||
Name=inst.bmp
|
||||
Name=inst.bmp
|
||||
Title=Show Example - Installer Background "Blue Screen" Text
|
||||
Value=
|
||||
Start_x=7
|
||||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -28,4 +28,4 @@ Start_x=7
|
|||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
[IMAGE]
|
||||
Type=Bitmap
|
||||
Name=loc.bmp
|
||||
Name=loc.bmp
|
||||
Title=Show Example - Internet Setup Points of Presence
|
||||
Value=
|
||||
Start_x=7
|
||||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -28,4 +28,4 @@ Start_x=7
|
|||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -28,4 +28,4 @@ Start_x=7
|
|||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -29,4 +29,4 @@ Start_x=7
|
|||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
[IMAGE]
|
||||
Type=Bitmap
|
||||
Name=shell1.bmp
|
||||
Name=shell1.bmp
|
||||
Title=Show Example - CD Autorun Screen Background Bitmap File
|
||||
Value=
|
||||
Start_x=7
|
||||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
[IMAGE]
|
||||
Type=Bitmap
|
||||
Name=shell2.bmp
|
||||
Name=shell2.bmp
|
||||
Title=Show Example - CD Autorun Screen Text
|
||||
Value=
|
||||
Start_x=7
|
||||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -28,4 +28,4 @@ Start_x=7
|
|||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
[IMAGE]
|
||||
Type=Bitmap
|
||||
Name=shell4.bmp
|
||||
Name=shell4.bmp
|
||||
Title=Show Example - CD Autorun Screen Custom Installation Text File
|
||||
Value=
|
||||
Start_x=7
|
||||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -29,4 +29,4 @@ Start_x=7
|
|||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
[IMAGE]
|
||||
Type=Bitmap
|
||||
Name=splash.bmp
|
||||
Name=splash.bmp
|
||||
Title=Show Example - Custom Installer Background Image
|
||||
Value=
|
||||
Start_x=7
|
||||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
|
||||
[IMAGE]
|
||||
Type=Bitmap
|
||||
Name=start.bmp
|
||||
Name=start.bmp
|
||||
Title=Show Example - Start Menu Program Folder
|
||||
Value=
|
||||
Start_x=7
|
||||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=help1.txt
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
|
@ -27,4 +27,4 @@ Start_x=7
|
|||
Start_y=7
|
||||
Width=303
|
||||
Height=218
|
||||
Help=Online;http://www.dmoz.org
|
||||
Help=Online;http://www.mozilla.org/projects/cck/
|
||||
|
|
Загрузка…
Ссылка в новой задаче