| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 | object ImportExcelHintForm: TImportExcelHintForm  Left = 455  Top = 378  Width = 393  Height = 123  Caption = #23548#20837'Excel'  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 lblHint: TLabel    Left = 16    Top = 12    Width = 330    Height = 12    Caption = #23548#20837'0'#21495#21488#36134'Excel'#23558#35206#30422#24403#21069'0'#21495#21488#36134#30340#25152#26377#25968#25454#65292#26159#21542#32487#32493#65311    Font.Charset = ANSI_CHARSET    Font.Color = clBlack    Font.Height = -12    Font.Name = #23435#20307    Font.Style = []    ParentFont = False  end  object cbWithoutGclBills: TCheckBox    Left = 121    Top = 35    Width = 97    Height = 17    Caption = #21482#23548#39033#30446#33410    Enabled = False    TabOrder = 0  end  object btnOk: TButton    Left = 206    Top = 61    Width = 75    Height = 21    Caption = #30830'  '#35748    ModalResult = 1    TabOrder = 1  end  object btnCancel: TButton    Left = 302    Top = 60    Width = 75    Height = 21    Caption = #21462'  '#28040    ModalResult = 2    TabOrder = 2  end  object cbWithoutLevelCode: TCheckBox    Left = 17    Top = 35    Width = 97    Height = 17    Caption = #20998#39033#28165#21333#26684#24335    TabOrder = 3    OnClick = cbWithoutLevelCodeClick  endend
 |