"Пишем программу для создания книг FB2." - читать интересную книгу автора (Карпов Юрий)EditStr.dfm// начало кода object EditSt: TEditSt Left = 175 Top = 164 Width = 692 Height = 303 Caption = 'Edit' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 240 Width = 684 Height = 36 Align = alBottom BevelOuter = bvNone TabOrder = 0 object BitBtn1: TBitBtn Left = 16 Top = 8 Width = 75 Height = 25 TabOrder = 0 Kind = bkOK end object BitBtn2: TBitBtn Left = 592 Top = 8 Width = 75 Height = 25 TabOrder = 1 Kind = bkCancel end object BitBtn3: TBitBtn Left = 592 Top = 8 Width = 75 Height = 25 TabOrder = 2 Kind = bkAbort end object Button1: TButton Left = 112 Top = 8 Width = 75 Height = 25 Caption = 'Bold' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 200 Top = 8 Width = 75 Height = 25 Caption = 'Italic' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsItalic] ParentFont = False TabOrder = 4 OnClick = Button2Click end end object Memo1: TMemo Left = 0 Top = 0 Width = 684 Height = 240 Align = alClient ScrollBars = ssVertical TabOrder = 1 end end // конец кода |
|
|