goo blog サービス終了のお知らせ 

気ままに

おゆみ野周辺のウォーキングを中心に、老後の自分のための今の記録。
気が向いたら書きます。

SendToHostのVer.2をC#で開発開始

2005-01-06 05:59:53 | HP更新履歴
2005/01/04
SendToHostをC#で開発を開始した。
C#で初の本格的プログラミングになる予定。
設定ファイルを読み込んで、テキストボックスに表示するところまで。
パスワードのデコーディングは未対応。

2005/01/06
右クリック「送る」で送られたファイル名をテキストボックスに表示する機能を追加。


SendToHostについてはこらちをご覧ください。

初代スタイルシート

2005-01-02 19:09:00 | HP更新履歴
2005/01/02まで使用していたスタイルシート
2005/01/02に、より定義を限定したbasic.cssに統一


/*
  contentの標準スタイルシート
  2003.03.24 font-size可変Version2
*/
body {
  background-color: #FFFFFB;
}
H1 {
  color: #000000;
  font-weight: bold;
  font-size:150%;
  text-align: center
}
H2 {
  color: #000000;
  background-color: #BBEEFF;
  padding: 2 2 2 2;
  font-weight: bold;
  font-size:120%;
}
H3 {
  color: #000000;
  font-weight: bold;
  font-size:115%;
}
H4 {
  color: #000000;
  font-weight: bold;
  font-size:110%;
}
.title {
  color: #000000;
  font-weight: bold;
  font-size:150%;
  text-align: center
}
.tmenu1 {
  color: #FFFFFF;
  background-color: #3300CC;
  padding: 6 3 6 3;
  width: 100%;
  font-size: 90%;
}
hr {
  color:#3300CC;
}
.src2 {
  color: #000000;
  background-color: #F8FFF8;
  padding: 2 2 2 2;
  margin-left: 35px;
  width: 90%;
  font-size: 90%;
  line-height:100%
}
.src2L {
  color: #000000;
  background-color: #F8FFF8;
  padding: 2 2 2 8;
  margin-left: 35px;
  width: 90%;
  font-size: 100%;
  line-height:100%
}
.head1s {
  font-size: medium;
  font-weight:bold;
}
.body1s {
  color: #000000;
  font-size: 90%;
}
.body2sw {
  color: #000000;
  font-size: 90%;
  margin-left: 35px;
  line-height:125%
}