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 1 by yamat0jp, Sun Nov 22 11:18:44 2015 UTC revision 2 by yamat0jp, Sat Dec 19 14:35:42 2015 UTC
# Line 18  object CartForm: TCartForm Line 18  object CartForm: TCartForm
18    XPTheme = True    XPTheme = True
19    DesignLeft = 8    DesignLeft = 8
20    DesignTop = 8    DesignTop = 8
   object IWDBGrid1: TIWDBGrid  
     Left = 120  
     Top = 52  
     Width = 300  
     Height = 150  
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
     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 = tlRows  
     UseFrame = True  
     UseSize = True  
     ScrollToCurrentRow = False  
     Columns = <>  
     DataSource = DataModule1.cart  
     FooterRowCount = 0  
     FriendlyName = 'IWDBGrid1'  
     FromStart = True  
     HighlightColor = clWebLIGHTGRAY  
     HighlightRows = True  
     Options = [dgShowTitles]  
     RefreshMode = rmAutomatic  
     RowLimit = 0  
     RollOver = False  
     RowClick = False  
     RollOverColor = clWebLIGHTBLUE  
     RowHeaderColor = clNone  
     RowAlternateColor = clNone  
     RowCurrentColor = clNone  
     TabOrder = -1  
   end  
21    object IWButton1: TIWButton    object IWButton1: TIWButton
22      Left = 168      Left = 168
23      Top = 240      Top = 240
24      Width = 75      Width = 75
25      Height = 25      Height = 25
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
26      Caption = #30906#35469      Caption = #30906#35469
     DoSubmitValidation = True  
27      Color = clBtnFace      Color = clBtnFace
28      Font.Color = clNone      Font.Color = clNone
29      Font.Size = 10      Font.Size = 10
30      Font.Style = []      Font.Style = []
31      FriendlyName = 'IWButton1'      FriendlyName = 'IWButton1'
     ScriptEvents = <>  
32      TabOrder = 0      TabOrder = 0
33      OnClick = IWButton1Click      OnClick = IWButton1Click
34    end    end
# Line 103  object CartForm: TCartForm Line 37  object CartForm: TCartForm
37      Top = 240      Top = 240
38      Width = 75      Width = 75
39      Height = 25      Height = 25
     Cursor = crAuto  
     ParentShowHint = False  
     ShowHint = True  
     ZIndex = 0  
     RenderSize = True  
     StyleRenderOptions.RenderSize = True  
     StyleRenderOptions.RenderPosition = True  
     StyleRenderOptions.RenderFont = True  
     StyleRenderOptions.RenderZIndex = True  
     StyleRenderOptions.RenderVisibility = True  
     StyleRenderOptions.RenderStatus = True  
     StyleRenderOptions.RenderAbsolute = True  
40      Caption = #12461#12515#12531#12475#12523      Caption = #12461#12515#12531#12475#12523
     DoSubmitValidation = True  
41      Color = clBtnFace      Color = clBtnFace
42      Font.Color = clNone      Font.Color = clNone
43      Font.Size = 10      Font.Size = 10
44      Font.Style = []      Font.Style = []
45      FriendlyName = 'IWButton2'      FriendlyName = 'IWButton2'
     ScriptEvents = <>  
46      TabOrder = 1      TabOrder = 1
47      OnClick = IWButton1Click      OnClick = IWButton1Click
48    end    end
49      object IWGrid1: TIWGrid
50        Left = 128
51        Top = 56
52        Width = 300
53        Height = 150
54        BorderColors.Color = clNone
55        BorderColors.Light = clNone
56        BorderColors.Dark = clNone
57        BGColor = clNone
58        BorderSize = 1
59        BorderStyle = tfDefault
60        Caption = #12362#23458#27096#12398#12372#27880#25991
61        CellPadding = 0
62        CellSpacing = 0
63        Font.Color = clNone
64        Font.Size = 10
65        Font.Style = []
66        FrameBuffer = 40
67        Lines = tlAll
68        UseFrame = False
69        UseSize = True
70        FriendlyName = 'IWGrid1'
71        ColumnCount = 1
72        RowCount = 1
73        ShowEmptyCells = True
74        ShowInvisibleRows = True
75        ScrollToCurrentRow = False
76      end
77    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML    object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
78      TagType = ttIntraWeb      TagType = ttIntraWeb
79      Templates.Default = 'cart.htm'      Templates.Default = 'cart.htm'
     RenderStyles = True  
80      Left = 336      Left = 336
81      Top = 144      Top = 144
82    end    end

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

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