ScExprsDM.dfm 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. object DMExprs: TDMExprs
  2. OldCreateOrder = False
  3. Left = 602
  4. Top = 277
  5. Height = 298
  6. Width = 318
  7. object atExprs: TADOTable
  8. TableName = 'Exprs'
  9. Left = 50
  10. Top = 33
  11. end
  12. object dspExprs: TDataSetProvider
  13. DataSet = atExprs
  14. UpdateMode = upWhereKeyOnly
  15. Left = 49
  16. Top = 107
  17. end
  18. object cdsOrgExprs: TClientDataSet
  19. Aggregates = <>
  20. Params = <>
  21. ProviderName = 'dspExprs'
  22. AfterOpen = cdsOrgExprsAfterOpen
  23. Left = 51
  24. Top = 182
  25. object cdsOrgExprsMajorID: TIntegerField
  26. FieldName = 'MajorID'
  27. end
  28. object cdsOrgExprsMinorID: TIntegerField
  29. FieldName = 'MinorID'
  30. end
  31. object cdsOrgExprsRecdID: TIntegerField
  32. FieldName = 'RecdID'
  33. end
  34. object cdsOrgExprsExprs: TWideStringField
  35. FieldName = 'Exprs'
  36. Size = 255
  37. end
  38. object cdsOrgExprsFlag: TIntegerField
  39. FieldName = 'Flag'
  40. end
  41. object cdsOrgExprsExprsValue: TFloatField
  42. FieldName = 'ExprsValue'
  43. end
  44. object cdsOrgExprsExprs1: TWideStringField
  45. FieldName = 'Exprs1'
  46. Size = 255
  47. end
  48. object cdsOrgExprsExprs2: TWideStringField
  49. FieldName = 'Exprs2'
  50. Size = 255
  51. end
  52. object cdsOrgExprsExprs3: TWideStringField
  53. FieldName = 'Exprs3'
  54. Size = 255
  55. end
  56. object cdsOrgExprsExprs4: TWideStringField
  57. FieldName = 'Exprs4'
  58. Size = 255
  59. end
  60. end
  61. object cdsExprs: TClientDataSet
  62. Aggregates = <>
  63. Params = <>
  64. Left = 151
  65. Top = 183
  66. object cdsExprsMajorID: TIntegerField
  67. FieldName = 'MajorID'
  68. end
  69. object cdsExprsMinorID: TIntegerField
  70. FieldName = 'MinorID'
  71. end
  72. object cdsExprsRecdID: TIntegerField
  73. FieldName = 'RecdID'
  74. end
  75. object cdsExprsExprs: TWideStringField
  76. FieldName = 'Exprs'
  77. Size = 255
  78. end
  79. object cdsExprsFlag: TIntegerField
  80. FieldName = 'Flag'
  81. end
  82. object cdsExprsExprsValue: TFloatField
  83. FieldName = 'ExprsValue'
  84. end
  85. object cdsExprsExprs1: TWideStringField
  86. FieldName = 'Exprs1'
  87. Size = 255
  88. end
  89. object cdsExprsExprs2: TWideStringField
  90. FieldName = 'Exprs2'
  91. Size = 255
  92. end
  93. object cdsExprsExprs3: TWideStringField
  94. FieldName = 'Exprs3'
  95. Size = 255
  96. end
  97. object cdsExprsExprs4: TWideStringField
  98. FieldName = 'Exprs4'
  99. Size = 255
  100. end
  101. end
  102. end