Browse Subversion Repository
Diff of /Unit7.dfm
Parent Directory
| Revision Log
| Patch
| 1 |
object CartForm: TCartForm |
object PayForm: TPayForm |
| 2 |
Left = 0 |
Left = 0 |
| 3 |
Top = 0 |
Top = 0 |
| 4 |
Width = 555 |
Width = 555 |
| 6 |
RenderInvisibleControls = False |
RenderInvisibleControls = False |
| 7 |
AllowPageAccess = True |
AllowPageAccess = True |
| 8 |
ConnectionMode = cmAny |
ConnectionMode = cmAny |
|
OnCreate = IWAppFormCreate |
|
|
OnDestroy = IWAppFormDestroy |
|
| 9 |
Background.Fixed = False |
Background.Fixed = False |
| 10 |
LayoutMgr = IWTemplateProcessorHTML1 |
LayoutMgr = IWTemplateProcessorHTML1 |
| 11 |
HandleTabs = False |
HandleTabs = False |
| 28 |
Font.Style = [] |
Font.Style = [] |
| 29 |
FriendlyName = 'IWButton1' |
FriendlyName = 'IWButton1' |
| 30 |
TabOrder = 0 |
TabOrder = 0 |
|
OnClick = IWButton1Click |
|
| 31 |
end |
end |
| 32 |
object IWButton2: TIWButton |
object IWButton2: TIWButton |
| 33 |
Left = 296 |
Left = 296 |
| 41 |
Font.Style = [] |
Font.Style = [] |
| 42 |
FriendlyName = 'IWButton2' |
FriendlyName = 'IWButton2' |
| 43 |
TabOrder = 1 |
TabOrder = 1 |
|
OnClick = IWButton1Click |
|
|
end |
|
|
object IWGrid1: TIWGrid |
|
|
Left = 128 |
|
|
Top = 56 |
|
|
Width = 300 |
|
|
Height = 150 |
|
|
BorderColors.Color = clNone |
|
|
BorderColors.Light = clNone |
|
|
BorderColors.Dark = clNone |
|
|
BGColor = clNone |
|
|
BorderSize = 1 |
|
|
BorderStyle = tfDefault |
|
|
Caption = #12362#23458#27096#12398#12372#27880#25991 |
|
|
CellPadding = 0 |
|
|
CellSpacing = 0 |
|
|
Font.Color = clNone |
|
|
Font.Size = 10 |
|
|
Font.Style = [] |
|
|
FrameBuffer = 40 |
|
|
Lines = tlAll |
|
|
UseFrame = False |
|
|
UseSize = True |
|
|
FriendlyName = 'IWGrid1' |
|
|
ColumnCount = 1 |
|
|
RowCount = 1 |
|
|
ShowEmptyCells = True |
|
|
ShowInvisibleRows = True |
|
|
ScrollToCurrentRow = False |
|
| 44 |
end |
end |
| 45 |
object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML |
object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML |
| 46 |
TagType = ttIntraWeb |
TagType = ttIntraWeb |
| 47 |
Templates.Default = 'cart.htm' |
Templates.Default = 'pay.htm' |
| 48 |
Left = 336 |
Left = 336 |
| 49 |
Top = 144 |
Top = 144 |
| 50 |
end |
end |
|
|
Legend:
| Removed from v.2 |
|
| changed lines |
| |
Added in v.5 |
|
|
|