BGLSelectFrm.dfm 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. object BGLSelectForm: TBGLSelectForm
  2. Left = 479
  3. Top = 223
  4. BorderStyle = bsSingle
  5. Caption = #21464#26356#20196#36873#25321
  6. ClientHeight = 281
  7. ClientWidth = 475
  8. Color = clBtnFace
  9. Font.Charset = ANSI_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -12
  12. Font.Name = #23435#20307
  13. Font.Style = []
  14. OldCreateOrder = False
  15. PixelsPerInch = 96
  16. TextHeight = 12
  17. object lblBGInfo: TLabel
  18. Left = 8
  19. Top = 8
  20. Width = 162
  21. Height = 12
  22. Caption = #24403#21069#21464#26356#28165#21333#65306' '#21464#26356#25968#37327#65306' '
  23. Font.Charset = ANSI_CHARSET
  24. Font.Color = clBlack
  25. Font.Height = -12
  26. Font.Name = #23435#20307
  27. Font.Style = []
  28. ParentFont = False
  29. end
  30. object lblBGLTitel: TLabel
  31. Left = 8
  32. Top = 27
  33. Width = 84
  34. Height = 12
  35. Caption = #21487#36873#21464#26356#20196#21015#34920
  36. Font.Charset = ANSI_CHARSET
  37. Font.Color = clBlue
  38. Font.Height = -12
  39. Font.Name = #23435#20307
  40. Font.Style = []
  41. ParentFont = False
  42. end
  43. object pnlBGLBar: TPanel
  44. Left = 99
  45. Top = 32
  46. Width = 366
  47. Height = 2
  48. BevelOuter = bvLowered
  49. TabOrder = 0
  50. end
  51. object zgBGL: TZJGrid
  52. Left = 8
  53. Top = 44
  54. Width = 459
  55. Height = 199
  56. OptionsEx = []
  57. ColCount = 3
  58. ShowGridLine = False
  59. DefaultColWidth = 73
  60. DefaultFixedColWidth = 25
  61. Selection.AlphaBlend = False
  62. Selection.TransparentColor = False
  63. FrozenCol = 0
  64. FrozenRow = 0
  65. OnCellValueChanged = zgBGLCellValueChanged
  66. OnCellTextChanging = zgBGLCellTextChanging
  67. OnCellCanEdit = zgBGLCellCanEdit
  68. OnCellGetColor = zgBGLCellGetColor
  69. end
  70. object btnOk: TButton
  71. Left = 301
  72. Top = 253
  73. Width = 75
  74. Height = 21
  75. Caption = #30830' '#23450
  76. TabOrder = 2
  77. OnClick = btnOkClick
  78. end
  79. object btnCancel: TButton
  80. Left = 391
  81. Top = 252
  82. Width = 75
  83. Height = 21
  84. Caption = #21462' '#28040
  85. ModalResult = 2
  86. TabOrder = 3
  87. end
  88. object cbIncludeZeroQuantity: TCheckBox
  89. Left = 9
  90. Top = 256
  91. Width = 152
  92. Height = 17
  93. Caption = #26174#31034#21487#21464#26356#25968#37327#20026'0'#39033
  94. TabOrder = 4
  95. OnClick = cbIncludeZeroQuantityClick
  96. end
  97. end