Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit13.dfm

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

revision 17 by yamat0jp, Wed Aug 24 12:31:07 2016 UTC revision 18 by yamat0jp, Sat Aug 27 11:00:30 2016 UTC
# Line 1  Line 1 
1  object IWForm13: TIWForm13  object MasterForm: TMasterForm
2    Left = 0    Left = 0
3    Top = 0    Top = 0
4    Width = 555    Width = 555
# Line 7  object IWForm13: TIWForm13 Line 7  object IWForm13: TIWForm13
7    AllowPageAccess = True    AllowPageAccess = True
8    ConnectionMode = cmAny    ConnectionMode = cmAny
9    OnCreate = IWAppFormCreate    OnCreate = IWAppFormCreate
10      OnDestroy = IWAppFormDestroy
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 34  object IWForm13: TIWForm13 Line 36  object IWForm13: TIWForm13
36      Left = 160      Left = 160
37      Top = 56      Top = 56
38      Width = 89      Width = 89
39      Height = 112      Height = 57
40      OnClick = IWRadioGroup1Click      OnClick = IWRadioGroup1Click
41      SubmitOnAsyncEvent = True      SubmitOnAsyncEvent = True
42      Editable = True      Editable = True
# Line 49  object IWForm13: TIWForm13 Line 51  object IWForm13: TIWForm13
51      Layout = glVertical      Layout = glVertical
52      TabOrder = -1      TabOrder = -1
53    end    end
54      object IWDBGrid1: TIWDBGrid
55        Left = 128
56        Top = 128
57        Width = 300
58        Height = 150
59        BorderColors.Color = clNone
60        BorderColors.Light = clNone
61        BorderColors.Dark = clNone
62        BGColor = clNone
63        BorderSize = 1
64        BorderStyle = tfDefault
65        Caption = 'IWDBGrid1'
66        CellPadding = 0
67        CellSpacing = 0
68        Font.Color = clNone
69        Font.Size = 10
70        Font.Style = []
71        FrameBuffer = 40
72        Lines = tlAll
73        OnRenderCell = IWDBGrid1RenderCell
74        UseFrame = True
75        UseSize = True
76        OnRender = IWDBGrid1Render
77        ScrollToCurrentRow = False
78        Columns = <>
79        DataSource = DataSource1
80        FooterRowCount = 0
81        FriendlyName = 'IWDBGrid1'
82        FromStart = True
83        HighlightColor = clNone
84        HighlightRows = False
85        Options = [dgShowTitles]
86        RefreshMode = rmAutomatic
87        RowLimit = 0
88        RollOver = False
89        RowClick = False
90        RollOverColor = clNone
91        RowHeaderColor = clNone
92        RowAlternateColor = clNone
93        RowCurrentColor = clNone
94        TabOrder = -1
95      end
96      object IWRadioGroup2: TIWRadioGroup
97        Left = 296
98        Top = 40
99        Width = 89
100        Height = 57
101        OnClick = IWRadioGroup2Click
102        SubmitOnAsyncEvent = True
103        Editable = True
104        Font.Color = clNone
105        Font.Size = 10
106        Font.Style = []
107        FriendlyName = 'IWRadioGroup2'
108        ItemIndex = 0
109        Items.Strings = (
110          #25215#35469#24453#12385
111          #25215#35469#28168#12415
112          #20844#38283#20013)
113        Layout = glVertical
114        TabOrder = -1
115      end
116      object IWButton2: TIWButton
117        Left = 240
118        Top = 312
119        Width = 75
120        Height = 25
121        Caption = #38281#12376#12427
122        Color = clBtnFace
123        Font.Color = clNone
124        Font.Size = 10
125        Font.Style = []
126        FriendlyName = 'IWButton2'
127        TabOrder = 1
128        OnClick = IWButton2Click
129      end
130      object DataSource1: TDataSource
131        DataSet = FDQuery1
132        Left = 472
133        Top = 184
134      end
135      object FDQuery1: TFDQuery
136        Connection = DataModule3.FDConnection1
137        SQL.Strings = (
138          'select * from item_data where agree = false;')
139        Left = 472
140        Top = 136
141      end
142      object IWTemplateProcessorHTML1: TIWTemplateProcessorHTML
143        TagType = ttIntraWeb
144        Templates.Default = 'master.htm'
145        Left = 440
146        Top = 304
147      end
148  end  end

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

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