ITS_OP_UTIL_TEST_FRMF.dfm 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Form1'
  5. ClientHeight = 597
  6. ClientWidth = 1081
  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. PixelsPerInch = 96
  15. TextHeight = 13
  16. object cxGrid1: TcxGrid
  17. Left = 312
  18. Top = 240
  19. Width = 617
  20. Height = 200
  21. TabOrder = 0
  22. object cxGrid1DBTableView1: TcxGridDBTableView
  23. DataController.DataSource = DataSource1
  24. DataController.Summary.DefaultGroupSummaryItems = <>
  25. DataController.Summary.FooterSummaryItems = <>
  26. DataController.Summary.SummaryGroups = <>
  27. object cxGrid1DBTableView1Column1: TcxGridDBColumn
  28. DataBinding.FieldName = 'ID'
  29. end
  30. object cxGrid1DBTableView1Column2: TcxGridDBColumn
  31. DataBinding.FieldName = 'X_CRDN_ARR'
  32. end
  33. object cxGrid1DBTableView1Column3: TcxGridDBColumn
  34. DataBinding.FieldName = 'Y_CRDN_ARR'
  35. end
  36. end
  37. object cxGrid1Level1: TcxGridLevel
  38. GridView = cxGrid1DBTableView1
  39. end
  40. end
  41. object ADOConnection1: TADOConnection
  42. ConnectionString =
  43. 'Provider=tbprov.Tbprov.5;Cache Authentication=False;Encrypt Pass' +
  44. 'word=False;Integrated Security="";Mask Password=False;Persist En' +
  45. 'crypted=False;Persist Security Info=False;User ID="";Bind Flags=' +
  46. '0;Initial Catalog="";Data Source=GMUTIS;Impersonation Level=Anon' +
  47. 'ymous;Location="";Lock Owner="";Mode=ReadWrite;Protection Level=' +
  48. 'None;Updatable Cursor=False;Enlist=None;'
  49. Mode = cmReadWrite
  50. Provider = 'tbprov.Tbprov.5'
  51. Left = 88
  52. Top = 40
  53. end
  54. object ADOTable1: TADOTable
  55. Connection = ADOConnection1
  56. LockType = ltReadOnly
  57. Left = 192
  58. Top = 64
  59. end
  60. object ADODataSet1: TADODataSet
  61. Connection = ADOConnection1
  62. Parameters = <>
  63. Left = 488
  64. Top = 56
  65. end
  66. object ADOQuery1: TADOQuery
  67. Connection = ADOConnection1
  68. CursorType = ctStatic
  69. Parameters = <>
  70. SQL.Strings = (
  71. 'SELECT A.ROAD_ID AS ID, A.X_CRDN_ARR, A.Y_CRDN_ARR '
  72. ' FROM TB_ROAD_VRTX_ARR A, '
  73. ' TB_ROAD B '
  74. ' WHERE B.DEL_YN = '#39'N'#39' '
  75. ' AND B.ROAD_ID = A.ROAD_ID '
  76. ' AND A.LEVL = 7 '
  77. '')
  78. Left = 272
  79. Top = 32
  80. end
  81. object DataSource1: TDataSource
  82. DataSet = ADOQuery1
  83. Enabled = False
  84. Left = 336
  85. Top = 40
  86. end
  87. object ClientDataSet1: TClientDataSet
  88. Aggregates = <>
  89. Params = <>
  90. Left = 696
  91. Top = 96
  92. end
  93. object DataSetProvider1: TDataSetProvider
  94. DataSet = ClientDataSet1
  95. Left = 624
  96. Top = 48
  97. end
  98. end