Browse Subversion Repository
Contents of /Unit7.dfm
Parent Directory
| Revision Log
Revision 2 -
( show annotations)
( download)
Sat Dec 19 14:35:42 2015 UTC
(8 years, 3 months ago)
by yamat0jp
File size: 1921 byte(s)
IntraWebをバージョンアップしてから、コンパイルが可能になりました。お見苦しいところをお見せしていました。
まだまだ未完成です。
| 1 |
object CartForm: TCartForm |
| 2 |
Left = 0 |
| 3 |
Top = 0 |
| 4 |
Width = 555 |
| 5 |
Height = 400 |
| 6 |
RenderInvisibleControls = False |
| 7 |
AllowPageAccess = True |
| 8 |
ConnectionMode = cmAny |
| 9 |
OnCreate = IWAppFormCreate |
| 10 |
OnDestroy = IWAppFormDestroy |
| 11 |
Background.Fixed = False |
| 12 |
LayoutMgr = IWTemplateProcessorHTML1 |
| 13 |
HandleTabs = False |
| 14 |
LeftToRight = True |
| 15 |
LockUntilLoaded = True |
| 16 |
LockOnSubmit = True |
| 17 |
ShowHint = True |
| 18 |
XPTheme = True |
| 19 |
DesignLeft = 8 |
| 20 |
DesignTop = 8 |
| 21 |
object IWButton1: TIWButton |
| 22 |
Left = 168 |
| 23 |
Top = 240 |
| 24 |
Width = 75 |
| 25 |
Height = 25 |
| 26 |
Caption = #30906#35469 |
| 27 |
Color = clBtnFace |
| 28 |
Font.Color = clNone |
| 29 |
Font.Size = 10 |
| 30 |
Font.Style = [] |
| 31 |
FriendlyName = 'IWButton1' |
| 32 |
TabOrder = 0 |
| 33 |
OnClick = IWButton1Click |
| 34 |
end |
| 35 |
object IWButton2: TIWButton |
| 36 |
Left = 296 |
| 37 |
Top = 240 |
| 38 |
Width = 75 |
| 39 |
Height = 25 |
| 40 |
Caption = #12461#12515#12531#12475#12523 |
| 41 |
Color = clBtnFace |
| 42 |
Font.Color = clNone |
| 43 |
Font.Size = 10 |
| 44 |
Font.Style = [] |
| 45 |
FriendlyName = 'IWButton2' |
| 46 |
TabOrder = 1 |
| 47 |
OnClick = IWButton1Click |
| 48 |
end |
| 49 |
object IWGrid1: TIWGrid |
| 50 |
Left = 128 |
| 51 |
Top = 56 |
| 52 |
Width = 300 |
| 53 |
Height = 150 |
| 54 |
BorderColors.Color = clNone |
| 55 |
BorderColors.Light = clNone |
| 56 |
BorderColors.Dark = clNone |
| 57 |
BGColor = clNone |
| 58 |
BorderSize = 1 |
| 59 |
BorderStyle = tfDefault |
| 60 |
Caption = #12362#23458#27096#12398#12372#27880#25991 |
| 61 |
CellPadding = 0 |
| 62 |
CellSpacing = 0 |
| 63 |
Font.Color = clNone |
| 64 |
Font.Size = 10 |
| 65 |
Font.Style = [] |
| 66 |
FrameBuffer = 40 |
| 67 |
Lines = tlAll |
| 68 |
UseFrame = False |
| 69 |
UseSize = True |
| 70 |
FriendlyName = 'IWGrid1' |
| 71 |
ColumnCount = 1 |
| 72 |
RowCount = 1 |
| 73 |
ShowEmptyCells = True |
| 74 |
ShowInvisibleRows = True |
| 75 |
ScrollToCurrentRow = False |
| 76 |
end |
| 77 |
object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML |
| 78 |
TagType = ttIntraWeb |
| 79 |
Templates.Default = 'cart.htm' |
| 80 |
Left = 336 |
| 81 |
Top = 144 |
| 82 |
end |
| 83 |
end |
|