Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Setting.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 89 |
end; |
end; |
| 90 |
/// スレリストのカラム ID |
/// スレリストのカラム ID |
| 91 |
type TGikoBoardColumnID = (gbcTitle, gbcAllCount, gbcLocalCount, gbcNonAcqCount, |
type TGikoBoardColumnID = (gbcTitle, gbcAllCount, gbcLocalCount, gbcNonAcqCount, |
| 92 |
gbcNewCount, gbcUnReadCount, gbcRoundName, gbcLastModified, gbcCreated ); |
gbcNewCount, gbcUnReadCount, gbcRoundName, gbcRoundDate, gbcCreated );{gbcLastModified,} |
| 93 |
/// スレリストのカラム名 |
/// スレリストのカラム名 |
| 94 |
const GikoBoardColumnCaption : array[0..8] of string = |
const GikoBoardColumnCaption : array[0..8] of string = |
| 95 |
( 'スレッド名', 'カウント', '取得', '未取得', '新着', |
( 'スレッド名', 'カウント', '取得', '未取得', '新着', |
|
|
Legend:
| Removed from v.1.68 |
|
| changed lines |
| |
Added in v.1.69 |
|
|
| |