Develop and Download Open Source Software

Browse Subversion Repository

Diff of /Unit3.dfm

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

revision 13 by yamat0jp, Tue Jul 26 09:17:38 2016 UTC revision 14 by yamat0jp, Fri Jul 29 10:50:16 2016 UTC
# Line 1  Line 1 
1  object DataModule3: TDataModule3  object DataModule3: TDataModule3
2    OldCreateOrder = False    OldCreateOrder = False
3    Height = 350    Height = 333
4    Width = 314    Width = 314
5    object FDQuery1: TFDQuery    object FDQuery1: TFDQuery
6      Connection = FDConnection1      Connection = FDConnection1
# Line 179  object DataModule3: TDataModule3 Line 179  object DataModule3: TDataModule3
179      Left = 240      Left = 240
180      Top = 144      Top = 144
181    end    end
   object FDTable4: TFDTable  
     Active = True  
     IndexFieldNames = 'NUMBER'  
     MasterSource = order  
     MasterFields = 'NUMBER'  
     Connection = FDConnection1  
     UpdateOptions.UpdateTableName = 'USER_INFO'  
     TableName = 'USER_INFO'  
     Left = 64  
     Top = 208  
     object FDTable4NUMBER: TIntegerField  
       FieldName = 'NUMBER'  
       Origin = 'NUMBER'  
     end  
     object FDTable4ID: TWideStringField  
       FieldName = 'ID'  
       Origin = 'ID'  
       Size = 80  
     end  
     object FDTable4ADDRESS: TWideStringField  
       FieldName = 'ADDRESS'  
       Origin = 'ADDRESS'  
       Size = 480  
     end  
     object FDTable4EMAIL: TWideStringField  
       FieldName = 'EMAIL'  
       Origin = 'EMAIL'  
       Size = 480  
     end  
   end  
182    object FDTable5: TFDTable    object FDTable5: TFDTable
183      Active = True      Active = True
184      IndexFieldNames = 'ORDER'      IndexFieldNames = 'ORDER'
# Line 254  object DataModule3: TDataModule3 Line 224  object DataModule3: TDataModule3
224        Origin = '"ORDER"'        Origin = '"ORDER"'
225      end      end
226    end    end
   object user_info: TDataSource  
     DataSet = FDQuery1  
     Left = 64  
     Top = 264  
   end  
227    object item_info: TDataSource    object item_info: TDataSource
228      DataSet = FDTable5      DataSet = FDTable5
229      Left = 144      Left = 144
# Line 298  object DataModule3: TDataModule3 Line 263  object DataModule3: TDataModule3
263      Left = 240      Left = 240
264      Top = 264      Top = 264
265    end    end
266      object FDTable4: TFDTable
267        Active = True
268        Connection = FDConnection1
269        UpdateOptions.UpdateTableName = 'USER_INFO'
270        TableName = 'USER_INFO'
271        Left = 64
272        Top = 208
273        object FDTable4NUMBER: TIntegerField
274          FieldName = 'NUMBER'
275          Origin = 'NUMBER'
276        end
277        object FDTable4ID: TWideStringField
278          FieldName = 'ID'
279          Origin = 'ID'
280          Size = 80
281        end
282        object FDTable4ADDRESS: TWideStringField
283          FieldName = 'ADDRESS'
284          Origin = 'ADDRESS'
285          Size = 480
286        end
287        object FDTable4EMAIL: TWideStringField
288          FieldName = 'EMAIL'
289          Origin = 'EMAIL'
290          Size = 480
291        end
292      end
293  end  end

Legend:
Removed from v.13  
changed lines
  Added in v.14

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