| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 | object RenameSignReportForm: TRenameSignReportForm  Left = 595  Top = 380  Width = 374  Height = 163  Caption = #37325#21629#21517  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 lblNeedRename: TLabel    Left = 38    Top = 17    Width = 276    Height = 12    Caption = #35813#25253#34920#24050#23384#22312#65292#33509#35201#20877#27425#19978#20256#65292#35831#37325#21629#21517#21518#20877#29983#25104#12290  end  object lblAffect: TLabel    Left = 38    Top = 40    Width = 288    Height = 12    Caption = #35813#21517#31216#19981#24433#21709#25253#34920#20869#30340#34920#22836#65292#20165#20316#26631#35782#20004#24352#21516#21517#25253#34920#12290  end  object edtName: TEdit    Left = 40    Top = 64    Width = 273    Height = 18    Ctl3D = False    ParentCtl3D = False    ReadOnly = True    TabOrder = 0    Text = 'edtName'  end  object btnOk: TButton    Left = 192    Top = 96    Width = 75    Height = 25    Caption = #30830#35748#29983#25104    TabOrder = 1    OnClick = btnOkClick  end  object btnCancel: TButton    Left = 280    Top = 96    Width = 75    Height = 25    Caption = #21462#28040    ModalResult = 2    TabOrder = 2  endend
 |