| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 | object BillsPasteSelectForm: TBillsPasteSelectForm  Left = 596  Top = 356  Width = 251  Height = 124  Caption = #20301#32622#36873#25321  Color = clBtnFace  Font.Charset = GB2312_CHARSET  Font.Color = clWindowText  Font.Height = -12  Font.Name = #23435#20307  Font.Style = []  OldCreateOrder = False  PixelsPerInch = 96  TextHeight = 12  object Label1: TLabel    Left = 6    Top = 5    Width = 132    Height = 12    Caption = #35831#36873#25321#25554#20837#33410#28857#30340#31867#22411#65306  end  object btnOk: TButton    Left = 114    Top = 63    Width = 55    Height = 21    Caption = #30830#23450    TabOrder = 0    OnClick = btnOkClick  end  object btnCancel: TButton    Left = 178    Top = 63    Width = 55    Height = 21    Caption = #21462#28040    ModalResult = 2    TabOrder = 1  end  object pnlPos: TPanel    Left = 18    Top = 24    Width = 207    Height = 33    BevelInner = bvRaised    BevelOuter = bvLowered    TabOrder = 2    object rbNext: TRadioButton      Tag = 1      Left = 71      Top = 9      Width = 49      Height = 17      Caption = #21518#39033      Checked = True      TabOrder = 0      TabStop = True    end    object rbPre: TRadioButton      Tag = 2      Left = 137      Top = 9      Width = 49      Height = 17      Caption = #21069#39033      TabOrder = 1    end    object rbChild: TRadioButton      Left = 8      Top = 9      Width = 49      Height = 17      Caption = #23376#39033      TabOrder = 2    end  endend
 |