CheckAndClearFrm.dfm 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. object CheckAndClearForm: TCheckAndClearForm
  2. Left = 473
  3. Top = 342
  4. BorderIcons = [biSystemMenu]
  5. BorderStyle = bsSingle
  6. Caption = #26816#26597#28165#29702
  7. ClientHeight = 233
  8. ClientWidth = 493
  9. Color = clBtnFace
  10. Font.Charset = ANSI_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -12
  13. Font.Name = #23435#20307
  14. Font.Style = []
  15. OldCreateOrder = False
  16. Position = poMainFormCenter
  17. PixelsPerInch = 96
  18. TextHeight = 12
  19. object pnlSearch: TPanel
  20. Left = 0
  21. Top = 0
  22. Width = 493
  23. Height = 33
  24. Align = alTop
  25. BevelOuter = bvNone
  26. TabOrder = 0
  27. object cbUnits: TCheckBox
  28. Left = 8
  29. Top = 8
  30. Width = 73
  31. Height = 17
  32. Caption = #21333#20301#20026#31354
  33. TabOrder = 0
  34. end
  35. object cbPrice: TCheckBox
  36. Left = 91
  37. Top = 8
  38. Width = 65
  39. Height = 17
  40. Caption = #21333#20215#20026'0'
  41. TabOrder = 1
  42. end
  43. object cbQuantity: TCheckBox
  44. Left = 165
  45. Top = 8
  46. Width = 65
  47. Height = 17
  48. Caption = #25968#37327#20026'0'
  49. TabOrder = 2
  50. end
  51. object btnSearch: TButton
  52. Left = 233
  53. Top = 5
  54. Width = 63
  55. Height = 21
  56. Caption = #25628' '#32034
  57. TabOrder = 3
  58. OnClick = btnSearchClick
  59. end
  60. end
  61. object pnlResult: TPanel
  62. Left = 0
  63. Top = 33
  64. Width = 493
  65. Height = 175
  66. Align = alClient
  67. BevelOuter = bvNone
  68. TabOrder = 1
  69. object zgSearchResult: TZJGrid
  70. Left = 0
  71. Top = 0
  72. Width = 493
  73. Height = 175
  74. OptionsEx = []
  75. ColCount = 6
  76. RowCount = 1
  77. ShowGridLine = False
  78. DefaultColWidth = 73
  79. DefaultFixedColWidth = 25
  80. Selection.AlphaBlend = False
  81. Selection.TransparentColor = False
  82. OnCellCanEdit = zgSearchResultCellCanEdit
  83. OnMouseDown = zgSearchResultMouseDown
  84. Align = alClient
  85. end
  86. end
  87. object pnlClear: TPanel
  88. Left = 0
  89. Top = 208
  90. Width = 493
  91. Height = 25
  92. Align = alBottom
  93. BevelOuter = bvNone
  94. TabOrder = 2
  95. object cbSelectAll: TCheckBox
  96. Left = 7
  97. Top = 4
  98. Width = 90
  99. Height = 17
  100. Caption = #20840#36873'/'#20840#19981#36873
  101. TabOrder = 0
  102. OnClick = cbSelectAllClick
  103. end
  104. object btnDelete: TButton
  105. Left = 100
  106. Top = 2
  107. Width = 63
  108. Height = 21
  109. Caption = #21024' '#38500
  110. TabOrder = 1
  111. OnClick = btnDeleteClick
  112. end
  113. end
  114. end