rwdlanguage 0.01
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Readme.txt +475 -0
- data/bin/rwdlanguage +19 -0
- data/code/01rwdcore/01rwdcore.rb +29 -0
- data/code/01rwdcore/02helptexthashbegin.rb +16 -0
- data/code/01rwdcore/03helptexthash.rb +21 -0
- data/code/01rwdcore/jumplinkcommand.rb +36 -0
- data/code/01rwdcore/openhelpwindow.rb +38 -0
- data/code/01rwdcore/returntomain.rb +10 -0
- data/code/01rwdcore/rundocuments.rb +10 -0
- data/code/01rwdcore/runeditconfiguration.rb +10 -0
- data/code/01rwdcore/runhelpabout.rb +15 -0
- data/code/01rwdcore/runopentinkerdocument.rb +7 -0
- data/code/01rwdcore/runtab.rb +15 -0
- data/code/01rwdcore/rwdtinkerversion.rb +22 -0
- data/code/01rwdcore/rwdwindowreturn.rb +9 -0
- data/code/01rwdcore/selectiontab.rb +11 -0
- data/code/01rwdcore/setuphelpaboutoptions.rb +15 -0
- data/code/01rwdcore/setuptinkerdocuments.rb +7 -0
- data/code/01rwdcore/test_cases.rb +158 -0
- data/code/01rwdcore/test_harness.rb +20 -0
- data/code/01rwdcore/uploadreturns.rb +65 -0
- data/code/dd0viewphoto/dd0viewphoto.rb +5 -0
- data/code/superant.com.language/0uninstallapplet.rb +22 -0
- data/code/superant.com.language/googlelang.rb +25 -0
- data/code/superant.com.language/helptexthashload.rb +22 -0
- data/code/superant.com.language/loadconfigurationrecord.rb +22 -0
- data/code/superant.com.language/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.language/openhelpwindow.rb +24 -0
- data/code/superant.com.language/rubySteak.rb +40 -0
- data/code/superant.com.language/runappletwindow.rb +12 -0
- data/code/superant.com.language/runrwdshellwindow.rb +12 -0
- data/code/superant.com.language/runrwdwordsbackwindow.rb +10 -0
- data/code/superant.com.language/rwdtinkerversion.rb +10 -0
- data/code/superant.com.language/saveconfigurationrecord.rb +20 -0
- data/code/superant.com.language/test_cases.rb +20 -0
- data/code/superant.com.rwdtinkerbackwindow/changelocale.rb +84 -0
- data/code/superant.com.rwdtinkerbackwindow/diagnostictab.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +169 -0
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +38 -0
- data/code/superant.com.rwdtinkerbackwindow/installremotegem.rb +20 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemdirs.rb +12 -0
- data/code/superant.com.rwdtinkerbackwindow/listgemzips.rb +55 -0
- data/code/superant.com.rwdtinkerbackwindow/listinstalledfiles.rb +14 -0
- data/code/superant.com.rwdtinkerbackwindow/listzips.rb +37 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb +24 -0
- data/code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb +14 -0
- data/code/superant.com.rwdtinkerbackwindow/network.rb +87 -0
- data/code/superant.com.rwdtinkerbackwindow/openappletname.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb +40 -0
- data/code/superant.com.rwdtinkerbackwindow/remotegemlist.rb +24 -0
- data/code/superant.com.rwdtinkerbackwindow/removeapplet.rb +46 -0
- data/code/superant.com.rwdtinkerbackwindow/removeappletvariables.rb +52 -0
- data/code/superant.com.rwdtinkerbackwindow/runremoteinstall.rb +11 -0
- data/code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb +15 -0
- data/code/superant.com.rwdtinkerbackwindow/rwdtinkerwin2version.rb +13 -0
- data/code/superant.com.rwdtinkerbackwindow/saveconfigurationrecord.rb +19 -0
- data/code/superant.com.rwdtinkerbackwindow/showlocaleoptions.rb +9 -0
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +23 -0
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +24 -0
- data/code/superant.com.rwdtinkerbackwindow/viewlogfile.rb +16 -0
- data/code/superant.com.thesaurus/clearhttpview3.rb +9 -0
- data/code/superant.com.thesaurus/listwordlookup.rb +37 -0
- data/code/superant.com.thesaurus/runappletwindow.rb +12 -0
- data/code/superant.com.words/dictlookup.rb +20 -0
- data/code/superant.com.words/runrwdwordsbackwindow.rb +10 -0
- data/code/superant.com.words/rwdtinkerversion.rb +10 -0
- data/code/zz0applicationend/zz0end.rb +5 -0
- data/configuration/rwdtinker.dist +15 -0
- data/configuration/rwdwlanguage.dist +21 -0
- data/configuration/tinkerwin2variables.dist +23 -0
- data/gui/00coreguibegin/applicationguitop.rwd +9 -0
- data/gui/frontwindow0/cc0openphoto.rwd +22 -0
- data/gui/frontwindowselections/00selectiontabbegin.rwd +11 -0
- data/gui/frontwindowselections/jumplinkcommands.rwd +15 -0
- data/gui/frontwindowselections/wwselectionend.rwd +3 -0
- data/gui/frontwindowtdocuments/00documentbegin.rwd +6 -0
- data/gui/frontwindowtdocuments/tinkerdocuments.rwd +14 -0
- data/gui/frontwindowtdocuments/zzdocumentend.rwd +8 -0
- data/gui/helpaboutbegin/zzzrwdlasttab.rwd +6 -0
- data/gui/helpaboutbegin/zzzzhelpscreenstart.rwd +3 -0
- data/gui/helpaboutbegin/zzzzzzhelpabouttab.rwd +15 -0
- data/gui/helpaboutzend/helpscreenend.rwd +3 -0
- data/gui/helpaboutzend/zhelpscreenstart2.rwd +3 -0
- data/gui/helpaboutzend/zzzzhelpabout2.rwd +15 -0
- data/gui/helpaboutzend/zzzzhelpscreen2end.rwd +3 -0
- data/gui/tinkerbackwindows/superant.com.language/1appname.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.language/22google.rwd +38 -0
- data/gui/tinkerbackwindows/superant.com.language/44germany.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.language/67viewconfiguration.rwd +27 -0
- data/gui/tinkerbackwindows/superant.com.language/77jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.language/z9end.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/1appname.rwd +5 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/40rwdlistzips.rwd +41 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/45installremotezip.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/50rwdlistapplets.rwd +44 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/60editconfiguration.rwd +30 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/70rwddiagnostics.rwd +29 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/75rwdlogfile.rwd +20 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/80localechanger.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/9backend.rwd +6 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd +31 -0
- data/gui/tinkerbackwindows/superant.com.tinkerhelpwindow/9end.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/1appname.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.versionwindow/helpaboutwindow.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.words/1appname.rwd +4 -0
- data/gui/tinkerbackwindows/superant.com.words/1dictionary.rwd +19 -0
- data/gui/tinkerbackwindows/superant.com.words/4thesaurus.rwd +36 -0
- data/gui/tinkerbackwindows/superant.com.words/77jumplinkcommands.rwd +17 -0
- data/gui/tinkerbackwindows/superant.com.words/z9end.rwd +6 -0
- data/gui/zzcoreguiend/yy9rwdend.rwd +4 -0
- data/init.rb +179 -0
- data/installed/rwdwlanguage.inf +24 -0
- data/installed/temp.rb +1 -0
- data/lang/en/rwdcore/en.po +197 -0
- data/lang/en/rwdlanguage/en.po +32 -0
- data/lang/es/rwdcore/es.po +184 -0
- data/lang/es/rwdlanguage/en.po +32 -0
- data/lang/fr/rwdcore/fr.po +169 -0
- data/lang/fr/rwdlanguage/en.po +32 -0
- data/lang/hi/rwdcore/hi.po +173 -0
- data/lang/hi/rwdlanguage/en.po +32 -0
- data/lang/ja/rwdcore/ja.po +171 -0
- data/lang/ja/rwdlanguage/en.po +32 -0
- data/lang/nl/rwdcore/nl.po +169 -0
- data/lang/nl/rwdlanguage/en.po +32 -0
- data/lib/dict.rb +438 -0
- data/lib/g_translate.rb +43 -0
- data/lib/g_translate/client.rb +84 -0
- data/lib/g_translate/translator.rb +57 -0
- data/lib/ger-eng.txt +111283 -0
- data/lib/oothesaurus.rb +76 -0
- data/lib/rconftool.rb +387 -0
- data/lib/rwd/browser.rb +123 -0
- data/lib/rwd/ftools.rb +174 -0
- data/lib/rwd/mime.rb +328 -0
- data/lib/rwd/net.rb +877 -0
- data/lib/rwd/ruby.rb +889 -0
- data/lib/rwd/rwd.rb +1425 -0
- data/lib/rwd/sgml.rb +236 -0
- data/lib/rwd/thread.rb +63 -0
- data/lib/rwd/tree.rb +371 -0
- data/lib/rwd/xml.rb +101 -0
- data/lib/rwdthemes/default.rwd +317 -0
- data/lib/rwdthemes/pda.rwd +72 -0
- data/lib/rwdthemes/windowslike.rwd +171 -0
- data/lib/rwdtinker/rwdcodedir.rb +56 -0
- data/lib/rwdtinker/rwdguidir.rb +57 -0
- data/lib/rwdtinker/rwdlangdir.rb +60 -0
- data/lib/rwdtinker/rwdtinkertools.rb +25 -0
- data/lib/zip/ioextras.rb +155 -0
- data/lib/zip/stdrubyext.rb +111 -0
- data/lib/zip/tempfile_bugfixed.rb +195 -0
- data/lib/zip/zip.rb +1847 -0
- data/lib/zip/zipfilesystem.rb +609 -0
- data/lib/zip/ziprequire.rb +90 -0
- data/rwd_files/HowTo_Language.txt +179 -0
- data/rwd_files/HowTo_Tinker.txt +515 -0
- data/rwd_files/HowTo_TinkerWin2.txt +202 -0
- data/rwd_files/Readme.txt +57 -0
- data/rwd_files/RubyWebDialogs.html +6 -0
- data/rwd_files/Tinkerhelptexthash.txt +84 -0
- data/rwd_files/favicon.ico +0 -0
- data/rwd_files/log/rwdtinker.log +726 -0
- data/rwd_files/rdoc-style.css +175 -0
- data/rwd_files/rwdapplications.html +76 -0
- data/rwd_files/rwdlanguagehelpfiles.txt +34 -0
- data/rwd_files/tinker.png +0 -0
- data/rwdconfig.dist +24 -0
- data/rwdlanguage.rb +1 -0
- data/tests/RubyGauge.rb +179 -0
- data/tests/checkdepends.sh +4 -0
- data/tests/cleancnf.sh +6 -0
- data/tests/makedist-rwdwlanguage.rb +56 -0
- data/tests/makedist.rb +66 -0
- data/tests/rdep.rb +354 -0
- data/tests/totranslate.lang +93 -0
- data/zips/rwdwcalc-0.63.zip +0 -0
- data/zips/rwdwfoldeditor-0.08.zip +0 -0
- data/zips/rwdwhypernote-0.16.zip +0 -0
- data/zips/rwdwlanguage-0.01.zip +0 -0
- data/zips/rwdwmovies-0.98.zip +0 -0
- data/zips/rwdwruby-1.08.zip +0 -0
- data/zips/temp.rb +1 -0
- data/zips/tinkerbellw-0.04.zip +0 -0
- data/zips/wrubyslippers-1.08.zip +0 -0
- metadata +246 -0
@@ -0,0 +1,15 @@
|
|
1
|
+
##VERSION: (1.85)
|
2
|
+
ConfigurationDir = "configuration" # for use in program - init.rb has this value without using this constant
|
3
|
+
CodeName = "rwdtinker"
|
4
|
+
CodeNameFile = CodeName + ".rb"
|
5
|
+
RWDFile = "rwdtinker.rwd"
|
6
|
+
LangDir = "lang"
|
7
|
+
CodeDir = "code"
|
8
|
+
GuiDir = "gui"
|
9
|
+
$help_topic = "general_help"
|
10
|
+
$prevouswindow ="main"
|
11
|
+
$rwdcontrolports =["13713","13714","13715","13716"] # remote control code not actived 2007
|
12
|
+
$port = 7705
|
13
|
+
##NAME: (RwdTinkerVersion):(1.85)
|
14
|
+
RwdTinkerVersion = "1.85"
|
15
|
+
|
@@ -0,0 +1,21 @@
|
|
1
|
+
##VERSION: (0.01)
|
2
|
+
##NAME: ($testharnessarray):(0.01)
|
3
|
+
$testharnessarray += ["rwdlanguage_all_tests"]
|
4
|
+
##NAME: ($tinkerhelpaboutarray):(0.01)
|
5
|
+
$tinkerhelpaboutarray += ["RwdLanguage"]
|
6
|
+
##NAME: ($tinkerdocumentsarray):(0.01)
|
7
|
+
$tinkerdocumentsarray += ["HowTo_Language.txt"]
|
8
|
+
JumpLink.update(:RwdLanguageWindow=>"runrwdlanguagewindow", :RwdWordsMainWindow=>"runrwdwordsbackwindow", :RwdThesaurus=> "runrwdthesaurus")
|
9
|
+
$rwdjumplink +=["RwdLanguageWindow","RwdWordsMainWindow", "RwdThesaurus"]
|
10
|
+
##NAME: (DeleteLanguageConfig):(0.01)
|
11
|
+
DeleteLanguageConfig = true
|
12
|
+
##NAME: (RwdLanguageVersion):(0.01)
|
13
|
+
RwdLanguageVersion = "0.01"
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
@@ -0,0 +1,23 @@
|
|
1
|
+
##VERSION: (1.85)
|
2
|
+
TinkerWin2ConfigurationFileName = "tinkerwin2variables.cnf" # this file name - do not change
|
3
|
+
##NAME: ($zipslocation):(1.78)
|
4
|
+
$zipslocation = "zips" # location of applets to add
|
5
|
+
$zipsarray = [""]
|
6
|
+
$zipsarraylocal = [""]
|
7
|
+
##NAME: ($xpcommand):(1.78)
|
8
|
+
$xpcommand = " " # Linux machines
|
9
|
+
# $xpcommand = "cmd /C " # XP machines with cmd shell
|
10
|
+
##NAME: ($gemdirectory_withgemfiles):(1.78)
|
11
|
+
$gemdirectory_withgemfiles = "/var/lib/gems/1.8/gems"
|
12
|
+
# $gemdirectory_withgemfiles = "c:\\ruby\\lib\\ruby\\gems\\1.8\\gems" # XP machine
|
13
|
+
##NAME: ($geminstalled_directory):(1.78)
|
14
|
+
# $geminstalled_directory = "/ruby/lib/ruby/gems/1.8/gems" # XP machine
|
15
|
+
$geminstalled_directory = "/var/lib/gems/1.8/gems" # Debian Linux
|
16
|
+
|
17
|
+
$rwdapplicationidentity = "rwdtinker main application"
|
18
|
+
|
19
|
+
RwdTinkerWin2Version = "1.81"
|
20
|
+
Browser_Exe = 'mozilla '
|
21
|
+
#language selection file
|
22
|
+
##NAME: ($langarray):(1.82)
|
23
|
+
$langarray = [ "en","ja", "nl","es", "fr","hi"]
|
@@ -0,0 +1,22 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
|
3
|
+
"
|
4
|
+
<tab name=\"viewtinkerlogo\" caption=\"Tinker\">
|
5
|
+
|
6
|
+
<table>
|
7
|
+
<row> <p align=\"right\">#{Message[:tinker_logo]}</row>
|
8
|
+
|
9
|
+
</table>
|
10
|
+
<image src=\"tinker.png\"> </image>
|
11
|
+
<table>
|
12
|
+
<row> <p></row>
|
13
|
+
|
14
|
+
</table>
|
15
|
+
<horizontal>
|
16
|
+
|
17
|
+
<button caption=#{Message[:help]} action=\"runhelpwindow\"/>
|
18
|
+
|
19
|
+
|
20
|
+
</horizontal>
|
21
|
+
|
22
|
+
</tab>"
|
@@ -0,0 +1,15 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<horizontal>
|
4
|
+
<button caption=#{Message[:showjump_links]} action=\"showjumplinkoptions\"/>
|
5
|
+
<button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
|
6
|
+
</horizontal>
|
7
|
+
<table>
|
8
|
+
<select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
|
9
|
+
|
10
|
+
</table>
|
11
|
+
|
12
|
+
<horizontal>
|
13
|
+
<button caption=#{Message[:jumptoapplication_location]} action=\"runjumplinkcommand\"/>
|
14
|
+
</horizontal>
|
15
|
+
"
|
@@ -0,0 +1,14 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<horizontal>
|
4
|
+
<button caption=#{Message[:showdocument_list]} action=\"setuptinkerdocuments\"/>
|
5
|
+
|
6
|
+
</horizontal>
|
7
|
+
<table>
|
8
|
+
<select name=\"a_tinkerdocumentinput\"> %%tinkerdocumentsarray%% </select>
|
9
|
+
|
10
|
+
</table>
|
11
|
+
<horizontal>
|
12
|
+
<button caption=#{Message[:open_document]} action=\"runopentinkerdocument\"/>
|
13
|
+
</horizontal>
|
14
|
+
"
|
@@ -0,0 +1,15 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<horizontal>
|
4
|
+
<button caption=#{Message[:showhelpabout_links]} action=\"setuphelpaboutoptions\"/>
|
5
|
+
|
6
|
+
</horizontal>
|
7
|
+
<table>
|
8
|
+
<select name=\"a_helpaboutinput\"> %%helpaboutoptions%% </select>
|
9
|
+
|
10
|
+
</table>
|
11
|
+
|
12
|
+
<horizontal>
|
13
|
+
<button caption=#{Message[:openselectedhelp_about]} action=\"runrwdtinkerversion\"/>
|
14
|
+
</horizontal>
|
15
|
+
"
|
@@ -0,0 +1,15 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<horizontal>
|
4
|
+
<button caption=#{Message[:showhelpabout_links]} action=\"setuphelpaboutoptions\"/>
|
5
|
+
|
6
|
+
</horizontal>
|
7
|
+
<table>
|
8
|
+
<select name=\"a_helpaboutinput\"> %%helpaboutoptions%% </select>
|
9
|
+
|
10
|
+
</table>
|
11
|
+
|
12
|
+
<horizontal>
|
13
|
+
<button caption=#{Message[:openselectedhelp_about]} action=\"runrwdtinkerversion\"/>
|
14
|
+
</horizontal>
|
15
|
+
"
|
@@ -0,0 +1,38 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<tab name=\"googlewindow\" caption=\"Google Language\">
|
4
|
+
connect to Google and translate phrases
|
5
|
+
<table>
|
6
|
+
<row> <p align=\"right\">sentence</p> <text size=55 name=\"rwdlanguage_datain\"/> </row>
|
7
|
+
|
8
|
+
</table>
|
9
|
+
<table>
|
10
|
+
<horizontal>
|
11
|
+
<button caption=\"Translate on Google\" action=\"rwdlanggoogle_lookup\"/>
|
12
|
+
|
13
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdlanguage\"/>
|
14
|
+
|
15
|
+
</horizontal>
|
16
|
+
</table>
|
17
|
+
<table>
|
18
|
+
<p>%rwdlangspanish_result%</p>
|
19
|
+
|
20
|
+
<p>%rwdlangjapanese_result%</p>
|
21
|
+
|
22
|
+
<p>%rwdlangnl_result%</p>
|
23
|
+
<p>%rwdlangar_result%</p>
|
24
|
+
<p>%rwdlangit_result%</p>
|
25
|
+
<p>%rwdlangfr_result%</p>
|
26
|
+
<p>%rwdlangde_result%</p>
|
27
|
+
<p>%rwdlangel_result%</p>
|
28
|
+
<p>%rwdlangru_result%</p>
|
29
|
+
<p>%rwdlangzh_result%</p>
|
30
|
+
|
31
|
+
|
32
|
+
<p>%rwdlangpt_result%</p>
|
33
|
+
<p>%rwdlanghe_result%</p>
|
34
|
+
<p>%rwdlanghi_result%</p>
|
35
|
+
<p>%rwdlangko_result%</p>
|
36
|
+
</table>
|
37
|
+
</tab>"
|
38
|
+
|
@@ -0,0 +1,19 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<tab name=\"germandictlookup\" caption=\"Deutsche Lookup\">
|
4
|
+
|
5
|
+
|
6
|
+
<table>
|
7
|
+
<row> <p align=\"right\">Word:</p> <text name=\"a_germaninput\"/> </row>
|
8
|
+
|
9
|
+
</table>
|
10
|
+
|
11
|
+
<horizontal>
|
12
|
+
<button caption=\"Lookup\" action=\"germanlookup\"/>
|
13
|
+
|
14
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdlanguage\"/>
|
15
|
+
</horizontal>
|
16
|
+
<p>%german_display%</p>
|
17
|
+
</tab>
|
18
|
+
"
|
19
|
+
|
@@ -0,0 +1,27 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<tab name=\"viewrwdlanguageconfiguration\" caption=\"RwdLanguage Configuration\">
|
4
|
+
|
5
|
+
|
6
|
+
<table>
|
7
|
+
<row> <p> </row>
|
8
|
+
<row> <p align=\"right\">You can view or edit the configuration file here</row>
|
9
|
+
<row> <p> </row>
|
10
|
+
<horizontal>
|
11
|
+
<button caption=\"Fill Record\" action=\"loadrwdelizaconfiguration\"/>
|
12
|
+
<button caption=\"Save Changes\" action=\"saverwdelizaconfiguration\"/>
|
13
|
+
<button caption=\"Reload Variables\" action=\"loadrwdelizaconfigurationvariables\"/>
|
14
|
+
<button caption=\"Help\" action=\"runhelpwindowrwdlanguage\"/>
|
15
|
+
</horizontal>
|
16
|
+
<table>
|
17
|
+
|
18
|
+
<textarea name=\"a_languageconfigurationfile\"/> </row>
|
19
|
+
|
20
|
+
</table>
|
21
|
+
<p>
|
22
|
+
<p>%newelizaconfigurationresult%</p>
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
</tab>"
|
27
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<tab name=RwdwordsMenu caption=Menu>
|
4
|
+
<horizontal>
|
5
|
+
<button caption=\"Show Jump Links\" action=\"showjumplinkoptions\"/>
|
6
|
+
|
7
|
+
</horizontal>
|
8
|
+
<table>
|
9
|
+
<select name=\"a_jumplinkinput\"> %%jumplinkoptions%% </select>
|
10
|
+
|
11
|
+
</table>
|
12
|
+
|
13
|
+
<horizontal>
|
14
|
+
<button caption=\"Jump to Application Location\" action=\"runjumplinkcommand\"/>
|
15
|
+
</horizontal>
|
16
|
+
</tab>
|
17
|
+
"
|
@@ -0,0 +1,41 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<tab name=\"rwdzipslister\" caption=#{Message[:list_zips]}>
|
4
|
+
|
5
|
+
<table>
|
6
|
+
<row> <p align=\"right\">#{Message[:file_name]}</p> <text size=70 name=\"a_installapplet\"/> </row>
|
7
|
+
|
8
|
+
</table>
|
9
|
+
|
10
|
+
|
11
|
+
<horizontal>
|
12
|
+
|
13
|
+
|
14
|
+
<button caption=#{Message[:install_applet]} action=\"installgemapplet\"/>
|
15
|
+
<button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
|
16
|
+
</horizontal>
|
17
|
+
<p>%installapplettext%</p>
|
18
|
+
|
19
|
+
<horizontal>
|
20
|
+
|
21
|
+
<button caption=#{Message[:viewapplet_contents]} action=\"viewgemappletcontents\"/>
|
22
|
+
</horizontal>
|
23
|
+
<p>%appletcontentstext%</p>
|
24
|
+
<table>
|
25
|
+
<row> <p align=\"right\">#{Message[:clickbelowtoviewlistof_zip]} </row>
|
26
|
+
|
27
|
+
</table>
|
28
|
+
|
29
|
+
<horizontal>
|
30
|
+
<button caption=#{Message[:listappletsavailablefor_installation]} action=\"listzipfilestoinstall\"/>
|
31
|
+
|
32
|
+
<button caption=#{Message[:listappletsinthegem_directory]} action=\"listgemzips\"/>
|
33
|
+
|
34
|
+
</horizontal>
|
35
|
+
|
36
|
+
<p>%%zipslistresult%%</p>
|
37
|
+
|
38
|
+
</tab>"
|
39
|
+
|
40
|
+
|
41
|
+
|
@@ -0,0 +1,44 @@
|
|
1
|
+
$rwdguivar=
|
2
|
+
"
|
3
|
+
<tab name=\"superantcomremotezipsinstall\" caption=\"Install Remote Applets\">
|
4
|
+
|
5
|
+
<table>
|
6
|
+
<row> <p align=\"right\">#{Message[:file_name]}</p> <text size=70 name=\"superantcominstallremoteappletinput\"/> </row>
|
7
|
+
|
8
|
+
</table>
|
9
|
+
<horizontal>
|
10
|
+
<button caption=\"install remote Gem applet package\" action=\"superantcominstallremotegemapplet\"/>
|
11
|
+
<button caption=#{Message[:help]} action=\"runhelpwindowtinkerwin2\"/>
|
12
|
+
|
13
|
+
</horizontal>
|
14
|
+
<p>%superantcominstallremotegemappletresult%</p>
|
15
|
+
|
16
|
+
<horizontal>
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
<button caption=#{Message[:viewalreadyinstalled_applications]} action=\"superantcomshowgemfiledirs\"/>
|
21
|
+
</horizontal>
|
22
|
+
<p>%%superantcomshowgemappletdirsresult%%</p>
|
23
|
+
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
<table>
|
29
|
+
<row> <p align=\"right\">#{Message[:clickbelowtoviewlistof_zip]} </row>
|
30
|
+
|
31
|
+
</table>
|
32
|
+
|
33
|
+
<horizontal>
|
34
|
+
|
35
|
+
<button caption=#{Message[:listappletsinthegem_directory]} action=\"superantcomremotegemlist\"/>
|
36
|
+
|
37
|
+
</horizontal>
|
38
|
+
<p>%superantcomremotegemappletsfullresult%</p>
|
39
|
+
<p>%%superantcomremotegemappletsresult%%</p>
|
40
|
+
|
41
|
+
</tab>"
|
42
|
+
|
43
|
+
|
44
|
+
|