Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit7.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 CartForm: TCartForm  object PayForm: TPayForm
2    Left = 0    Left = 0
3    Top = 0    Top = 0
4    Width = 555    Width = 555
# Line 6  object CartForm: TCartForm Line 6  object CartForm: TCartForm
6    RenderInvisibleControls = False    RenderInvisibleControls = False
7    AllowPageAccess = True    AllowPageAccess = True
8    ConnectionMode = cmAny    ConnectionMode = cmAny
   OnCreate = IWAppFormCreate  
   OnDestroy = IWAppFormDestroy  
9    Background.Fixed = False    Background.Fixed = False
10    LayoutMgr = IWTemplateProcessorHTML1    LayoutMgr = IWTemplateProcessorHTML1
11    HandleTabs = False    HandleTabs = False
# Line 30  object CartForm: TCartForm Line 28  object CartForm: TCartForm
28      Font.Style = []      Font.Style = []
29      FriendlyName = 'IWButton1'      FriendlyName = 'IWButton1'
30      TabOrder = 0      TabOrder = 0
     OnClick = IWButton1Click  
31    end    end
32    object IWButton2: TIWButton    object IWButton2: TIWButton
33      Left = 296      Left = 296
# Line 44  object CartForm: TCartForm Line 41  object CartForm: TCartForm
41      Font.Style = []      Font.Style = []
42      FriendlyName = 'IWButton2'      FriendlyName = 'IWButton2'
43      TabOrder = 1      TabOrder = 1
     OnClick = IWButton1Click  
   end  
   object IWGrid1: TIWGrid  
     Left = 128  
     Top = 56  
     Width = 300  
     Height = 150  
     BorderColors.Color = clNone  
     BorderColors.Light = clNone  
     BorderColors.Dark = clNone  
     BGColor = clNone  
     BorderSize = 1  
     BorderStyle = tfDefault  
     Caption = #12362#23458#27096#12398#12372#27880#25991  
     CellPadding = 0  
     CellSpacing = 0  
     Font.Color = clNone  
     Font.Size = 10  
     Font.Style = []  
     FrameBuffer = 40  
     Lines = tlAll  
     UseFrame = False  
     UseSize = True  
     FriendlyName = 'IWGrid1'  
     ColumnCount = 1  
     RowCount = 1  
     ShowEmptyCells = True  
     ShowInvisibleRows = True  
     ScrollToCurrentRow = False  
44    end    end
45    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
46      TagType = ttIntraWeb      TagType = ttIntraWeb
47      Templates.Default = 'cart.htm'      Templates.Default = 'pay.htm'
48      Left = 336      Left = 336
49      Top = 144      Top = 144
50    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