Lines Matching refs:Track2
57 Track2 : TTRackBar;184 Track2 := TTrackBar.Create (Self);185 Track2.Parent := Self;186 Track2.Orientation := trVertical;187 Track2.Left := 500;188 Track2.Top := 150;189 Track2.Width := 20;190 Track2.Height := 100;191 Track2.Min := 0;192 Track2.Max := 100;193 Track2.Show;