BGLSelectFrm.dfm 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. OnCellValueChanged = zgBGLCellValueChanged
  64. OnCellTextChanging = zgBGLCellTextChanging
  65. OnCellCanEdit = zgBGLCellCanEdit
  66. OnCellGetColor = zgBGLCellGetColor
  67. end
  68. object btnOk: TButton
  69. Left = 301
  70. Top = 253
  71. Width = 75
  72. Height = 21
  73. Caption = #30830' '#23450
  74. TabOrder = 2
  75. OnClick = btnOkClick
  76. end
  77. object btnCancel: TButton
  78. Left = 391
  79. Top = 252
  80. Width = 75
  81. Height = 21
  82. Caption = #21462' '#28040
  83. ModalResult = 2
  84. TabOrder = 3
  85. end
  86. object cbIncludeZeroQuantity: TCheckBox
  87. Left = 9
  88. Top = 256
  89. Width = 152
  90. Height = 17
  91. Caption = #26174#31034#21487#21464#26356#25968#37327#20026'0'#39033
  92. TabOrder = 4
  93. OnClick = cbIncludeZeroQuantityClick
  94. end
  95. end