Develop and Download Open Source Software

Browse Subversion Repository

Contents of /Unit13.dfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18 - (show annotations) (download)
Sat Aug 27 11:00:30 2016 UTC (7 years, 6 months ago) by yamat0jp
File size: 3492 byte(s)
データの更新をメンテナンス中に限定した
コミットファイルの設定を見直し

問題点はRecordCountを使った検索件数表示
1 object MasterForm: TMasterForm
2 Left = 0
3 Top = 0
4 Width = 555
5 Height = 400
6 RenderInvisibleControls = True
7 AllowPageAccess = True
8 ConnectionMode = cmAny
9 OnCreate = IWAppFormCreate
10 OnDestroy = IWAppFormDestroy
11 Background.Fixed = False
12 LayoutMgr = IWTemplateProcessorHTML1
13 HandleTabs = False
14 LeftToRight = True
15 LockUntilLoaded = True
16 LockOnSubmit = True
17 ShowHint = True
18 XPTheme = True
19 DesignLeft = 8
20 DesignTop = 8
21 object IWButton1: TIWButton
22 Left = 48
23 Top = 72
24 Width = 75
25 Height = 25
26 Caption = #25972#29702
27 Color = clBtnFace
28 Font.Color = clNone
29 Font.Size = 10
30 Font.Style = []
31 FriendlyName = 'IWButton1'
32 TabOrder = 0
33 OnClick = IWButton1Click
34 end
35 object IWRadioGroup1: TIWRadioGroup
36 Left = 160
37 Top = 56
38 Width = 89
39 Height = 57
40 OnClick = IWRadioGroup1Click
41 SubmitOnAsyncEvent = True
42 Editable = True
43 Font.Color = clNone
44 Font.Size = 10
45 Font.Style = []
46 FriendlyName = 'IWRadioGroup1'
47 ItemIndex = 0
48 Items.Strings = (
49 #21033#29992#38283#22987
50 #12513#12531#12486#12490#12531#12473)
51 Layout = glVertical
52 TabOrder = -1
53 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

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