FormResize method |
Applies to
TForm2
Declaration
procedure FormResize(Sender: TObject);Implementation
procedure TForm2.FormResize(Sender: TObject); begin try mode_.Left := Width-87; state_1.Left:=Width-117; if ((not self.FilterGraph1.Active)and(NoteBook1.PageIndex=4)) then self.draw_logo.Enabled :=true; except end;End; |
|