Показать сообщение отдельно
  #12  
Старый 21.06.2013, 15:34
Аватар для NumLock
NumLock NumLock вне форума
Let Me Show You
 
Регистрация: 30.04.2010
Адрес: Северодвинск
Сообщения: 5,426
Версия Delphi: 7, XE5
Репутация: 59586
Радость

а у меня вот так получилось:



http://zalil.ru/34597279

полный список свойств на данный момент:

Код:
  published
    property Alignment: TNotifyAlignment read FAlignment write FAlignment;
    property Alpha: Integer read FAlpha write FAlpha;
    property AutoHeight: Boolean read FAutoHeight write FAutoHeight;
    property CanClose: Boolean read FCanClose write FCanClose;
    property Caption: String read FCaption write FCaption;
    property CaptionAlignment: TAlignment read FCaptionAlignment write FCaptionAlignment;
    property CaptionColor1: TColor read FCaptionColor1 write FCaptionColor1;
    property CaptionColor2: TColor read FCaptionColor2 write FCaptionColor2;
    property CaptionFont: TFont read FCaptionFont;
    property CaptionGradientMode: TGradientMode read FCaptionGradientMode write FCaptionGradientMode;
    property Ellipse: Integer read FEllipse write FEllipse;
    property Height: Integer read FHeight write FHeight;
    property Icon: TNotifyIcon read FIcon write FIcon;
    property Margin: Integer read FMargin write FMargin;
    property Padding: Integer read FPadding write FPadding;
    property Text: String read FText write FText;
    property TextAlignment: TAlignment read FTextAlignment write FTextAlignment;
    property TextAreaColor1: TColor read FTextAreaColor1 write FTextAreaColor1;
    property TextAreaColor2: TColor read FTextAreaColor2 write FTextAreaColor2;
    property TextAreaGradientMode: TGradientMode read FTextAreaGradientMode write FTextAreaGradientMode;
    property TextFont: TFont read FTextFont;
    property Timeout: Integer read FTimeout write FTimeout;
    property TitleHeight: Integer read FTitleHeight write FTitleHeight;
    property Width: Integer read FWidth write FWidth;
__________________
Пишу программы за еду.
__________________
Ответить с цитированием