Browse Subversion Repository
Diff of /Unit3.dfm
Parent Directory
| Revision Log
| Patch
| 181 |
end |
end |
| 182 |
object FDTable4: TFDTable |
object FDTable4: TFDTable |
| 183 |
Active = True |
Active = True |
| 184 |
|
IndexFieldNames = 'NUMBER' |
| 185 |
MasterSource = order |
MasterSource = order |
| 186 |
MasterFields = 'NUMBER' |
MasterFields = 'NUMBER' |
| 187 |
Connection = FDConnection1 |
Connection = FDConnection1 |
| 208 |
Origin = 'EMAIL' |
Origin = 'EMAIL' |
| 209 |
Size = 480 |
Size = 480 |
| 210 |
end |
end |
|
object FDTable4DATE: TDateField |
|
|
FieldName = 'DATE' |
|
|
Origin = '"DATE"' |
|
|
end |
|
| 211 |
end |
end |
| 212 |
object FDTable5: TFDTable |
object FDTable5: TFDTable |
| 213 |
Active = True |
Active = True |
| 214 |
|
IndexFieldNames = 'ORDER' |
| 215 |
MasterSource = order |
MasterSource = order |
| 216 |
MasterFields = 'ORDER' |
MasterFields = 'ORDER' |
| 217 |
Connection = FDConnection1 |
Connection = FDConnection1 |
| 241 |
FieldName = 'PRICE' |
FieldName = 'PRICE' |
| 242 |
Origin = 'PRICE' |
Origin = 'PRICE' |
| 243 |
end |
end |
| 244 |
|
object FDTable5CHECKVALUE: TBooleanField |
| 245 |
|
FieldName = 'CHECKVALUE' |
| 246 |
|
Origin = 'CHECKVALUE' |
| 247 |
|
end |
| 248 |
object FDTable5KEYFIELD: TIntegerField |
object FDTable5KEYFIELD: TIntegerField |
| 249 |
FieldName = 'KEYFIELD' |
FieldName = 'KEYFIELD' |
| 250 |
Origin = 'KEYFIELD' |
Origin = 'KEYFIELD' |
| 255 |
end |
end |
| 256 |
end |
end |
| 257 |
object user_info: TDataSource |
object user_info: TDataSource |
| 258 |
DataSet = FDTable4 |
DataSet = FDQuery1 |
| 259 |
Left = 64 |
Left = 64 |
| 260 |
Top = 264 |
Top = 264 |
| 261 |
end |
end |
| 280 |
FieldName = 'ORDER' |
FieldName = 'ORDER' |
| 281 |
Origin = '"ORDER"' |
Origin = '"ORDER"' |
| 282 |
end |
end |
|
object FDTable6CHECKVALUE: TBooleanField |
|
|
FieldName = 'CHECKVALUE' |
|
|
Origin = 'CHECKVALUE' |
|
|
end |
|
| 283 |
object FDTable6DATE: TDateField |
object FDTable6DATE: TDateField |
| 284 |
FieldName = 'DATE' |
FieldName = 'DATE' |
| 285 |
Origin = '"DATE"' |
Origin = '"DATE"' |
|
|
Legend:
| Removed from v.12 |
|
| changed lines |
| |
Added in v.13 |
|
|
|