{ Attribute mnuemonics for SetWindowAttr/GetWindowAttr }

AttrColor      :=  1;
AttrTextColor  :=  2;
AttrAlign      :=  3;
AttrAlignment  :=  4;
AttrBorder     :=  5;
AttrEnabled    :=  6;
AttrVisible    :=  7;
AttrCard       := 20;
AttrCardState  := 21;

{ Value mnuemonics for AttrAlign }
alNone         :=  0;
alTop          :=  1;
alBottom       :=  2;
alLeft         :=  3;
alRight        :=  4;
alClient       :=  5;

{ Value mnuemonics for AttrAlignment}
taLeftJustify  :=  0;
taRightJustify :=  1;
taCenter       :=  2;

{ Value mnuemonics for CreateGadget (gadgettype) }
PIL_Label        :=  1;
PIL_Edit         :=  2;
PIL_Memo         :=  3;
PIL_Button       :=  4;
PIL_ChkBox       :=  5;
PIL_Radio        :=  6;
PIL_ListBox      :=  7;
PIL_Combo        :=  8;
PIL_Group        :=  9;
PIL_Panel        := 10;
PIL_Card         := 11;
PIL_Grid         := 12;
PIL_TextScroller := 13;

