Browse Subversion Repository
Contents of /Unit8.dfm
Parent Directory
| Revision Log
Revision 1 -
( show annotations)
( download)
Sun Nov 22 11:18:44 2015 UTC
(8 years, 4 months ago)
by yamat0jp
File size: 365 byte(s)
方向性はあってますが技術的に行き詰っています.IntraWebの情報・経験が不足しています.
ボタンでフォームを切り替えることさえうまくいきませんがセッションの問題でしょうか?
| 1 |
object PayForm: TPayForm |
| 2 |
Left = 0 |
| 3 |
Top = 0 |
| 4 |
Width = 555 |
| 5 |
Height = 400 |
| 6 |
RenderInvisibleControls = False |
| 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 |
|