Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit14.dfm

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

revision 18 by yamat0jp, Sat Aug 27 11:00:30 2016 UTC revision 19 by yamat0jp, Sat Aug 27 13:22:00 2016 UTC
# Line 1  Line 1 
1  object IWForm14: TIWForm14  object Mentenance: TMentenance
2    Left = 0    Left = 0
3    Top = 0    Top = 0
4    Width = 555    Width = 555
# Line 7  object IWForm14: TIWForm14 Line 7  object IWForm14: TIWForm14
7    AllowPageAccess = True    AllowPageAccess = True
8    ConnectionMode = cmAny    ConnectionMode = cmAny
9    Background.Fixed = False    Background.Fixed = False
10      LayoutMgr = IWTemplateProcessorHTML1
11    HandleTabs = False    HandleTabs = False
12    LeftToRight = True    LeftToRight = True
13    LockUntilLoaded = True    LockUntilLoaded = True
# Line 15  object IWForm14: TIWForm14 Line 16  object IWForm14: TIWForm14
16    XPTheme = True    XPTheme = True
17    DesignLeft = 8    DesignLeft = 8
18    DesignTop = 8    DesignTop = 8
19      object IWLink1: TIWLink
20        Left = 248
21        Top = 192
22        Width = 65
23        Height = 17
24        Alignment = taLeftJustify
25        Color = clNone
26        Font.Color = clNone
27        Font.Size = 10
28        Font.Style = [fsUnderline]
29        DoSubmitValidation = False
30        FriendlyName = 'IWLink1'
31        OnClick = IWLink1Click
32        TabOrder = 0
33        RawText = False
34        Caption = 'IWLink1'
35      end
36      object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
37        TagType = ttIntraWeb
38        Templates.Default = 'info.htm'
39        Left = 264
40        Top = 184
41      end
42  end  end

Legend:
Removed from v.18  
changed lines
  Added in v.19

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