| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 | object BGLSelectForm: TBGLSelectForm  Left = 479  Top = 223  BorderStyle = bsSingle  Caption = #21464#26356#20196#36873#25321  ClientHeight = 281  ClientWidth = 475  Color = clBtnFace  Font.Charset = ANSI_CHARSET  Font.Color = clWindowText  Font.Height = -12  Font.Name = #23435#20307  Font.Style = []  OldCreateOrder = False  PixelsPerInch = 96  TextHeight = 12  object lblBGInfo: TLabel    Left = 8    Top = 8    Width = 162    Height = 12    Caption = #24403#21069#21464#26356#28165#21333#65306'  '#21464#26356#25968#37327#65306' '    Font.Charset = ANSI_CHARSET    Font.Color = clBlack    Font.Height = -12    Font.Name = #23435#20307    Font.Style = []    ParentFont = False  end  object lblBGLTitel: TLabel    Left = 8    Top = 27    Width = 84    Height = 12    Caption = #21487#36873#21464#26356#20196#21015#34920    Font.Charset = ANSI_CHARSET    Font.Color = clBlue    Font.Height = -12    Font.Name = #23435#20307    Font.Style = []    ParentFont = False  end  object pnlBGLBar: TPanel    Left = 99    Top = 32    Width = 366    Height = 2    BevelOuter = bvLowered    TabOrder = 0  end  object zgBGL: TZJGrid    Left = 8    Top = 44    Width = 459    Height = 199    OptionsEx = []    ColCount = 3    ShowGridLine = False    DefaultColWidth = 73    DefaultFixedColWidth = 25    Selection.AlphaBlend = False    Selection.TransparentColor = False    FrozenCol = 0    FrozenRow = 0    OnCellValueChanged = zgBGLCellValueChanged    OnCellTextChanging = zgBGLCellTextChanging    OnCellCanEdit = zgBGLCellCanEdit    OnCellGetColor = zgBGLCellGetColor  end  object btnOk: TButton    Left = 301    Top = 253    Width = 75    Height = 21    Caption = #30830'  '#23450    TabOrder = 2    OnClick = btnOkClick  end  object btnCancel: TButton    Left = 391    Top = 252    Width = 75    Height = 21    Caption = #21462'  '#28040    ModalResult = 2    TabOrder = 3  end  object cbIncludeZeroQuantity: TCheckBox    Left = 9    Top = 256    Width = 152    Height = 17    Caption = #26174#31034#21487#21464#26356#25968#37327#20026'0'#39033    TabOrder = 4    OnClick = cbIncludeZeroQuantityClick  endend
 |