| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 | object CheckerMemoForm: TCheckerMemoForm  Left = 1121  Top = 382  ActiveControl = mmMemo  BorderStyle = bsDialog  Caption = #23457#25209#24847#35265  ClientHeight = 272  ClientWidth = 419  Color = clBtnFace  Font.Charset = DEFAULT_CHARSET  Font.Color = clWindowText  Font.Height = -13  Font.Name = #24494#36719#38597#40657  Font.Style = []  FormStyle = fsStayOnTop  OldCreateOrder = False  Position = poScreenCenter  PixelsPerInch = 96  TextHeight = 19  object lblMemo: TLabel    Left = 9    Top = 75    Width = 104    Height = 19    Caption = #35831#36755#20837#23457#25209#24847#35265#65306    Font.Charset = DEFAULT_CHARSET    Font.Color = clWindowText    Font.Height = -13    Font.Name = #24494#36719#38597#40657    Font.Style = [fsBold]    ParentFont = False  end  object lblHint: TLabel    Left = 8    Top = 7    Width = 404    Height = 58    AutoSize = False    Caption =       #12304#23457#25209#19981#36890#36807#12305#21518#65292#26412#27425#23457#25209#23558#32467#26463#65292#21518#32493#30340#23457#25209#20154#20063#23558#19981#20250#23457#25209#26412#27425#35745#37327#65292#26412#26399#25968#25454#20063#23558#30452#25509#25171#22238#32473#19978#25253#20154#36827#34892#37325#26032#35745#37327#25253#23457#12290#13#10#28857#20987#12304#30830#23450 +      #12305#36827#20837#25805#20316#30830#35748#12290    WordWrap = True  end  object mmMemo: TMemo    Left = 8    Top = 95    Width = 403    Height = 136    ScrollBars = ssVertical    TabOrder = 0  end  object btnPost: TButton    Left = 248    Top = 237    Width = 75    Height = 25    Caption = #30830#23450    ModalResult = 1    TabOrder = 1  end  object btnCancel: TButton    Left = 327    Top = 237    Width = 75    Height = 25    Caption = #21462#28040    ModalResult = 2    TabOrder = 2  endend
 |