Browse Subversion Repository
Contents of /Unit7.dfm
Parent Directory
| Revision Log
Revision 7 -
( show annotations)
( download)
Wed Dec 30 09:56:24 2015 UTC
(8 years, 3 months ago)
by yamat0jp
File size: 1471 byte(s)
退会できるようにしました
| 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 |
LayoutMgr = IWTemplateProcessorHTML1 |
| 11 |
HandleTabs = False |
| 12 |
LeftToRight = True |
| 13 |
LockUntilLoaded = True |
| 14 |
LockOnSubmit = True |
| 15 |
ShowHint = True |
| 16 |
XPTheme = True |
| 17 |
DesignLeft = 8 |
| 18 |
DesignTop = 8 |
| 19 |
object IWButton1: TIWButton |
| 20 |
Left = 168 |
| 21 |
Top = 240 |
| 22 |
Width = 75 |
| 23 |
Height = 25 |
| 24 |
Caption = #30906#35469 |
| 25 |
Color = clBtnFace |
| 26 |
Font.Color = clNone |
| 27 |
Font.Size = 10 |
| 28 |
Font.Style = [] |
| 29 |
FriendlyName = 'IWButton1' |
| 30 |
TabOrder = 0 |
| 31 |
OnClick = IWButton1Click |
| 32 |
end |
| 33 |
object IWButton2: TIWButton |
| 34 |
Left = 296 |
| 35 |
Top = 240 |
| 36 |
Width = 75 |
| 37 |
Height = 25 |
| 38 |
Caption = #12461#12515#12531#12475#12523 |
| 39 |
Color = clBtnFace |
| 40 |
Font.Color = clNone |
| 41 |
Font.Size = 10 |
| 42 |
Font.Style = [] |
| 43 |
FriendlyName = 'IWButton2' |
| 44 |
TabOrder = 1 |
| 45 |
OnClick = IWButton2Click |
| 46 |
end |
| 47 |
object IWDBLabel1: TIWDBLabel |
| 48 |
Left = 216 |
| 49 |
Top = 192 |
| 50 |
Width = 60 |
| 51 |
Height = 16 |
| 52 |
Font.Color = clNone |
| 53 |
Font.Size = 10 |
| 54 |
Font.Style = [] |
| 55 |
HasTabOrder = False |
| 56 |
DataField = 'ADDRESS' |
| 57 |
DataSource = DataModule3.user |
| 58 |
FriendlyName = 'IWDBLabel1' |
| 59 |
end |
| 60 |
object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML |
| 61 |
TagType = ttIntraWeb |
| 62 |
Templates.Default = 'pay.htm' |
| 63 |
Left = 336 |
| 64 |
Top = 144 |
| 65 |
end |
| 66 |
end |
|