Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit9.dfm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by yamat0jp, Wed Dec 30 09:56:24 2015 UTC revision 8 by yamat0jp, Thu Dec 31 08:51:02 2015 UTC
# Line 6  object MyPage: TMyPage Line 6  object MyPage: TMyPage
6    RenderInvisibleControls = True    RenderInvisibleControls = True
7    AllowPageAccess = True    AllowPageAccess = True
8    ConnectionMode = cmAny    ConnectionMode = cmAny
9      OnCreate = IWAppFormCreate
10    Background.Fixed = False    Background.Fixed = False
11      LayoutMgr = IWTemplateProcessorHTML1
12    HandleTabs = False    HandleTabs = False
13    LeftToRight = True    LeftToRight = True
14    LockUntilLoaded = True    LockUntilLoaded = True
# Line 15  object MyPage: TMyPage Line 17  object MyPage: TMyPage
17    XPTheme = True    XPTheme = True
18    DesignLeft = 8    DesignLeft = 8
19    DesignTop = 8    DesignTop = 8
   object IWLink1: TIWLink  
     Left = 120  
     Top = 120  
     Width = 65  
     Height = 17  
     Alignment = taLeftJustify  
     Color = clNone  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = [fsUnderline]  
     DoSubmitValidation = False  
     FriendlyName = 'IWLink1'  
     TabOrder = 0  
     RawText = False  
     Caption = 'IWLink1'  
   end  
20    object IWLink2: TIWLink    object IWLink2: TIWLink
21      Left = 120      Left = 120
22      Top = 248      Top = 248
# Line 44  object MyPage: TMyPage Line 30  object MyPage: TMyPage
30      DoSubmitValidation = False      DoSubmitValidation = False
31      FriendlyName = 'IWLink2'      FriendlyName = 'IWLink2'
32      OnClick = IWLink2Click      OnClick = IWLink2Click
33      TabOrder = 1      TabOrder = 0
34      RawText = False      RawText = False
35      Caption = #25147#12427      Caption = #25147#12427
36    end    end
# Line 59  object MyPage: TMyPage Line 45  object MyPage: TMyPage
45      Font.Size = 10      Font.Size = 10
46      Font.Style = []      Font.Style = []
47      FriendlyName = 'IWButton1'      FriendlyName = 'IWButton1'
48      TabOrder = 2      TabOrder = 1
49      OnClick = IWButton1Click      OnClick = IWButton1Click
50    end    end
51    object IWButton2: TIWButton    object IWButton2: TIWButton
# Line 73  object MyPage: TMyPage Line 59  object MyPage: TMyPage
59      Font.Size = 10      Font.Size = 10
60      Font.Style = []      Font.Style = []
61      FriendlyName = 'IWButton2'      FriendlyName = 'IWButton2'
62      TabOrder = 3      TabOrder = 2
63      OnClick = IWButton2Click      OnClick = IWButton2Click
64    end    end
65      object IWEdit1: TIWEdit
66        Left = 216
67        Top = 256
68        Width = 121
69        Height = 21
70        Font.Color = clNone
71        Font.Size = 10
72        Font.Style = []
73        FriendlyName = 'IWEdit1'
74        SubmitOnAsyncEvent = True
75        TabOrder = 3
76        Text = 'IWEdit1'
77      end
78      object IWEdit2: TIWEdit
79        Left = 216
80        Top = 320
81        Width = 121
82        Height = 21
83        Font.Color = clNone
84        Font.Size = 10
85        Font.Style = []
86        FriendlyName = 'IWEdit2'
87        SubmitOnAsyncEvent = True
88        TabOrder = 4
89        Text = 'IWEdit2'
90      end
91      object IWButton3: TIWButton
92        Left = 368
93        Top = 272
94        Width = 75
95        Height = 25
96        Caption = #26356#26032
97        Color = clBtnFace
98        Font.Color = clNone
99        Font.Size = 10
100        Font.Style = []
101        FriendlyName = 'IWButton3'
102        TabOrder = 5
103        OnClick = IWButton3Click
104      end
105      object IWEdit3: TIWEdit
106        Left = 216
107        Top = 283
108        Width = 121
109        Height = 21
110        Font.Color = clNone
111        Font.Size = 10
112        Font.Style = []
113        FriendlyName = 'IWEdit3'
114        SubmitOnAsyncEvent = True
115        TabOrder = 6
116      end
117      object IWEdit4: TIWEdit
118        Left = 64
119        Top = 299
120        Width = 81
121        Height = 21
122        Font.Color = clNone
123        Font.Size = 10
124        Font.Style = []
125        FriendlyName = 'IWEdit4'
126        SubmitOnAsyncEvent = True
127        TabOrder = 7
128        PasswordPrompt = True
129      end
130      object IWButton4: TIWButton
131        Left = 24
132        Top = 252
133        Width = 75
134        Height = 25
135        Caption = #22793#26356
136        Color = clBtnFace
137        Font.Color = clNone
138        Font.Size = 10
139        Font.Style = []
140        FriendlyName = 'IWButton4'
141        TabOrder = 8
142        OnClick = IWButton4Click
143      end
144      object IWEdit5: TIWEdit
145        Left = 64
146        Top = 326
147        Width = 81
148        Height = 21
149        Font.Color = clNone
150        Font.Size = 10
151        Font.Style = []
152        FriendlyName = 'IWEdit5'
153        SubmitOnAsyncEvent = True
154        TabOrder = 9
155        PasswordPrompt = True
156      end
157    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
158      TagType = ttIntraWeb      TagType = ttIntraWeb
159      Templates.Default = 'mypage.htm'      Templates.Default = 'mypage.htm'

Legend:
Removed from v.7  
changed lines
  Added in v.8

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