| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451 | object BatchInsertBillsForm: TBatchInsertBillsForm  Left = 384  Top = 229  Width = 795  Height = 420  BorderIcons = [biSystemMenu]  Caption = #25209#37327#25554#20837#21518#39033  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 pnlButton: TPanel    Left = 0    Top = 361    Width = 787    Height = 28    Align = alBottom    BevelOuter = bvNone    TabOrder = 0    DesignSize = (      787      28)    object lblHint: TLabel      Left = 6      Top = 8      Width = 204      Height = 12      Caption = #21487#20174#31614#32422#21512#21516#28165#21333#22788#21452#20987#28155#21152#28165#21333#20449#24687      Font.Charset = ANSI_CHARSET      Font.Color = clRed      Font.Height = -12      Font.Name = #23435#20307      Font.Style = []      ParentFont = False      Visible = False    end    object btnOK: TButton      Left = 615      Top = 1      Width = 72      Height = 23      Anchors = [akTop, akRight]      Caption = #30830'  '#23450      TabOrder = 0      OnClick = btnOKClick    end    object btnCancel: TButton      Left = 702      Top = 1      Width = 72      Height = 23      Anchors = [akTop, akRight]      Caption = #21462'  '#28040      ModalResult = 2      TabOrder = 1    end  end  object pnlAllGrid: TPanel    Left = 0    Top = 0    Width = 787    Height = 361    Align = alClient    BevelOuter = bvNone    TabOrder = 1    object pnlPositon_Bills: TPanel      Left = 0      Top = 0      Width = 488      Height = 361      Align = alClient      BevelOuter = bvNone      TabOrder = 0      object pnlPosition: TPanel        Left = 0        Top = 0        Width = 488        Height = 201        Align = alClient        BevelOuter = bvNone        TabOrder = 0        DesignSize = (          488          201)        object lblPostion: TLabel          Left = 8          Top = 8          Width = 84          Height = 12          Caption = #37096#20301#25968#37327#22797#26680#34920          Font.Charset = ANSI_CHARSET          Font.Color = clBlue          Font.Height = -12          Font.Name = #23435#20307          Font.Style = []          ParentFont = False        end        object zgPosition: TZJGrid          Left = 8          Top = 27          Width = 474          Height = 166          OptionsEx = []          ColCount = 9          ShowGridLine = False          DefaultColWidth = 50          DefaultFixedColWidth = 25          Selection.AlphaBlend = False          Selection.TransparentColor = False          FrozenCol = 0          FrozenRow = 0          OnCellTextChanged = zgPositionCellTextChanged          OnCustomPaste = zgPositionCustomPaste          OnMouseDown = zgPositionMouseDown          Anchors = [akLeft, akTop, akRight, akBottom]        end        object pnlPositionSpr: TPanel          Left = 99          Top = 14          Width = 378          Height = 2          Anchors = [akLeft, akTop, akRight]          BevelInner = bvLowered          BevelOuter = bvNone          TabOrder = 1        end      end      object pnlBills: TPanel        Left = 0        Top = 201        Width = 488        Height = 135        Align = alBottom        BevelOuter = bvNone        TabOrder = 1        DesignSize = (          488          135)        object lblBills: TLabel          Left = 8          Top = 1          Width = 48          Height = 12          Caption = #28165#21333#32534#21495          Font.Charset = ANSI_CHARSET          Font.Color = clBlue          Font.Height = -12          Font.Name = #23435#20307          Font.Style = []          ParentFont = False        end        object zgBills: TZJGrid          Left = 7          Top = 22          Width = 475          Height = 105          OptionsEx = []          ColCount = 6          RowCount = 7          ShowGridLine = False          DefaultColWidth = 50          DefaultFixedColWidth = 60          Selection.AlphaBlend = False          Selection.TransparentColor = False          FrozenCol = 0          FrozenRow = 0          OnCellTextChanged = zgBillsCellTextChanged          OnMouseDown = zgBillsMouseDown          Anchors = [akLeft, akTop, akRight, akBottom]        end        object pnlBillsSpr: TPanel          Left = 62          Top = 7          Width = 414          Height = 2          Anchors = [akLeft, akTop, akRight]          BevelInner = bvLowered          BevelOuter = bvNone          TabOrder = 1        end      end      object pnlOther: TPanel        Left = 0        Top = 336        Width = 488        Height = 25        Align = alBottom        BevelOuter = bvNone        TabOrder = 2        object leBeginCode: TLabeledEdit          Left = 99          Top = 1          Width = 38          Height = 20          EditLabel.Width = 90          EditLabel.Height = 12          EditLabel.Caption = #36215#22987#37096#20301#32534#21495#65306' '          EditLabel.Font.Charset = ANSI_CHARSET          EditLabel.Font.Color = clBlue          EditLabel.Font.Height = -12          EditLabel.Font.Name = #23435#20307          EditLabel.Font.Style = []          EditLabel.ParentFont = False          LabelPosition = lpLeft          TabOrder = 0          Text = '1'          OnKeyPress = leBeginCodeKeyPress        end        object leDrawingCode: TLabeledEdit          Left = 231          Top = 0          Width = 244          Height = 20          EditLabel.Width = 66          EditLabel.Height = 12          EditLabel.Caption = #22270'('#20876')'#21495#65306' '          EditLabel.Font.Charset = ANSI_CHARSET          EditLabel.Font.Color = clBlue          EditLabel.Font.Height = -12          EditLabel.Font.Name = #23435#20307          EditLabel.Font.Style = []          EditLabel.ParentFont = False          LabelPosition = lpLeft          MaxLength = 255          TabOrder = 1          Visible = False        end        object udBeginCode: TUpDown          Left = 137          Top = 1          Width = 16          Height = 20          Associate = leBeginCode          Max = 10          Position = 1          TabOrder = 2        end      end    end    object pnlDealBills: TPanel      Left = 488      Top = 0      Width = 299      Height = 361      Align = alRight      BevelOuter = bvNone      TabOrder = 1      DesignSize = (        299        361)      object lblDealBills: TLabel        Left = 5        Top = 8        Width = 48        Height = 12        Caption = #31614#32422#28165#21333        Font.Charset = ANSI_CHARSET        Font.Color = clBlue        Font.Height = -12        Font.Name = #23435#20307        Font.Style = []        ParentFont = False      end      object zgDealBills: TZJGrid        Left = 0        Top = 27        Width = 295        Height = 328        Options = [goRangeSelect, goRowSizing, goColSizing, goCellNotMaintainData, goFixedRowShowNo, goFixedColShowNo, goAlwaysShowSelection]        OptionsEx = []        RowCount = 7        ShowGridLine = False        DefaultColWidth = 50        DefaultFixedColWidth = 25        Selection.AlphaBlend = False        Selection.TransparentColor = False        FrozenCol = 0        FrozenRow = 0        OnMouseDown = zgDealBillsMouseDown        Anchors = [akLeft, akTop, akRight, akBottom]      end      object pnlDealBillsSpr: TPanel        Left = 58        Top = 14        Width = 236        Height = 2        Anchors = [akLeft, akTop, akRight]        BevelInner = bvLowered        BevelOuter = bvNone        TabOrder = 1      end    end  end  object dxpmInsertBills: TdxBarPopupMenu    BarManager = MainForm.dxBarManager    ItemLinks = <      item        Visible = True      end      item        Visible = True      end      item        Item = MainForm.dxbtnCopy        Visible = True      end      item        Item = MainForm.dxbtnPaste        Visible = True      end      item        Item = MainForm.dxbtnInsertCol        Visible = True      end      item        Item = MainForm.dxbtnInsertRow        Visible = True      end      item        Item = MainForm.dxbtnDeleteRow        Visible = True      end      item        Item = MainForm.dxbtnRemapedPaste        Visible = True      end>    UseOwnFont = False    OnPopup = dxpmInsertBillsPopup    Left = 139    Top = 99  end  object sgdDealBills: TsdGridDBA    Columns = <      item        Title.Caption = #28165#21333#32534#21495        Title.CaptionAcrossCols = '1'        Title.Font.Charset = GB2312_CHARSET        Title.Font.Color = clWindowText        Title.Font.Height = -12        Title.Font.Name = #23435#20307        Title.Font.Style = []        Alignment = taLeftJustify        Font.Charset = GB2312_CHARSET        Font.Color = clWindowText        Font.Height = -12        Font.Name = #23435#20307        Font.Style = []        FieldName = 'B_Code'        Width = 60        ReadOnly = True      end      item        Title.Caption = #28165#21333#21517#31216        Title.CaptionAcrossCols = '1'        Title.Font.Charset = GB2312_CHARSET        Title.Font.Color = clWindowText        Title.Font.Height = -12        Title.Font.Name = #23435#20307        Title.Font.Style = []        Alignment = taLeftJustify        Font.Charset = GB2312_CHARSET        Font.Color = clWindowText        Font.Height = -12        Font.Name = #23435#20307        Font.Style = []        FieldName = 'Name'        Width = 80        ReadOnly = True      end      item        Title.Caption = #21333#20301        Title.CaptionAcrossCols = '1'        Title.Font.Charset = GB2312_CHARSET        Title.Font.Color = clWindowText        Title.Font.Height = -12        Title.Font.Name = #23435#20307        Title.Font.Style = []        Alignment = taCenter        Font.Charset = GB2312_CHARSET        Font.Color = clWindowText        Font.Height = -12        Font.Name = #23435#20307        Font.Style = []        FieldName = 'Units'        Width = 40        ReadOnly = True      end      item        Title.Caption = #21333#20215        Title.CaptionAcrossCols = '1'        Title.Font.Charset = GB2312_CHARSET        Title.Font.Color = clWindowText        Title.Font.Height = -12        Title.Font.Name = #23435#20307        Title.Font.Style = []        Alignment = taRightJustify        Font.Charset = GB2312_CHARSET        Font.Color = clWindowText        Font.Height = -12        Font.Name = #23435#20307        Font.Style = []        FieldName = 'Price'        Width = 60        ReadOnly = True      end>    Grid = zgDealBills    ExtendRowCount = 0    Options = []    Left = 568    Top = 139  end  object alBatchInsertBills: TActionList    Images = MainForm.Images    Left = 203    Top = 99    object actnInsertCol: TAction      Caption = #25554#20837#19968#21015      OnExecute = actnInsertColExecute      OnUpdate = actnInsertColUpdate    end    object actnDeleteRow: TAction      Caption = #21024#38500      ImageIndex = 6      OnExecute = actnDeleteRowExecute      OnUpdate = actnDeleteRowUpdate    end    object actnInsertRow: TAction      Caption = #26032#22686      ImageIndex = 2      OnExecute = actnInsertRowExecute      OnUpdate = actnInsertRowUpdate    end  end  object dxpmBills: TdxBarPopupMenu    BarManager = MainForm.dxBarManager    ItemLinks = <      item        Item = MainForm.dxbtnRemapedPaste        Visible = True      end>    UseOwnFont = False    Left = 135    Top = 255  endend
 |