Browse Subversion Repository
Contents of /Unit14.dfm
Parent Directory
| Revision Log
Revision 18 -
( show annotations)
( download)
Sat Aug 27 11:00:30 2016 UTC
(7 years, 7 months ago)
by yamat0jp
File size: 366 byte(s)
データの更新をメンテナンス中に限定した
コミットファイルの設定を見直し
問題点はRecordCountを使った検索件数表示
| 1 |
object IWForm14: TIWForm14 |
| 2 |
Left = 0 |
| 3 |
Top = 0 |
| 4 |
Width = 555 |
| 5 |
Height = 400 |
| 6 |
RenderInvisibleControls = True |
| 7 |
AllowPageAccess = True |
| 8 |
ConnectionMode = cmAny |
| 9 |
Background.Fixed = False |
| 10 |
HandleTabs = False |
| 11 |
LeftToRight = True |
| 12 |
LockUntilLoaded = True |
| 13 |
LockOnSubmit = True |
| 14 |
ShowHint = True |
| 15 |
XPTheme = True |
| 16 |
DesignLeft = 8 |
| 17 |
DesignTop = 8 |
| 18 |
end |
|