Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
Sempronio, The Reader - Unit6.dfm

Unit6.dfm

Caricato da: Anonymous
Scarica il programma completo

  1. object frmhelp: Tfrmhelp
  2.   Left = 411
  3.   Top = 259
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Help'
  7.   ClientHeight = 199
  8.   ClientWidth = 327
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo1: TMemo
  19.     Left = 0
  20.     Top = 0
  21.     Width = 327
  22.     Height = 199
  23.     Align = alClient
  24.     Font.Charset = DEFAULT_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     ReadOnly = True
  31.     ScrollBars = ssVertical
  32.     TabOrder = 0
  33.   end
  34. end