Высокоуровневые методы информатики и программирования. Сивохин А.В - 123 стр.

UptoLike

100
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Monotype Corsiva'
Font.Style = [fsBold, fsItalic]
ParentFont = False
TabOrder = 3
OnClick = CalcButtonClick
end
object ExitButton: TButton
Left = 552
Top = 528
Width = 113
Height = 25
Caption = #1042#1099#1093#1086#1076
Font.Charset = RUSSIAN_CHARSET
Font.Color = clWindowText
Font.Height = -21
Font.Name = 'Monotype Corsiva'
Font.Style = [fsBold, fsItalic]
ParentFont = False
TabOrder = 4
OnClick = ExitButtonClick
end
object ArrayRichEdit: TRichEdit
Left = 0
Top = 0
Width = 771
Height = 81
Align = alTop
Lines.Strings = (
' ' +
' '#1047#1040#1044#1040#1063#1040
' '#1053#1072#1081#1090#1080' '#1080'
'#1074#1099#1074#1077#1089#1090#1080' '#1085#1072'
'#1101#1082#1088#1072#1085' '#1089#1088#1077#1076#1085#1077#1077'
'#1079#1085#1072#1095#1077#1085#1080#1077'
'#1101#1083#1077#1084#1077#1085#1090#1086#1074' '#1074#1099#1073#1088#1072
+
#1085#1085#1086#1081' '#1089#1090#1088#1086#1082#1080'
'#1076#1074#1091#1084#1077#1088#1085#1086#1075#1086'
'#1084#1072#1089#1089#1080#1074#1072','#1079#1072#1076#1072#1074#1072#1077#
1084#1086#1075#1086' '#1089#1083#1091#1095#1072#1081#1085#1086'
'#1080#1083#1080' '#1074#1074#1086#1076#1080#1084#1086#1075 +
#1086' '#1089' '#1082#1083#1072#1074#1080'-'
       Font.Charset = RUSSIAN_CHARSET
       Font.Color = clWindowText
       Font.Height = -21
       Font.Name = 'Monotype Corsiva'
       Font.Style = [fsBold, fsItalic]
       ParentFont = False
       TabOrder = 3
       OnClick = CalcButtonClick
      end
      object ExitButton: TButton
       Left = 552
       Top = 528
       Width = 113
       Height = 25
       Caption = #1042#1099#1093#1086#1076
       Font.Charset = RUSSIAN_CHARSET
       Font.Color = clWindowText
       Font.Height = -21
       Font.Name = 'Monotype Corsiva'
       Font.Style = [fsBold, fsItalic]
       ParentFont = False
       TabOrder = 4
       OnClick = ExitButtonClick
      end
      object ArrayRichEdit: TRichEdit
       Left = 0
       Top = 0
       Width = 771
       Height = 81
       Align = alTop
       Lines.Strings = (

          '                                   '+
          '                      '#1047#1040#1044#1040#1063#1040

          '                                '#1053#1072#1081#1090#1080'     '#1080'
'#1074#1099#1074#1077#1089#1090#1080'                                '#1085#1072'
'#1101#1082#1088#1072#1085'               '#1089#1088#1077#1076#1085#1077#1077'
'#1079#1085#1072#1095#1077#1085#1080#1077'
'#1101#1083#1077#1084#1077#1085#1090#1086#1074' '#1074#1099#1073#1088#1072
+
          #1085#1085#1086#1081'                 '#1089#1090#1088#1086#1082#1080'
'#1076#1074#1091#1084#1077#1088#1085#1086#1075#1086'
'#1084#1072#1089#1089#1080#1074#1072','#1079#1072#1076#1072#1074#1072#1077#
1084#1086#1075#1086'                '#1089#1083#1091#1095#1072#1081#1085#1086'
'#1080#1083#1080' '#1074#1074#1086#1076#1080#1084#1086#1075 +
          #1086' '#1089' '#1082#1083#1072#1074#1080'-'
100