AccessDBCase.dfm 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. object Form7: TForm7
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form7'
  5. ClientHeight = 570
  6. ClientWidth = 615
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnCreate = FormCreate
  15. OnDestroy = FormDestroy
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object dbgrd1: TDBGrid
  19. Left = 0
  20. Top = 0
  21. Width = 615
  22. Height = 570
  23. Align = alClient
  24. DataSource = ds2
  25. TabOrder = 0
  26. TitleFont.Charset = DEFAULT_CHARSET
  27. TitleFont.Color = clWindowText
  28. TitleFont.Height = -11
  29. TitleFont.Name = 'Tahoma'
  30. TitleFont.Style = []
  31. end
  32. object con1: TADOConnection
  33. LoginPrompt = False
  34. Provider = 'Microsoft.Jet.OLEDB.4.0'
  35. Left = 104
  36. Top = 168
  37. end
  38. object ds1: TADODataSet
  39. Connection = con1
  40. Parameters = <>
  41. Left = 192
  42. Top = 192
  43. end
  44. object ds2: TDataSource
  45. DataSet = ds1
  46. Left = 272
  47. Top = 192
  48. end
  49. end