Browse Subversion Repository
Contents of /Unit3.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: 1533 byte(s)
方向性はあってますが技術的に行き詰っています.IntraWebの情報・経験が不足しています.
ボタンでフォームを切り替えることさえうまくいきませんがセッションの問題でしょうか?
| 1 |
object IWFrame1: TIWFrame1 |
| 2 |
Left = 0 |
| 3 |
Top = 0 |
| 4 |
Width = 343 |
| 5 |
Height = 169 |
| 6 |
TabOrder = 0 |
| 7 |
object IWFrameRegion: TIWRegion |
| 8 |
Left = 0 |
| 9 |
Top = 0 |
| 10 |
Width = 343 |
| 11 |
Height = 169 |
| 12 |
Cursor = crAuto |
| 13 |
RenderInvisibleControls = False |
| 14 |
TabOrder = 0 |
| 15 |
Align = alClient |
| 16 |
BorderOptions.NumericWidth = 1 |
| 17 |
BorderOptions.BorderWidth = cbwNumeric |
| 18 |
BorderOptions.Style = cbsSolid |
| 19 |
BorderOptions.Color = clNone |
| 20 |
Color = clNone |
| 21 |
ParentShowHint = False |
| 22 |
ShowHint = True |
| 23 |
ZIndex = 1000 |
| 24 |
Splitter = False |
| 25 |
object IWImageFile1: TIWImageFile |
| 26 |
Left = 1 |
| 27 |
Top = 1 |
| 28 |
Width = 341 |
| 29 |
Height = 167 |
| 30 |
Cursor = crAuto |
| 31 |
Align = alClient |
| 32 |
ParentShowHint = False |
| 33 |
ShowHint = True |
| 34 |
ZIndex = 0 |
| 35 |
RenderSize = False |
| 36 |
StyleRenderOptions.RenderSize = False |
| 37 |
StyleRenderOptions.RenderPosition = True |
| 38 |
StyleRenderOptions.RenderFont = True |
| 39 |
StyleRenderOptions.RenderZIndex = True |
| 40 |
StyleRenderOptions.RenderVisibility = True |
| 41 |
StyleRenderOptions.RenderStatus = True |
| 42 |
StyleRenderOptions.RenderAbsolute = True |
| 43 |
BorderOptions.Color = clNone |
| 44 |
BorderOptions.Width = 0 |
| 45 |
DoSubmitValidation = True |
| 46 |
ScriptEvents = <> |
| 47 |
TabOrder = -1 |
| 48 |
UseSize = False |
| 49 |
Cacheable = True |
| 50 |
FriendlyName = 'IWImageFile1' |
| 51 |
ImageFile.Filename = 'files\logo.png' |
| 52 |
ExplicitLeft = 128 |
| 53 |
ExplicitTop = 32 |
| 54 |
ExplicitWidth = 89 |
| 55 |
ExplicitHeight = 112 |
| 56 |
end |
| 57 |
end |
| 58 |
end |
|