Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit4.dfm

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

revision 2 by yamat0jp, Sat Dec 19 14:35:42 2015 UTC revision 5 by yamat0jp, Tue Dec 29 08:41:54 2015 UTC
# Line 1  Line 1 
1  object PayForm: TPayForm  object CartForm: TCartForm
2    Left = 0    Left = 0
3    Top = 0    Top = 0
4    Width = 555    Width = 555
5    Height = 400    Height = 400
6    RenderInvisibleControls = True    RenderInvisibleControls = True
7      OnRender = IWAppFormRender
8    AllowPageAccess = True    AllowPageAccess = True
9    ConnectionMode = cmAny    ConnectionMode = cmAny
10      OnCreate = IWAppFormCreate
11    Background.Fixed = False    Background.Fixed = False
12      LayoutMgr = IWTemplateProcessorHTML1
13    HandleTabs = False    HandleTabs = False
14    LeftToRight = True    LeftToRight = True
15    LockUntilLoaded = True    LockUntilLoaded = True
# Line 15  object PayForm: TPayForm Line 18  object PayForm: TPayForm
18    XPTheme = True    XPTheme = True
19    DesignLeft = 8    DesignLeft = 8
20    DesignTop = 8    DesignTop = 8
21      object IWGrid1: TIWGrid
22        Left = 128
23        Top = 128
24        Width = 300
25        Height = 150
26        BorderColors.Color = clNone
27        BorderColors.Light = clNone
28        BorderColors.Dark = clNone
29        BGColor = clNone
30        BorderSize = 1
31        BorderStyle = tfDefault
32        Caption = 'IWGrid1'
33        CellPadding = 0
34        CellSpacing = 0
35        Font.Color = clNone
36        Font.Size = 10
37        Font.Style = []
38        FrameBuffer = 40
39        Lines = tlAll
40        UseFrame = False
41        UseSize = True
42        FriendlyName = 'IWGrid1'
43        ColumnCount = 5
44        OnCellClick = IWGrid1CellClick
45        RowCount = 1
46        ShowEmptyCells = True
47        ShowInvisibleRows = True
48        ScrollToCurrentRow = False
49      end
50      object IWButton1: TIWButton
51        Left = 152
52        Top = 304
53        Width = 121
54        Height = 25
55        Caption = #27770#28168#30011#38754#12408#36914#12416
56        Color = clBtnFace
57        Font.Color = clNone
58        Font.Size = 10
59        Font.Style = []
60        FriendlyName = 'IWButton1'
61        TabOrder = 0
62        OnClick = IWButton1Click
63      end
64      object IWButton2: TIWButton
65        Left = 312
66        Top = 304
67        Width = 75
68        Height = 25
69        Caption = #25147#12427
70        Color = clBtnFace
71        Font.Color = clNone
72        Font.Size = 10
73        Font.Style = []
74        FriendlyName = 'IWButton2'
75        TabOrder = 1
76        OnClick = IWButton2Click
77      end
78      object IWLabel1: TIWLabel
79        Left = 215
80        Top = 106
81        Width = 58
82        Height = 16
83        Font.Color = clNone
84        Font.Size = 10
85        Font.Style = []
86        HasTabOrder = False
87        FriendlyName = 'IWLabel1'
88        Caption = 'IWLabel1'
89      end
90      object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
91        TagType = ttIntraWeb
92        Templates.Default = 'cart.htm'
93        Left = 264
94        Top = 184
95      end
96  end  end

Legend:
Removed from v.2  
changed lines
  Added in v.5

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