| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 | object CheckAndClearForm: TCheckAndClearForm  Left = 473  Top = 342  BorderIcons = [biSystemMenu]  BorderStyle = bsSingle  Caption = #26816#26597#28165#29702  ClientHeight = 233  ClientWidth = 493  Color = clBtnFace  Font.Charset = ANSI_CHARSET  Font.Color = clWindowText  Font.Height = -12  Font.Name = #23435#20307  Font.Style = []  OldCreateOrder = False  Position = poMainFormCenter  PixelsPerInch = 96  TextHeight = 12  object pnlSearch: TPanel    Left = 0    Top = 0    Width = 493    Height = 33    Align = alTop    BevelOuter = bvNone    TabOrder = 0    object cbUnits: TCheckBox      Left = 8      Top = 8      Width = 73      Height = 17      Caption = #21333#20301#20026#31354      TabOrder = 0    end    object cbPrice: TCheckBox      Left = 91      Top = 8      Width = 65      Height = 17      Caption = #21333#20215#20026'0'      TabOrder = 1    end    object cbQuantity: TCheckBox      Left = 165      Top = 8      Width = 65      Height = 17      Caption = #25968#37327#20026'0'      TabOrder = 2    end    object btnSearch: TButton      Left = 233      Top = 5      Width = 63      Height = 21      Caption = #25628' '#32034      TabOrder = 3      OnClick = btnSearchClick    end  end  object pnlResult: TPanel    Left = 0    Top = 33    Width = 493    Height = 175    Align = alClient    BevelOuter = bvNone    TabOrder = 1    object zgSearchResult: TZJGrid      Left = 0      Top = 0      Width = 493      Height = 175      OptionsEx = []      ColCount = 6      RowCount = 1      ShowGridLine = False      DefaultColWidth = 73      DefaultFixedColWidth = 25      Selection.AlphaBlend = False      Selection.TransparentColor = False      OnCellCanEdit = zgSearchResultCellCanEdit      OnMouseDown = zgSearchResultMouseDown      Align = alClient    end  end  object pnlClear: TPanel    Left = 0    Top = 208    Width = 493    Height = 25    Align = alBottom    BevelOuter = bvNone    TabOrder = 2    object cbSelectAll: TCheckBox      Left = 7      Top = 4      Width = 90      Height = 17      Caption = #20840#36873'/'#20840#19981#36873      TabOrder = 0      OnClick = cbSelectAllClick    end    object btnDelete: TButton      Left = 100      Top = 2      Width = 63      Height = 21      Caption = #21024' '#38500      TabOrder = 1      OnClick = btnDeleteClick    end  endend
 |