Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
105 lines (97 sloc)
2.23 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html><head> | |
| <title>開発実績</title> | |
| <body bgcolor=#cccccc vlink=#0000ff link=#000000 background="bg.gif"> | |
| <SCRIPT LANGUAGE="JavaScript"> | |
| function EnlivenPrint() { | |
| print(); | |
| return true; | |
| } | |
| function PrevPage() { | |
| history.go(-1); | |
| } | |
| </SCRIPT> | |
| </head> | |
| <center> | |
| <table border=1 width=620 bgcolor=#ffffff CELLPADDING=10 CELLSPACING=0> | |
| <td><table bgcolor=#ffffff> | |
| <td><img src="b6.gif"></td><tr> | |
| <tr></tr> | |
| <tr></tr> | |
| <td><table width=100% CELLPADDING=4 CELLSPACING=0> | |
| <td width=100% bgcolor=#ddddff><font size=+1>受託開発を行った主な開発種</font></td><tr> | |
| <td> | |
| <table> | |
| <td rowspan=6 valign="top">インターネット/イントラネット</td> | |
| <td>受注申込みWebサーバーシステム</td><tr> | |
| <td>オンラインショッピング用Webサーバーシステム</td><tr> | |
| <td>インターネットファイル転送システム</td><tr> | |
| <td>グループウエア</td><tr> | |
| <td>ライブ画像用Webサーバーシステム</td><tr> | |
| <td>論文検索用Webサーバーシステム</td><tr> | |
| <td> </td><tr> | |
| <td> </td><tr> | |
| <td> </td><tr> | |
| <td rowspan=5 valign="top">クライアント/サーバー</td> | |
| <td>流通系発注C/Sシステム<td><tr> | |
| <td>流通系配送管理C/Sシステム<td><tr> | |
| <td>作業行程管理システム<td><tr> | |
| <td>人事情報検索システム<td><tr> | |
| <td>文献管理システム<td> | |
| <td> </td><tr> | |
| <td> </td><tr> | |
| <td> </td><tr> | |
| <td rowspan=2 valign="top">画像</td> | |
| <td>画像検索システム</td><tr> | |
| <td>画像データベースシステム</td><tr> | |
| <td> </td><tr> | |
| <td> </td><tr> | |
| <td> </td><tr> | |
| <td rowspan=4 valign="top">LANシステム/スタンドアローン</td> | |
| <td>小規模会計システム</td><tr> | |
| <td>在庫管理システム(多数)</td><tr> | |
| <td>受注管理システム(多数)</td><tr> | |
| <td>発注管理システム(多数)</td><tr> | |
| <td> </td><tr> | |
| <td> </td><tr> | |
| <td> </td><tr> | |
| <td rowspan=2 valign="top">その他</td> | |
| <td>Delphi用特殊コンポーネントの作成</td><tr> | |
| <td>多目的印刷ツール</td> | |
| </table> | |
| <br> | |
| <br> | |
| </td> | |
| </table></td> | |
| <tr> | |
| <td><table width=100% CELLPADDING=4 CELLSPACING=0> | |
| <td width=100% bgcolor=#ddddff><font size=+1>コンサルティング</font></td><tr> | |
| <td> | |
| VBからDelphiへの移行作業<br> | |
| Delphiを使ったC/Sシステムの構築<br> | |
| <br> | |
| <br> | |
| </td> | |
| </table></td> | |
| <tr> | |
| </table> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| <br> | |
| </table> | |
| <FORM> | |
| <INPUT TYPE="BUTTON" VALUE="前のページに戻る" ONCLICK="PrevPage()"> | |
| <INPUT TYPE="BUTTON" VALUE="このページを印刷する" ONCLICK="EnlivenPrint()"> | |
| </FORM> | |
| </center> | |
| </body> | |
| </html> |