Develop and Download Open Source Software

Browse Subversion Repository

Contents of /Unit7.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Sun Nov 22 11:18:44 2015 UTC (8 years, 4 months ago) by yamat0jp
File size: 3658 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 IWDBGrid1: TIWDBGrid
22 Left = 120
23 Top = 52
24 Width = 300
25 Height = 150
26 Cursor = crAuto
27 ParentShowHint = False
28 ShowHint = True
29 ZIndex = 0
30 RenderSize = True
31 StyleRenderOptions.RenderSize = True
32 StyleRenderOptions.RenderPosition = True
33 StyleRenderOptions.RenderFont = True
34 StyleRenderOptions.RenderZIndex = True
35 StyleRenderOptions.RenderVisibility = True
36 StyleRenderOptions.RenderStatus = True
37 StyleRenderOptions.RenderAbsolute = True
38 BorderColors.Color = clNone
39 BorderColors.Light = clNone
40 BorderColors.Dark = clNone
41 BGColor = clNone
42 BorderSize = 1
43 BorderStyle = tfDefault
44 Caption = #12362#23458#27096#12398#12372#27880#25991
45 CellPadding = 0
46 CellSpacing = 0
47 Font.Color = clNone
48 Font.Size = 10
49 Font.Style = []
50 FrameBuffer = 40
51 Lines = tlRows
52 UseFrame = True
53 UseSize = True
54 ScrollToCurrentRow = False
55 Columns = <>
56 DataSource = DataModule1.cart
57 FooterRowCount = 0
58 FriendlyName = 'IWDBGrid1'
59 FromStart = True
60 HighlightColor = clWebLIGHTGRAY
61 HighlightRows = True
62 Options = [dgShowTitles]
63 RefreshMode = rmAutomatic
64 RowLimit = 0
65 RollOver = False
66 RowClick = False
67 RollOverColor = clWebLIGHTBLUE
68 RowHeaderColor = clNone
69 RowAlternateColor = clNone
70 RowCurrentColor = clNone
71 TabOrder = -1
72 end
73 object IWButton1: TIWButton
74 Left = 168
75 Top = 240
76 Width = 75
77 Height = 25
78 Cursor = crAuto
79 ParentShowHint = False
80 ShowHint = True
81 ZIndex = 0
82 RenderSize = True
83 StyleRenderOptions.RenderSize = True
84 StyleRenderOptions.RenderPosition = True
85 StyleRenderOptions.RenderFont = True
86 StyleRenderOptions.RenderZIndex = True
87 StyleRenderOptions.RenderVisibility = True
88 StyleRenderOptions.RenderStatus = True
89 StyleRenderOptions.RenderAbsolute = True
90 Caption = #30906#35469
91 DoSubmitValidation = True
92 Color = clBtnFace
93 Font.Color = clNone
94 Font.Size = 10
95 Font.Style = []
96 FriendlyName = 'IWButton1'
97 ScriptEvents = <>
98 TabOrder = 0
99 OnClick = IWButton1Click
100 end
101 object IWButton2: TIWButton
102 Left = 296
103 Top = 240
104 Width = 75
105 Height = 25
106 Cursor = crAuto
107 ParentShowHint = False
108 ShowHint = True
109 ZIndex = 0
110 RenderSize = True
111 StyleRenderOptions.RenderSize = True
112 StyleRenderOptions.RenderPosition = True
113 StyleRenderOptions.RenderFont = True
114 StyleRenderOptions.RenderZIndex = True
115 StyleRenderOptions.RenderVisibility = True
116 StyleRenderOptions.RenderStatus = True
117 StyleRenderOptions.RenderAbsolute = True
118 Caption = #12461#12515#12531#12475#12523
119 DoSubmitValidation = True
120 Color = clBtnFace
121 Font.Color = clNone
122 Font.Size = 10
123 Font.Style = []
124 FriendlyName = 'IWButton2'
125 ScriptEvents = <>
126 TabOrder = 1
127 OnClick = IWButton1Click
128 end
129 object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
130 TagType = ttIntraWeb
131 Templates.Default = 'cart.htm'
132 RenderStyles = True
133 Left = 336
134 Top = 144
135 end
136 end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26